- safeDelete(File) - Static method in class io.github.privacystreams.utils.StorageUtils
 
- 
Delete a file without throw any exception.
 
- sampleByCount(int) - Method in class io.github.privacystreams.core.PStream
 
- 
Sample the items based on a given step count.
 
- sampleByCount(int) - Static method in class io.github.privacystreams.core.transformations.filter.Filters
 
- 
Sample the items based on a given step count.
 
- sampleByInterval(long) - Method in class io.github.privacystreams.core.PStream
 
- 
Sample the items based on a given interval.
 
- sampleByInterval(long) - Static method in class io.github.privacystreams.core.transformations.filter.Filters
 
- 
Sample the items based on a given interval.
 
- SCALAR - Static variable in class io.github.privacystreams.sensor.RotationVector
 
- 
(Optional) Scalar component of the rotation vector ((cos(θ/2)).
 
- SCREEN_STATE - Static variable in class io.github.privacystreams.device.DeviceState.Masks
 
-  
 
- seconds(long) - Static method in class io.github.privacystreams.utils.Duration
 
-  
 
- send(String...) - Method in class io.github.privacystreams.utils.PSDebugSocketServer
 
-  
 
- serialize(AccessibilityNodeInfo) - Static method in class io.github.privacystreams.utils.AccessibilityUtils
 
-  
 
- serialize(Object) - Static method in class io.github.privacystreams.utils.IOUtils
 
-  
 
- SerializedAccessibilityNodeInfo() - Constructor for class io.github.privacystreams.utils.AccessibilityUtils.SerializedAccessibilityNodeInfo
 
-  
 
- setContext(Context) - Method in class io.github.privacystreams.core.UQI
 
-  
 
- setField(String, Function<Item, TValue>) - Static method in class io.github.privacystreams.commons.item.ItemOperators
 
- 
Set the value of a new field with a function.
 
- setField(String, TValue) - Static method in class io.github.privacystreams.commons.item.ItemOperators
 
- 
Set the value of a new field to a given value.
 
- setField(String, Function<Item, TValue>) - Method in class io.github.privacystreams.core.PStream
 
- 
Set a field to a new value for each item in the stream.
 
- setFieldValue(String, TValue) - Method in class io.github.privacystreams.core.Item
 
- 
Set a value to a field in the item
 
- setGroupField(String, Function<List<Item>, TValue>) - Static method in class io.github.privacystreams.commons.item.ItemOperators
 
- 
Set a field to a new value for each item in the stream.
 
- setGroupField(String, Function<List<Item>, TValue>) - Method in class io.github.privacystreams.core.PStream
 
- 
Set a field to a new value for each item in the stream.
 
- setId(int) - Method in class io.github.privacystreams.core.items.TestObject
 
-  
 
- setIndependentField(String, Function<Void, TValue>) - Static method in class io.github.privacystreams.commons.item.ItemOperators
 
- 
Set the value of a new field with a value generator function.
 
- setIndependentField(String, Function<Void, TValue>) - Method in class io.github.privacystreams.core.PStream
 
- 
Set the value of a new field with a value generator function.
 
- sha1(String) - Static method in class io.github.privacystreams.commons.string.StringOperators
 
- 
Get the SHA1-hashed value of the string value of a field.
 
- SHA1 - Static variable in class io.github.privacystreams.utils.HashUtils
 
-  
 
- sha256(String) - Static method in class io.github.privacystreams.commons.string.StringOperators
 
- 
Get the SHA256-hashed value of the string value of a field.
 
- SHA256 - Static variable in class io.github.privacystreams.utils.HashUtils
 
-  
 
- SHA512 - Static variable in class io.github.privacystreams.utils.HashUtils
 
-  
 
- shuffle() - Method in class io.github.privacystreams.core.PStream
 
- 
Shuffle the items.
 
- shuffle() - Static method in class io.github.privacystreams.core.transformations.reorder.Reorders
 
- 
Shuffle the order of the items in stream.
 
- since(String, Long) - Static method in class io.github.privacystreams.commons.time.TimeOperators
 
- 
Check whether the timestamp value of a field is after a given timestamp.
 
- SOCIAL(String) - Static method in class io.github.privacystreams.core.purposes.Purpose
 
- 
The purpose for social interaction (analyzing social relationship, recommending friends, etc.).
 
- socketPort - Static variable in class io.github.privacystreams.utils.Globals.DebugConfig
 
-  
 
- sortBy(String) - Method in class io.github.privacystreams.core.PStream
 
- 
Sort the items according to the value of a field, in ascending order.
 
- sortBy(String) - Static method in class io.github.privacystreams.core.transformations.reorder.Reorders
 
- 
Sort the items in stream by the value of a field.
 
- SOURCE_NODE - Static variable in class io.github.privacystreams.accessibility.AccEvent
 
- 
The source node of the UI action, only available when using `asUIActions` provider.
 
- SPEED - Static variable in class io.github.privacystreams.location.Geolocation
 
- 
The speed at the location, in meters/second.
 
- SSID - Static variable in class io.github.privacystreams.device.WifiAp
 
- 
The SSID.
 
- START_TIME - Static variable in class io.github.privacystreams.calendar.CalendarEvent
 
- 
Event start time.
 
- StatisticOperators - Class in io.github.privacystreams.commons.statistic
 
- 
A helper class to access statistic-related functions
 
- StatisticOperators() - Constructor for class io.github.privacystreams.commons.statistic.StatisticOperators
 
-  
 
- StatisticUtils - Class in io.github.privacystreams.utils
 
- 
A helper class to access statistic-related functions.
 
- StatisticUtils() - Constructor for class io.github.privacystreams.utils.StatisticUtils
 
-  
 
- StepCounter - Class in io.github.privacystreams.sensor
 
- 
Step counter.
 
- STEPS - Static variable in class io.github.privacystreams.sensor.StepCounter
 
- 
Rotation vector component along the x axis (x * sin(θ/2)).
 
- stopAll() - Method in class io.github.privacystreams.core.UQI
 
- 
Stop all query in this UQI.
 
- StorageConfig() - Constructor for class io.github.privacystreams.utils.Globals.StorageConfig
 
-  
 
- StorageUtils - Class in io.github.privacystreams.utils
 
- 
A helper class to access storage-related functions.
 
- StorageUtils() - Constructor for class io.github.privacystreams.utils.StorageUtils
 
-  
 
- Stream - Class in io.github.privacystreams.core
 
- 
Stream is one of the essential classes used in PrivacyStreams.
 
- StringOperators - Class in io.github.privacystreams.commons.string
 
- 
A helper class to access string-related functions
 
- StringOperators() - Constructor for class io.github.privacystreams.commons.string.StringOperators
 
-  
 
- sub(String, String) - Static method in class io.github.privacystreams.commons.arithmetic.ArithmeticOperators
 
- 
Subtract the values of two fields in an item.
 
- SUB_TEXT - Static variable in class io.github.privacystreams.notification.Notification
 
- 
The subtext of the notification.
 
- SUBJECT - Static variable in class io.github.privacystreams.communication.Email
 
- 
The subject of the email
 
- subString(String, int, int) - Static method in class io.github.privacystreams.commons.string.StringOperators
 
- 
Get a substring of the string value of a field.
 
- sum(String) - Static method in class io.github.privacystreams.commons.list.ListOperators
 
- 
Calculate the sum of the numbers specified by a field.
 
- sum(String) - Static method in class io.github.privacystreams.commons.statistic.StatisticOperators
 
- 
Calculate the sum of the number values of a field in the stream.
 
- sum(List<? extends Number>) - Static method in class io.github.privacystreams.utils.StatisticUtils
 
- 
Get the sum of all numbers in the list.
 
- syncFiles(UQI, boolean) - Static method in class io.github.privacystreams.utils.DropboxUtils
 
-