- Acceleration - Class in io.github.privacystreams.sensor
 
- 
Acceleration.
 
- AccessibilityUtils - Class in io.github.privacystreams.utils
 
- 
A list of Accessibility-related utilities.
 
- AccessibilityUtils() - Constructor for class io.github.privacystreams.utils.AccessibilityUtils
 
-  
 
- AccessibilityUtils.SerializedAccessibilityNodeInfo - Class in io.github.privacystreams.utils
 
-  
 
- accessToken - Static variable in class io.github.privacystreams.utils.Globals.DropboxConfig
 
-  
 
- AccEvent - Class in io.github.privacystreams.accessibility
 
- 
Accessibility event.
 
- ACCURACY - Static variable in class io.github.privacystreams.location.Geolocation
 
- 
The accuracy of the location data, in meters.
 
- acquireGooglePlayServices(Context) - Static method in class io.github.privacystreams.utils.DeviceUtils
 
- 
Attempt to resolve a missing, out-of-date, invalid or disabled Google
 Play Services installation via a user dialog, if possible.
 
- ACTION - Static variable in class io.github.privacystreams.notification.Notification
 
- 
The action associated with the notification.
 
- ACTION_POSTED - Static variable in class io.github.privacystreams.notification.Notification
 
- 
Notification posted action.
 
- ACTION_REMOVED - Static variable in class io.github.privacystreams.notification.Notification
 
- 
Notification removed action.
 
- add(String, String) - Static method in class io.github.privacystreams.commons.arithmetic.ArithmeticOperators
 
- 
Add the values of two fields in an item.
 
- addParameters(Object...) - Method in class io.github.privacystreams.core.Function
 
-  
 
- addRequiredPermissions(String...) - Method in class io.github.privacystreams.core.Function
 
-  
 
- addToWaitingList(UQI, String) - Static method in class io.github.privacystreams.utils.DropboxUtils
 
-  
 
- ADS(String) - Static method in class io.github.privacystreams.core.purposes.Purpose
 
- 
Advertising purpose.
 
- AirPressure - Class in io.github.privacystreams.sensor
 
- 
Air pressure environment sensor.
 
- AmbientTemperature - Class in io.github.privacystreams.sensor
 
- 
Ambient air temperature sensor.
 
- ANALYTICS(String) - Static method in class io.github.privacystreams.core.purposes.Purpose
 
- 
The purpose for analytics.
 
- and(Function<Item, Boolean>, Function<Item, Boolean>) - Static method in class io.github.privacystreams.commons.logic.LogicOperators
 
- 
Compute the logical AND of two functions.
 
- ANDROID_VIEW_FIREFOXCLASSNAME - Static variable in class io.github.privacystreams.utils.AccessibilityUtils
 
-  
 
- APP_PACKAGE_CHROME - Static variable in class io.github.privacystreams.utils.AppUtils
 
-  
 
- APP_PACKAGE_FACEBOOK_MESSENGER - Static variable in class io.github.privacystreams.utils.AccessibilityUtils
 
-  
 
- APP_PACKAGE_FACEBOOK_MESSENGER - Static variable in class io.github.privacystreams.utils.AppUtils
 
-  
 
- APP_PACKAGE_FIREFOX - Static variable in class io.github.privacystreams.utils.AppUtils
 
-  
 
- APP_PACKAGE_GMAIL - Static variable in class io.github.privacystreams.utils.AppUtils
 
-  
 
- APP_PACKAGE_OPERA - Static variable in class io.github.privacystreams.utils.AppUtils
 
-  
 
- APP_PACKAGE_SEARCHBOX - Static variable in class io.github.privacystreams.utils.AppUtils
 
-  
 
- APP_PACKAGE_WECHAT - Static variable in class io.github.privacystreams.utils.AppUtils
 
-  
 
- APP_PACKAGE_WHATSAPP - Static variable in class io.github.privacystreams.utils.AccessibilityUtils
 
-  
 
- APP_PACKAGE_WHATSAPP - Static variable in class io.github.privacystreams.utils.AppUtils
 
-  
 
- apply(UQI, Tin) - Method in class io.github.privacystreams.core.AsyncFunction
 
-  
 
- apply(UQI, Tin) - Method in class io.github.privacystreams.core.Callback
 
-  
 
- apply(UQI, Tin) - Method in class io.github.privacystreams.core.EventDrivenFunction
 
-  
 
- apply(UQI, Tin) - Method in class io.github.privacystreams.core.Function
 
- 
Apply this function
 
- apply(UQI, T1) - Method in class io.github.privacystreams.core.IdleFunction
 
-  
 
- applyInBackground(UQI, Tin) - Method in class io.github.privacystreams.core.AsyncFunction
 
-  
 
- AppUtils - Class in io.github.privacystreams.utils
 
- 
A list of App-related utility functions.
 
- AppUtils() - Constructor for class io.github.privacystreams.utils.AppUtils
 
-  
 
- ArithmeticOperators - Class in io.github.privacystreams.commons.arithmetic
 
- 
A helper class to access arithmetic operators.
 
- ArithmeticOperators() - Constructor for class io.github.privacystreams.commons.arithmetic.ArithmeticOperators
 
-  
 
- asCurrent(String) - Static method in class io.github.privacystreams.location.Geolocation
 
- 
Provide an PStream of a Geolocation item, as the current location.
 
- asFieldList() - Static method in class io.github.privacystreams.commons.items.ItemsOperators
 
- 
Collect the items in the stream to a list.
 
- asFieldList(String) - Static method in class io.github.privacystreams.commons.items.ItemsOperators
 
- 
Collect the values of a field in the stream to a list.
 
- asGmailHistory(long, long, int) - Static method in class io.github.privacystreams.communication.Email
 
- 
Provide a list of Email items from Gmail.
 
- asGmailUpdates(long) - Static method in class io.github.privacystreams.communication.Email
 
- 
Provide a live stream of Emails from Gmail.
 
- asIncomingSMS() - Static method in class io.github.privacystreams.communication.Message
 
- 
Provide a live stream of new incoming Message items from the Android Short Message Service (SMS).
 
- asLastKnown(String) - Static method in class io.github.privacystreams.location.Geolocation
 
- 
Provide an PStream of a Geolocation item, as the last known location.
 
- asList() - Method in class io.github.privacystreams.core.PStream
 
- 
Collect the items in the stream to a list.
 
- asList(String) - Method in class io.github.privacystreams.core.PStream
 
- 
Select a field in each item and output the field values to a list.
 
- Assertions - Class in io.github.privacystreams.utils
 
- 
A helper class to get access to assertion-related utilities.
 
- asTextEntries() - Static method in class io.github.privacystreams.accessibility.AccEvent
 
- 
Provide a live stream of text entry events.
 
- asUIActions() - Static method in class io.github.privacystreams.accessibility.AccEvent
 
- 
Provide a live stream of UI action events.
 
- asUpdates() - Static method in class io.github.privacystreams.accessibility.AccEvent
 
- 
Provide a live stream of all accessibility items.
 
- asUpdates() - Static method in class io.github.privacystreams.accessibility.BrowserSearch
 
- 
Provide a live stream of BrowserSearch items.
 
- asUpdates() - Static method in class io.github.privacystreams.accessibility.BrowserVisit
 
- 
Provide a live stream of BrowserVisit items.
 
- asUpdates() - Static method in class io.github.privacystreams.communication.Call
 
- 
Provide a live stream of Call items.
 
- asUpdates(long) - Static method in class io.github.privacystreams.core.items.EmptyItem
 
- 
Provide a live stream of EmptyItems.
 
- asUpdates(int, double, long) - Static method in class io.github.privacystreams.core.items.TestItem
 
- 
Provide a live stream of TestItem items, which are randomly generated.
 
- asUpdates() - Static method in class io.github.privacystreams.device.DeviceEvent
 
- 
Provide a live stream of device events, including screen/boot/battery/ringer events.
 
- asUpdates(long, int) - Static method in class io.github.privacystreams.device.DeviceState
 
- 
Provide a live stream of device states, including bluetooth, wifi, battery level, and/or foreground apps etc.
 
- asUpdates(long, String) - Static method in class io.github.privacystreams.location.Geolocation
 
- 
Provide a live stream of Geolocation as the location updates.
 
- asUpdates() - Static method in class io.github.privacystreams.notification.Notification
 
- 
Provide a list of Notification items from Notification catch result.
 
- asUpdates(int) - Static method in class io.github.privacystreams.sensor.Acceleration
 
- 
Provide a live stream of sensor readings from accelerometer.
 
- asUpdates(int) - Static method in class io.github.privacystreams.sensor.AirPressure
 
- 
Provide a live stream of sensor readings from air pressure sensor.
 
- asUpdates(int) - Static method in class io.github.privacystreams.sensor.AmbientTemperature
 
- 
Provide a live stream of sensor readings from air temperature sensor.
 
- asUpdates(int) - Static method in class io.github.privacystreams.sensor.Gravity
 
- 
Provide a live stream of sensor readings from gravity sensor.
 
- asUpdates(int) - Static method in class io.github.privacystreams.sensor.Gyroscope
 
- 
Provide a live stream of sensor readings from gyroscope.
 
- asUpdates(int) - Static method in class io.github.privacystreams.sensor.Light
 
- 
Provide a live stream of sensor readings from light sensor.
 
- asUpdates(int) - Static method in class io.github.privacystreams.sensor.LinearAcceleration
 
- 
Provide a live stream of sensor readings from linear acceleration sensor.
 
- asUpdates(int) - Static method in class io.github.privacystreams.sensor.RelativeHumidity
 
- 
Provide a live stream of sensor readings from ambient relative humidity sensor.
 
- asUpdates(int) - Static method in class io.github.privacystreams.sensor.RotationVector
 
- 
Provide a live stream of sensor readings from rotation vector sensor.
 
- asUpdates(int) - Static method in class io.github.privacystreams.sensor.StepCounter
 
- 
Provide a live stream of sensor readings from the step counter.
 
- asUpdatesFrom(List<TestObject>, long) - Static method in class io.github.privacystreams.core.items.TestItem
 
- 
Provide a live stream of TestItem items, which are from a given list.
 
- asUpdatesInIM() - Static method in class io.github.privacystreams.communication.Message
 
- 
Provide a live stream of new Message items in Instant Messenger (IM) apps, including WhatsApp and Facebook.
 
- asWindowChanges() - Static method in class io.github.privacystreams.accessibility.AccEvent
 
- 
Provide a live stream of window changing accessibility items.
 
- AsyncFunction<Tin,Tout> - Class in io.github.privacystreams.core
 
- 
An AsyncFunction is will be applied in background.
 
- AsyncFunction() - Constructor for class io.github.privacystreams.core.AsyncFunction
 
-  
 
- Audio - Class in io.github.privacystreams.audio
 
- 
An Audio item represents an audio, could be an audio record from microphone,
 an audio file from storage, etc.
 
- AUDIO_DATA - Static variable in class io.github.privacystreams.audio.Audio
 
- 
The abstraction of audio data.
 
- AudioConfig() - Constructor for class io.github.privacystreams.utils.Globals.AudioConfig
 
-  
 
- AudioData - Class in io.github.privacystreams.audio
 
- 
An abstraction of audio data.
 
- audioEncoder - Static variable in class io.github.privacystreams.utils.Globals.AudioConfig
 
-  
 
- AudioOperators - Class in io.github.privacystreams.audio
 
- 
A helper class to access audio-related operators
 
- AudioOperators() - Constructor for class io.github.privacystreams.audio.AudioOperators
 
-  
 
- audioSource - Static variable in class io.github.privacystreams.utils.Globals.AudioConfig
 
-