- SafeCopyPreferences - Class in com.airs.helper
-
Class to safely copy an entire preference set over
'Safely' here is in regards to preserving certain preference entries that should not be copied over
This function is used by
AIRS_shortcut,
AIRS_record_tab and
AIRS_configure_remote to handle shortcuts
- SafeCopyPreferences() - Constructor for class com.airs.helper.SafeCopyPreferences
-
- saveSelections() - Method in class com.airs.AIRS_local
-
Save all sensor selections in the UI sensor list as persistent values in the preference file
- scaler - Variable in class com.airs.platform.Sensor
-
scaler of the sensor
- selectall() - Method in class com.airs.AIRS_local
-
Sets all sensors being selected in the sensor list - called from UI in
AIRS_record_tab
- SelectCameraPathPreference - Class in com.airs.helper
-
- SelectCameraPathPreference() - Constructor for class com.airs.helper.SelectCameraPathPreference
-
- Sensor - Class in com.airs.platform
-
Sensor class, holding the various pieces of the discovered sensor
To be used in repository
- sensor_info() - Method in class com.airs.AIRS_local
-
- SENSOR_INVALID - Static variable in class com.airs.platform.Sensor
-
Sensor is invalid, e.g., when BT pulse cannot be found when AIRS is started
- SENSOR_SUSPEND - Static variable in class com.airs.platform.Sensor
-
Sensor is currently suspended, such as when BT pulse temporarily disconnects
- SENSOR_VALID - Static variable in class com.airs.platform.Sensor
-
Sensor is valid
- SensorRepository - Class in com.airs.platform
-
Maintains a repository of all locally available sensors
- SensorRepository() - Constructor for class com.airs.platform.SensorRepository
-
- sensors_shown - Static variable in class com.airs.AIRS_tabs
-
- SerialPortLogger - Class in com.airs.helper
-
Class to handle debug messages to the file system and the ADB
- SerialPortLogger() - Constructor for class com.airs.helper.SerialPortLogger
-
- set_polltime(int) - Method in class com.airs.platform.Sensor
-
For some sensors allow setting polltime
- setDebugging(boolean) - Static method in class com.airs.helper.SerialPortLogger
-
Set the debug mode
- setDisplay() - Method in class com.airs.AIRS_general_settings
-
Returns the resource ID to the preference XML file containing the layout of the preference
- setDisplay() - Method in class com.airs.handlerUIs.AudioHandlerUI
-
Returns the resource ID to the preference XML file containing the layout of the preference
- setDisplay() - Method in class com.airs.handlerUIs.BeaconHandlerUI
-
Returns the resource ID to the preference XML file containing the layout of the preference
- setDisplay() - Method in class com.airs.handlerUIs.CalendarHandlerUI
-
Returns the resource ID to the preference XML file containing the layout of the preference
- setDisplay() - Method in class com.airs.handlerUIs.DeviceInfoHandlerUI
-
Returns the resource ID to the preference XML file containing the layout of the preference
- setDisplay() - Method in class com.airs.handlerUIs.EnvironmentalSensorsUI
-
Returns the resource ID to the preference XML file containing the layout of the preference
- setDisplay() - Method in class com.airs.handlerUIs.EventButtonHandlerUI
-
Returns the resource ID to the preference XML file containing the layout of the preference
- setDisplay() - Method in interface com.airs.handlerUIs.HandlerUI
-
Returns the resource ID to the preference XML file containing the layout of the preference
- setDisplay() - Method in class com.airs.handlerUIs.HeartMonitorHandlerUI
-
Returns the resource ID to the preference XML file containing the layout of the preference
- setDisplay() - Method in class com.airs.handlerUIs.LocationHandlerUI
-
Returns the resource ID to the preference XML file containing the layout of the preference
- setDisplay() - Method in class com.airs.handlerUIs.MediaWatcherHandlerUI
-
Returns the resource ID to the preference XML file containing the layout of the preference
- setDisplay() - Method in class com.airs.handlerUIs.NotificationHandlerUI
-
Returns the resource ID to the preference XML file containing the layout of the preference
- setEntries(CharSequence[]) - Method in class com.airs.helper.ListPreferenceMultiSelect
-
Set the entries being shown in the multi select list
- setMainColor(int) - Method in class com.airs.visualisations.TimelineView
-
sets the main color of the path
- setMinMax(float, float, long, long) - Method in class com.airs.visualisations.TimelineView
-
Sets the min/max information for the timeline view so that the values are properly scaled when pushPath() is called
- setProgressBar(ProgressBar) - Method in class com.airs.visualisations.TimelineView
-
Store a reference to the
ProgressBar that is shown during drawing
- setSensorStatus(String, int, String, Runnable) - Static method in class com.airs.platform.SensorRepository
-
Finds sensor based on Symbol and sets valid flag
- setTimer(Context) - Static method in class com.airs.database.AIRS_upload
-
- share(int) - Method in class com.airs.AIRS_local
-
Sharing info for sensor entry that j-th thread is recording
- Share(String) - Method in class com.airs.handlers.AudioHandler
-
Method to share the last value of the given sensor
- Share(String) - Method in class com.airs.handlers.BeaconHandler
-
Method to share the last value of the given sensor
- Share(String) - Method in class com.airs.handlers.BloodPressureButtonHandler
-
Method to share the last value of the given sensor
- Share(String) - Method in class com.airs.handlers.CalendarHandler
-
Method to share the last value of the given sensor - here doing nothing
- Share(String) - Method in class com.airs.handlers.CellHandler
-
- Share(String) - Method in class com.airs.handlers.EventButtonHandler
-
Method to share the last value of the given sensor
- Share(String) - Method in class com.airs.handlers.EventTextHandler
-
Method to share the last value of the given sensor
- Share(String) - Method in class com.airs.handlers.GPSHandler
-
Method to share the last value of the given sensor
- Share(String) - Method in interface com.airs.handlers.Handler
-
Method to share the current value of the given sensor
- Share(String) - Method in class com.airs.handlers.HeartMonitorHandler
-
Method to share the last value of the given sensor
- Share(String) - Method in class com.airs.handlers.MediaWatcherHandler
-
Method to share the last value of the given sensor - doing nothing here!
- Share(String) - Method in class com.airs.handlers.MoodButtonHandler
-
Method to share the last value of the given sensor
- Share(String) - Method in class com.airs.handlers.MusicPlayerHandler
-
Method to share the last value of the given sensor
- Share(String) - Method in class com.airs.handlers.NotificationHandler
-
Method to share the last value of the given sensor - here doing nothing
- Share(String) - Method in class com.airs.handlers.PhoneSensorHandler
-
Method to share the last value of the given sensor
- Share(String) - Method in class com.airs.handlers.RandomHandler
-
Method to share the last value of the given sensor - here doing nothing
- Share(String) - Method in class com.airs.handlers.SystemHandler
-
Method to share the last value of the given sensor
- Share(String) - Method in class com.airs.handlers.WeatherHandler
-
Method to share the last value of the given sensor
- Share(String) - Method in class com.airs.handlers.WifiHandler
-
Method to share the last value of the given sensor - here doing nothing
- show_info(int) - Method in class com.airs.AIRS_local
-
Show timeline, map or similar for sensor entry that j-th thread is recording
- SHOW_NOTIFICATION - Static variable in class com.airs.AIRS_remote
-
Handler variable for showing a notification through the UI thread
- show_values - Variable in class com.airs.AIRS_local
-
- size() - Method in class com.airs.visualisations.MapViewerOverlay
-
Returns number of the overlay items
- sleep(long) - Static method in class com.airs.helper.Waker
-
Sleep function
- SSID_reading - Variable in class com.airs.handlers.WifiHandler
-
current SSID reading
- ssid_semaphore - Variable in class com.airs.handlers.WifiHandler
-
semaphore for SSID reading - released by GPS handler
- start - Variable in class com.airs.AIRS_local
-
Flag that AIRS should be started initially
- startEC(AIRS_remote, String, String) - Method in class com.airs.platform.EventComponent
-
Start the EventComponent after being instantiated
- started - Variable in class com.airs.AIRS_local
-
Flag if AIRS has been started as a service already
- started - Variable in class com.airs.AIRS_remote
-
Flag if AIRS has been started as a service already
- startMeasurements(boolean) - Method in class com.airs.AIRS_local
-
Sets up the main threads to run, acquire values, store them locally and display them (if wanted)
- startTCP(AIRS_remote, String, String) - Method in class com.airs.platform.TCPClient
-
Starts the TCP client
- status - Variable in class com.airs.platform.Sensor
-
status of the timer (valid, invalid, suspended)
- statusString - Variable in class com.airs.platform.Sensor
-
String describing the status further
- stop() - Method in class com.airs.platform.EventComponent
-
Stop the EventComponent
- Subscribe(byte[], byte[], byte[], int, int, Callback) - Method in class com.airs.platform.EventComponent
-
Establishes a SUBSCRIBE dialog
- Symbol - Variable in class com.airs.platform.Sensor
-
symbol of the sensor (see online manual for all supported sensor symbols for now)
- SystemHandler - Class in com.airs.handlers
-
Class to read system related sensors, specifically the Ba, BV, Bc, BM, Rm, Sc, HS, IC, OC, SR, SS, TR, TV, TE sensor
- SystemHandler(Context) - Constructor for class com.airs.handlers.SystemHandler
-
Constructor, allocating all necessary resources for the handler
Here, it's only arming the semaphores and obtaining a reference to the {android.app.ActivityManager} for the task information