- CalendarHandler - Class in com.airs.handlers
-
Class to read calendar sensors, specifically the CA sensor
- CalendarHandler(Context) - Constructor for class com.airs.handlers.CalendarHandler
-
Constructor, allocating all necessary resources for the handler
Here, reading the various RMS values of the preferences
Then, we see if there are at least one calendar selected
- CalendarHandlerUI - Class in com.airs.handlerUIs
-
Class to implement the CalendarHandler configuration UI, based on the HandlerUI interface class
- CalendarHandlerUI() - Constructor for class com.airs.handlerUIs.CalendarHandlerUI
-
- callback(DIALOG_INFO) - Method in class com.airs.platform.Acquisition
-
Callback for notifications that arrive from remote application server
- Callback - Interface in com.airs.platform
-
Callback interface for all dialog-based callbacks
- callback(DIALOG_INFO) - Method in interface com.airs.platform.Callback
-
- callback(DIALOG_INFO) - Method in class com.airs.platform.Discovery
-
Callback function for CONFIRMs of the (discovery) publications
- CellHandler - Class in com.airs.handlers
-
Class to read cellular sensors, specifically the CR, CD, CS, CB, CI, CL, CC sensor
- CellHandler(Context) - Constructor for class com.airs.handlers.CellHandler
-
Constructor, allocating all necessary resources for the handler
Here, arming the semaphore
Then, seeing if the GSM properties are supported (the sensors only work under GSM!)
Then, seeing if airplane mode is switched on (not sensors are discovered when in airplane mode)
- com.airs.database - package com.airs.database
-
- com.airs.handlers - package com.airs.handlers
-
- com.airs.handlerUIs - package com.airs.handlerUIs
-
- com.airs.helper - package com.airs.helper
-
- com.airs.platform - package com.airs.platform
-
- com.airs.visualisations - package com.airs.visualisations
-
- compare(Object, Object) - Method in class com.airs.AIRS_local.SortBasedOnName
-
- configurePreference(PreferenceActivity) - Method in class com.airs.AIRS_general_settings
-
Function to configure the Preference activity with any preset value necessary - empty here
- configurePreference(PreferenceActivity) - Method in class com.airs.handlerUIs.AudioHandlerUI
-
Function to configure the Preference activity with any preset value necessary - empty here
- configurePreference(PreferenceActivity) - Method in class com.airs.handlerUIs.BeaconHandlerUI
-
Function to configure the Preference activity with any preset value necessary - empty here
- configurePreference(PreferenceActivity) - Method in class com.airs.handlerUIs.CalendarHandlerUI
-
Function to configure the Preference activity with any preset value necessary - here we populate the ListPreference for the calendars with all calendars available on this device
- configurePreference(PreferenceActivity) - Method in class com.airs.handlerUIs.DeviceInfoHandlerUI
-
Function to configure the Preference activity with any preset value necessary - empty here
- configurePreference(PreferenceActivity) - Method in class com.airs.handlerUIs.EnvironmentalSensorsUI
-
Function to configure the Preference activity with any preset value necessary - empty here
- configurePreference(PreferenceActivity) - Method in class com.airs.handlerUIs.EventButtonHandlerUI
-
Function to configure the Preference activity with any preset value necessary - empty here
- configurePreference(PreferenceActivity) - Method in interface com.airs.handlerUIs.HandlerUI
-
Function to configure the Preference activity with any preset value necessary
- configurePreference(PreferenceActivity) - Method in class com.airs.handlerUIs.HeartMonitorHandlerUI
-
Function to configure the Preference activity with any preset value necessary - here collecting the paired BT devices and populating the appropriate ListPreference
- configurePreference(PreferenceActivity) - Method in class com.airs.handlerUIs.LocationHandlerUI
-
Function to configure the Preference activity with any preset value necessary - here gathering the known WiFi access points and populating the appropriate ListPreference
- configurePreference(PreferenceActivity) - Method in class com.airs.handlerUIs.MediaWatcherHandlerUI
-
Function to configure the Preference activity with any preset value necessary - empty here
- configurePreference(PreferenceActivity) - Method in class com.airs.handlerUIs.NotificationHandlerUI
-
Function to configure the Preference activity with any preset value necessary - empty here
- Confirm(Method, String) - Method in class com.airs.platform.EventComponent
-
sends confirmation outside of any existing dialog, using the information from the old method
- Confirm(DIALOG_INFO, String) - Method in class com.airs.platform.EventComponent
-
sends confirmation within existing dialog
- connect(String, String) - Method in class com.airs.platform.TCPClient
-
Connecting to application server with IP:port information
- connected - Variable in class com.airs.platform.EventComponent
-
Flag if connected (true) or not (false)
- connected - Variable in class com.airs.platform.TCPClient
-
true, if currently connected, false otherwise
- connected_semaphore - Variable in class com.airs.handlers.WifiHandler
-
semaphore for WiFi connected reading - released by GPS handler
- ConnectGoogleAccount - Class in com.airs.helper
-
- ConnectGoogleAccount() - Constructor for class com.airs.helper.ConnectGoogleAccount
-
- copyPreferences(Context, File) - Static method in class com.airs.helper.SafeCopyPreferences
-
Copy the preferences in a safe way, as explained in the Class description
- createHandlers(Context) - Static method in class com.airs.platform.HandlerManager
-
Creates
Handler entries at the start of the remote or local service
- createHandlerUIs(Context) - Static method in class com.airs.platform.HandlerUIManager
-
Create the HandlerUI class instances and places them in the static array
- current_handler - Static variable in class com.airs.AIRS_settings_tab
-
current handlerUI being selected in the settings tab
- current_template - Static variable in class com.airs.AIRS_record_tab
-
expose template for other tabs