A B C D E F G H I L M N O P Q R S T U V W 

D

database_helper - Static variable in class com.airs.AIRS_local
Reference to current AIRS_database
DATABASE_NAME - Static variable in class com.airs.database.AIRS_database
Name of AIRS database
DATABASE_TABLE_CREATE - Static variable in class com.airs.database.AIRS_database
SQL command for creating the main 'airs_values' table
DATABASE_TABLE_CREATE2 - Static variable in class com.airs.database.AIRS_database
SQL command for creating the 'airs_dates' table, which holds the dates at which something was recorded
DATABASE_TABLE_CREATE3 - Static variable in class com.airs.database.AIRS_database
SQL command for creating the 'airs_sensors_used' table, which holds the sensors being used at a particular date
DATABASE_TABLE_INDEX3 - Static variable in class com.airs.database.AIRS_database
SQL command for creating the index 'airs_sensors_used_timestamp'
DATABASE_TABLE_NAME - Static variable in class com.airs.database.AIRS_database
name of main DB table with recording values
debug(String) - Static method in class com.airs.helper.SerialPortLogger
Debugs only if the debugging flag is switched on
debugForced(String) - Static method in class com.airs.helper.SerialPortLogger
Forces debug output to the file system, even if debugging is switched off
deleteSensor() - Static method in class com.airs.platform.SensorRepository
Delete all sensors (by simply setting the first sensor reference to null}
description - Variable in class com.airs.platform.HandlerEntry
Description of the entry
Description - Variable in class com.airs.platform.Sensor
description of the sensor
destroy() - Method in class com.airs.AIRS_general_settings
Destroys any resources for this HandlerUI
destroy() - Method in class com.airs.handlerUIs.AudioHandlerUI
Destroys any resources for this HandlerUI
destroy() - Method in class com.airs.handlerUIs.BeaconHandlerUI
Destroys any resources for this HandlerUI
destroy() - Method in class com.airs.handlerUIs.CalendarHandlerUI
Destroys any resources for this HandlerUI
destroy() - Method in class com.airs.handlerUIs.DeviceInfoHandlerUI
Destroys any resources for this HandlerUI
destroy() - Method in class com.airs.handlerUIs.EnvironmentalSensorsUI
Destroys any resources for this HandlerUI
destroy() - Method in class com.airs.handlerUIs.EventButtonHandlerUI
Destroys any resources for this HandlerUI
destroy() - Method in interface com.airs.handlerUIs.HandlerUI
Destroys any resources for the handlerUI
destroy() - Method in class com.airs.handlerUIs.HeartMonitorHandlerUI
Destroys any resources for this HandlerUI
destroy() - Method in class com.airs.handlerUIs.LocationHandlerUI
Destroys any resources for this HandlerUI
destroy() - Method in class com.airs.handlerUIs.MediaWatcherHandlerUI
Destroys any resources for this HandlerUI
destroy() - Method in class com.airs.handlerUIs.NotificationHandlerUI
Destroys any resources for this HandlerUI
destroyHandler() - Method in class com.airs.handlers.AudioHandler
Method to release all handler resources Here, we stop any playing AudioPlayer and release its resources
destroyHandler() - Method in class com.airs.handlers.BeaconHandler
Method to release all handler resources Here, we interrupt the discovery thread and stop any ongoing BT discovery
destroyHandler() - Method in class com.airs.handlers.BloodPressureButtonHandler
Method to release all handler resources Here, we unregister the broadcast receiver
destroyHandler() - Method in class com.airs.handlers.CalendarHandler
Method to release all handler resources - here doing nothing
destroyHandler() - Method in class com.airs.handlers.CellHandler
Method to release all handler resources Here, we release all semaphores and remove the phone state listener
destroyHandler() - Method in class com.airs.handlers.EventButtonHandler
Method to release all handler resources Here, we unregister the broadcast receiver
destroyHandler() - Method in class com.airs.handlers.EventTextHandler
Method to release all handler resources Here, we unregister the broadcast receiver
destroyHandler() - Method in class com.airs.handlers.GPSHandler
Method to release all handler resources Here, we unregister the location receiver and release all handler semaphores as well as interrupt the adaptive GPS thread
destroyHandler() - Method in interface com.airs.handlers.Handler
Method to destroy resources of handler
destroyHandler() - Method in class com.airs.handlers.HeartMonitorHandler
Method to release all handler resources Here, we release all handler semaphores as well as close the BT socket, closing also the BT read thread
destroyHandler() - Method in class com.airs.handlers.MediaWatcherHandler
Method to release all handler resources Here, we unregister the watchers and release the handler semaphore
destroyHandler() - Method in class com.airs.handlers.MoodButtonHandler
Method to release all handler resources Here, we unregister the broadcast receiver
destroyHandler() - Method in class com.airs.handlers.MusicPlayerHandler
Method to release all handler resources Here, we unregister the broadcast receiver and release all semaphores
destroyHandler() - Method in class com.airs.handlers.NotificationHandler
Method to release all handler resources Here, we unregister the broadcast receiver and release all semaphores
destroyHandler() - Method in class com.airs.handlers.PhoneSensorHandler
Method to release all handler resources Here, we unregister the sensor listener, if registered, and release all semaphores
destroyHandler() - Method in class com.airs.handlers.RandomHandler
Method to release all handler resources - doing nothing here
destroyHandler() - Method in class com.airs.handlers.SystemHandler
Method to release all handler resources Here, we unregister the broadcast receiver and release all semaphores
destroyHandler() - Method in class com.airs.handlers.WeatherHandler
Method to release all handler resources Here, we unregister the location receiver, shut down the retrieval thread, unregister the connectivity receiver and release all semaphores
destroyHandler() - Method in class com.airs.handlers.WifiHandler
Method to release all handler resources Here, we release all semaphores, then shut down any acquisition threads and release the wifi lock, if held
destroyHandlers() - Static method in class com.airs.platform.HandlerManager
Destroys the instantiated Handler instances
DeviceInfoHandlerUI - Class in com.airs.handlerUIs
Class to implement the SystemHandler configuration UI, based on the HandlerUI interface class
DeviceInfoHandlerUI() - Constructor for class com.airs.handlerUIs.DeviceInfoHandlerUI
 
disconnect() - Method in class com.airs.platform.TCPClient
Disconnecting from application server
Discover(Activity) - Method in class com.airs.AIRS_local
Called to start all sensor handlers and inquire the discovered sensors from these handlers The function also populates the UI sensor list and shows the appropriate view This function needs calling from a UI thread, e.g., from AIRS_record_tab
Discover() - Method in class com.airs.handlers.AudioHandler
Method to discover the sensor symbols support by this handler As the result of the discovery, appropriate Sensor entries will be added to the SensorRepository
Discover() - Method in class com.airs.handlers.BeaconHandler
Method to discover the sensor symbols support by this handler As the result of the discovery, appropriate Sensor entries will be added to the SensorRepository Here, we also check if the BT adapter is available and also enable it, in case it is disabled and it is configured (by the user) to switch BT on Furthermore, we register the receivers for getting BT connect and disconnects messages
Discover() - Method in class com.airs.handlers.BloodPressureButtonHandler
Method to discover the sensor symbols support by this handler As the result of the discovery, appropriate Sensor entries will be added to the SensorRepository
Discover() - Method in class com.airs.handlers.CalendarHandler
Method to discover the sensor symbols support by this handler As the result of the discovery, appropriate Sensor entries will be added to the SensorRepository, if there is at least one calendar selected by the user
Discover() - Method in class com.airs.handlers.CellHandler
 
Discover() - Method in class com.airs.handlers.EventButtonHandler
Method to discover the sensor symbols support by this handler As the result of the discovery, appropriate Sensor entries will be added to the SensorRepository
Discover() - Method in class com.airs.handlers.EventTextHandler
Method to discover the sensor symbols support by this handler As the result of the discovery, appropriate Sensor entries will be added to the SensorRepository
Discover() - Method in class com.airs.handlers.GPSHandler
Method to discover the sensor symbols support by this handler As the result of the discovery, appropriate Sensor entries will be added to the SensorRepository, if the GPS has been successfully enabled
Discover() - Method in interface com.airs.handlers.Handler
Method to discover sensor symbols supported by a handler
Discover() - Method in class com.airs.handlers.HeartMonitorHandler
Method to discover the sensor symbols support by this handler As the result of the discovery, appropriate Sensor entries will be added to the SensorRepository, if the monitor is selected by the user to be used This does not mean that the sensor has been found via BT!
Discover() - Method in class com.airs.handlers.MediaWatcherHandler
Method to discover the sensor symbols support by this handler As the result of the discovery, appropriate Sensor entries will be added to the SensorRepository, if any watching is selected by the user in the configuration
Discover() - Method in class com.airs.handlers.MoodButtonHandler
Method to discover the sensor symbols support by this handler As the result of the discovery, appropriate Sensor entries will be added to the SensorRepository
Discover() - Method in class com.airs.handlers.MusicPlayerHandler
Method to discover the sensor symbols support by this handler As the result of the discovery, appropriate Sensor entries will be added to the SensorRepository
Discover() - Method in class com.airs.handlers.NotificationHandler
Method to discover the sensor symbols support by this handler As the result of the discovery, appropriate Sensor entries will be added to the SensorRepository
Discover() - Method in class com.airs.handlers.PhoneSensorHandler
Method to discover the sensor symbols support by this handler As the result of the discovery, appropriate Sensor entries will be added to the SensorRepository, if sensors can be used and depending on which sensors are available on the device
Discover() - Method in class com.airs.handlers.RandomHandler
Method to discover the sensor symbols support by this handler As the result of the discovery, appropriate Sensor entries will be added to the SensorRepository
Discover() - Method in class com.airs.handlers.SystemHandler
Method to discover the sensor symbols support by this handler As the result of the discovery, appropriate Sensor entries will be added to the SensorRepository
Discover() - Method in class com.airs.handlers.WeatherHandler
Method to discover the sensor symbols support by this handler, if the weather is supported As the result of the discovery, appropriate Sensor entries will be added to the SensorRepository
Discover() - Method in class com.airs.handlers.WifiHandler
Method to discover the sensor symbols support by this handler As the result of the discovery, appropriate Sensor entries will be added to the SensorRepository, if WiFi available
discovered - Variable in class com.airs.AIRS_local
Flag if discovery has been done
discovered - Variable in class com.airs.platform.Sensor
Flag if sensor has already been discovered or not
Discovery - Class in com.airs.platform
Class to handle discovery requests sent by remote application server Implements a Callback for the PUBLISH methods being created
Discovery(EventComponent) - Constructor for class com.airs.platform.Discovery
Constructor, starting the internal discovery thread
dispatchKeyEvent(KeyEvent) - Method in class com.airs.AIRS_manual
 
dispatchKeyEvent(KeyEvent) - Method in class com.airs.AIRS_measurements
 
dispatchKeyEvent(KeyEvent) - Method in class com.airs.AIRS_tabs
Called for dispatching key events sent to the Activity
dispatchKeyEvent(KeyEvent) - Method in class com.airs.visualisations.TimelineActivity
Called for dispatching key events sent to the Activity
draw(Canvas, MapView, boolean) - Method in class com.airs.visualisations.MapViewerOverlay
Draws the overlay items on the Map View
draw(Canvas, MapView, boolean, long) - Method in class com.airs.visualisations.MapViewerOverlayTrack
Draws the overlay track on the canvas
draw(Canvas, MapView, boolean) - Method in class com.airs.visualisations.MapViewerOverlayTrack
Draws the overlay track on the canvas
A B C D E F G H I L M N O P Q R S T U V W