- parse(byte[]) - Method in class com.airs.platform.QueryResolver
-
parses incoming query for resource availability and syntactial correctness (not yet implemented)
- pause_threads() - Method in class com.airs.AIRS_local
-
Asks threads to pause
- paused - Variable in class com.airs.AIRS_local
-
Flag that recording should be paused (where possible)
- PhoneSensorHandler - Class in com.airs.handlers
-
Class to read internal phone sensors, specifically the Az, Pi, Ro, PR, LI, PU, TM, HU sensor
- PhoneSensorHandler(Context) - Constructor for class com.airs.handlers.PhoneSensorHandler
-
- polltime - Variable in class com.airs.platform.Sensor
-
polling timer - if zero, the sensor is a callback sensor and will block appropriately when called during recording
- Prefs - Class in com.airs
-
Handles preferences (general and handler-specific ones) for AIRS
- Prefs() - Constructor for class com.airs.Prefs
-
- progressChanged(MediaHttpUploader) - Method in class com.airs.database.AIRS_upload_service
-
- Publish(byte[], byte[], byte[], int, Callback) - Method in class com.airs.platform.EventComponent
-
Establishes a new PUBLISH dialog
- Publish(DIALOG_INFO, byte[], byte[], byte[], int) - Method in class com.airs.platform.EventComponent
-
Sends a PUBLISH method in an existing dialog
- pushAverage(float) - Method in class com.airs.visualisations.TimelineView
-
Pushes a point (y=voltage) of the average line from far left to far right, which is then later drawn by the onDraw() function
- pushGrid() - Method in class com.airs.visualisations.TimelineView
-
Pushes the path information for the grid to be drawn
- pushPath(long, float) - Method in class com.airs.visualisations.TimelineView
-
Push a timeline point (x=time, y=voltage) to the path, which is then later drawn by the onDraw() function