- About() - Method in class com.airs.AIRS_general_settings
-
Returns the About String shown when selecting the About menu item in the Options menu
- About() - Method in class com.airs.handlerUIs.AudioHandlerUI
-
Returns the About String shown when selecting the About menu item in the Options menu
- About() - Method in class com.airs.handlerUIs.BeaconHandlerUI
-
Returns the About String shown when selecting the About menu item in the Options menu
- About() - Method in class com.airs.handlerUIs.CalendarHandlerUI
-
Returns the About String shown when selecting the About menu item in the Options menu
- About() - Method in class com.airs.handlerUIs.DeviceInfoHandlerUI
-
Returns the About String shown when selecting the About menu item in the Options menu
- About() - Method in class com.airs.handlerUIs.EnvironmentalSensorsUI
-
Returns the About String shown when selecting the About menu item in the Options menu
- About() - Method in class com.airs.handlerUIs.EventButtonHandlerUI
-
Returns the About String shown when selecting the About menu item in the Options menu
- About() - Method in interface com.airs.handlerUIs.HandlerUI
-
Returns the About String shown when selecting the About menu item in the Options menu
- About() - Method in class com.airs.handlerUIs.HeartMonitorHandlerUI
-
Returns the About String shown when selecting the About menu item in the Options menu
- About() - Method in class com.airs.handlerUIs.LocationHandlerUI
-
Returns the About String shown when selecting the About menu item in the Options menu
- About() - Method in class com.airs.handlerUIs.MediaWatcherHandlerUI
-
Returns the About String shown when selecting the About menu item in the Options menu
- About() - Method in class com.airs.handlerUIs.NotificationHandlerUI
-
Returns the About String shown when selecting the About menu item in the Options menu
- AboutDialog(String, String) - Static method in class com.airs.platform.HandlerUIManager
-
Show About Dialog for other UIs
- AboutTitle() - Method in class com.airs.AIRS_general_settings
-
Returns the Title for the About Dialog shown when selecting the About menu item in the Options menu
- AboutTitle() - Method in class com.airs.handlerUIs.AudioHandlerUI
-
Returns the Title for the About Dialog shown when selecting the About menu item in the Options menu
- AboutTitle() - Method in class com.airs.handlerUIs.BeaconHandlerUI
-
Returns the Title for the About Dialog shown when selecting the About menu item in the Options menu
- AboutTitle() - Method in class com.airs.handlerUIs.CalendarHandlerUI
-
Returns the Title for the About Dialog shown when selecting the About menu item in the Options menu
- AboutTitle() - Method in class com.airs.handlerUIs.DeviceInfoHandlerUI
-
Returns the Title for the About Dialog shown when selecting the About menu item in the Options menu
- AboutTitle() - Method in class com.airs.handlerUIs.EnvironmentalSensorsUI
-
Returns the Title for the About Dialog shown when selecting the About menu item in the Options menu
- AboutTitle() - Method in class com.airs.handlerUIs.EventButtonHandlerUI
-
Returns the Title for the About Dialog shown when selecting the About menu item in the Options menu
- AboutTitle() - Method in interface com.airs.handlerUIs.HandlerUI
-
Returns the Title for the About Dialog shown when selecting the About menu item in the Options menu
- AboutTitle() - Method in class com.airs.handlerUIs.HeartMonitorHandlerUI
-
Returns the Title for the About Dialog shown when selecting the About menu item in the Options menu
- AboutTitle() - Method in class com.airs.handlerUIs.LocationHandlerUI
-
Returns the Title for the About Dialog shown when selecting the About menu item in the Options menu
- AboutTitle() - Method in class com.airs.handlerUIs.MediaWatcherHandlerUI
-
Returns the Title for the About Dialog shown when selecting the About menu item in the Options menu
- AboutTitle() - Method in class com.airs.handlerUIs.NotificationHandlerUI
-
Returns the Title for the About Dialog shown when selecting the About menu item in the Options menu
- Acquire(String, String) - Method in class com.airs.handlers.AudioHandler
-
Method to acquire sensor data
- Acquire(String, String) - Method in class com.airs.handlers.BeaconHandler
-
Method to acquire sensor data
Here, start BT discovery thread in case it hasn't run yet
- Acquire(String, String) - Method in class com.airs.handlers.BloodPressureButtonHandler
-
Method to acquire sensor data
Here, we register for the broadcast from the widget, if not done before
- Acquire(String, String) - Method in class com.airs.handlers.CalendarHandler
-
Method to acquire sensor data
- Acquire(String, String) - Method in class com.airs.handlers.CellHandler
-
Method to acquire sensor data
- Acquire(String, String) - Method in class com.airs.handlers.EventButtonHandler
-
Method to acquire sensor data
Here, we register the broadcast receiver to receive the event widget notification, if not done before
- Acquire(String, String) - Method in class com.airs.handlers.EventTextHandler
-
Method to acquire sensor data
Here, we register the broadcast receiver to receive the shared text notification, if not done before
- Acquire(String, String) - Method in class com.airs.handlers.GPSHandler
-
Method to acquire sensor data
Here, we instruct the UI handler to reset the AGPS data as well as register the GPS receiver, if not done before
if adaptive GPS is selected by the user, we also start the thread for the GPS suppression
- Acquire(String, String) - Method in interface com.airs.handlers.Handler
-
Method to acquire sensor symbol
- Acquire(String, String) - Method in class com.airs.handlers.HeartMonitorHandler
-
Method to acquire sensor data
Here, we first try to connect to the Zephyr for an initial connection (but only once!)
then, it's a simple wait for the semaphores to be released
- Acquire(String, String) - Method in class com.airs.handlers.MediaWatcherHandler
-
Method to acquire sensor data
Here, we install the appropriate watchers based on the user selection in the configuration
- Acquire(String, String) - Method in class com.airs.handlers.MoodButtonHandler
-
Method to acquire sensor data
Here, we register the broadcast receiver to receive the mood widget notification, if not done before
- Acquire(String, String) - Method in class com.airs.handlers.MusicPlayerHandler
-
Method to acquire sensor data
Here, we initiate the registration to the music broadcast event, if not done yet
- Acquire(String, String) - Method in class com.airs.handlers.NotificationHandler
-
Method to acquire sensor data
- Acquire(String, String) - Method in class com.airs.handlers.PhoneSensorHandler
-
Method to acquire sensor data
For each sensor, we will fire a handler event to start the sensor reading, wait for the semaphore, then read the latest sensor value and fire another event to unregister the sensor callback -> this saves processing!
- Acquire(String, String) - Method in class com.airs.handlers.RandomHandler
-
Method to acquire sensor data
- Acquire(String, String) - Method in class com.airs.handlers.SystemHandler
-
Method to acquire sensor data
Here, we start various receivers for system data upon first Acquire() call
- Acquire(String, String) - Method in class com.airs.handlers.WeatherHandler
-
Method to acquire sensor data
Here, we start the thread for retrieving the weather and switch on the GPS, if not done before
- Acquire(String, String) - Method in class com.airs.handlers.WifiHandler
-
Method to acquire sensor data
Initialise WiFi scanning thread, if not done before
Also initialise the WC sensor thread
- acquire_thread - Variable in class com.airs.platform.Sensor
-
Reference to current
Runnable that implements the acquisition for this sensor
- Acquisition - Class in com.airs.platform
-
Class to handle acquisition requests that arrive from remote application server
Implements a
Callback for the CONFIRM methods being created
- Acquisition(EventComponent) - Constructor for class com.airs.platform.Acquisition
-
Constructor
- addOverlay(OverlayItem, Drawable) - Method in class com.airs.visualisations.MapViewerOverlay
-
Add an item to the overall overlay list
- addOverlay(OverlayItem) - Method in class com.airs.visualisations.MapViewerOverlay
-
Add an item with default marker to the overall overlay list
- airs - Variable in class com.airs.AIRS_local
-
Context of the main Service
- airs - Variable in class com.airs.platform.EventComponent
-
- AIRS_backup - Class in com.airs.database
-
Activity to backup the AIRS database
- AIRS_backup() - Constructor for class com.airs.database.AIRS_backup
-
- AIRS_configure_remote - Class in com.airs
-
Activity to remotely configure AIRS.
- AIRS_configure_remote() - Constructor for class com.airs.AIRS_configure_remote
-
- AIRS_database - Class in com.airs.database
-
- AIRS_database(Context) - Constructor for class com.airs.database.AIRS_database
-
Constructor for opening the database class
- AIRS_DBAdmin - Class in com.airs.database
-
Activity to administer the AIRS database, calling the index, backup and restore activities from a small UI
- AIRS_DBAdmin() - Constructor for class com.airs.database.AIRS_DBAdmin
-
- AIRS_general_settings - Class in com.airs
-
Class to implement the general settings of AIRS, based on the HandlerUI interface class
- AIRS_general_settings() - Constructor for class com.airs.AIRS_general_settings
-
- AIRS_index - Class in com.airs.database
-
Class to index the AIRS database
- AIRS_index() - Constructor for class com.airs.database.AIRS_index
-
- AIRS_local - Class in com.airs
-
Class to implement the local recording
- AIRS_local() - Constructor for class com.airs.AIRS_local
-
- AIRS_local.LocalBinder - Class in com.airs
-
- AIRS_local.LocalBinder() - Constructor for class com.airs.AIRS_local.LocalBinder
-
- AIRS_local.SortBasedOnName - Class in com.airs
-
- AIRS_local.SortBasedOnName() - Constructor for class com.airs.AIRS_local.SortBasedOnName
-
- AIRS_manual - Class in com.airs
-
Activity to show the AIRS manual in a
WebView
- AIRS_manual() - Constructor for class com.airs.AIRS_manual
-
- AIRS_measurements - Class in com.airs
-
Activity to view the current measurements of the ongoing local recording
- AIRS_measurements() - Constructor for class com.airs.AIRS_measurements
-
- AIRS_record_tab - Class in com.airs
-
Activity for the Record tab in the main UI, controlling the recording and managing the templates
- AIRS_record_tab() - Constructor for class com.airs.AIRS_record_tab
-
- AIRS_remote - Class in com.airs
-
Service to implement the remote recording
- AIRS_remote() - Constructor for class com.airs.AIRS_remote
-
- AIRS_remote.LocalBinder - Class in com.airs
-
- AIRS_remote.LocalBinder() - Constructor for class com.airs.AIRS_remote.LocalBinder
-
- AIRS_remotevalues - Class in com.airs
-
Activity to view the current measurements of the ongoing remote recording
- AIRS_remotevalues() - Constructor for class com.airs.AIRS_remotevalues
-
- AIRS_restart - Class in com.airs
-
- AIRS_restart() - Constructor for class com.airs.AIRS_restart
-
- AIRS_restore - Class in com.airs.database
-
Activity to restore the AIRS database
- AIRS_restore() - Constructor for class com.airs.database.AIRS_restore
-
- AIRS_sensorselection - Class in com.airs
-
Activity to show the selected sensors to record
- AIRS_sensorselection() - Constructor for class com.airs.AIRS_sensorselection
-
- AIRS_settings_tab - Class in com.airs
-
Activity to create the list of settings entries and allow for selecting the various HandlerUIs
- AIRS_settings_tab() - Constructor for class com.airs.AIRS_settings_tab
-
- AIRS_shortcut - Class in com.airs
-
Activity to start a local recording via a launcher screen shortcut
- AIRS_shortcut() - Constructor for class com.airs.AIRS_shortcut
-
- airs_storage - Static variable in class com.airs.AIRS_local
-
Reference to AIRS database
- AIRS_sync - Class in com.airs.database
-
Activity to sync the AIRS database
- AIRS_sync() - Constructor for class com.airs.database.AIRS_sync
-
- AIRS_tabs - Class in com.airs
-
- AIRS_tabs() - Constructor for class com.airs.AIRS_tabs
-
- AIRS_upload - Class in com.airs.database
-
- AIRS_upload() - Constructor for class com.airs.database.AIRS_upload
-
- AIRS_upload_service - Class in com.airs.database
-
- AIRS_upload_service() - Constructor for class com.airs.database.AIRS_upload_service
-
- AIRS_upload_service.LocalBinder - Class in com.airs.database
-
- AIRS_upload_service.LocalBinder() - Constructor for class com.airs.database.AIRS_upload_service.LocalBinder
-
- AIRS_visualisation - Class in com.airs
-
Activity to show an image button and information text pointing to the Storica app
- AIRS_visualisation() - Constructor for class com.airs.AIRS_visualisation
-
- AudioHandler - Class in com.airs.handlers
-
Class to read audio-related sensors, specifically the AS and AF sensor
- AudioHandler(Context) - Constructor for class com.airs.handlers.AudioHandler
-
Constructor, allocating all necessary resources for the handler
Here, reading the various RMS values of the preferences
Then, determining the minimal buffer size for the recording
Then, creating an AudioPlayer just to see if it works (tear it down again right after creation)
- AudioHandlerUI - Class in com.airs.handlerUIs
-
Class to implement the AudioHandler configuration UI, based on the HandlerUI interface class
- AudioHandlerUI() - Constructor for class com.airs.handlerUIs.AudioHandlerUI
-