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

S

Sample - Class in de.unikassel.android.sdcframework.data
Implementation of the sensor device sample used inside of the framework.
Sample() - Constructor for class de.unikassel.android.sdcframework.data.Sample
Constructor
Sample(SensorDeviceIdentifier) - Constructor for class de.unikassel.android.sdcframework.data.Sample
Constructor
Sample(String, long, int, boolean) - Constructor for class de.unikassel.android.sdcframework.data.Sample
Constructor
Sample(SensorDeviceIdentifier, long, int, boolean) - Constructor for class de.unikassel.android.sdcframework.data.Sample
Constructor
Sample(Sample) - Constructor for class de.unikassel.android.sdcframework.data.Sample
Copy-Constructor
Sample(Parcel) - Constructor for class de.unikassel.android.sdcframework.data.Sample
Constructor
SAMPLE_COLLECTION_FILE - Static variable in class de.unikassel.android.sdcframework.data.independent.BasicSampleCollection
The filename for the serialized sample collection
SAMPLE_RATE_DELAY - Static variable in class de.unikassel.android.sdcframework.transmission.SampleGatheringController
The delay for sample rate calculation in case of a rate change
sampleBroadcastsEnabledPreference - Variable in class de.unikassel.android.sdcframework.preferences.ServicePreferencesImpl
The sample broadcasts enabled preference
SampleBroadcastService - Interface in de.unikassel.android.sdcframework.broadcast.facade
Interface for the sample broadcast service class.
sampleBroadcastService - Variable in class de.unikassel.android.sdcframework.service.ServiceManagerImpl
The sample broadcast service.
SampleBroadcastServiceImpl - Class in de.unikassel.android.sdcframework.broadcast
Implementation of the sample broadcast service interface.
SampleBroadcastServiceImpl(Context, long) - Constructor for class de.unikassel.android.sdcframework.broadcast.SampleBroadcastServiceImpl
Constructor
SampleCollection - Class in de.unikassel.android.sdcframework.data
Implementation of a collection of Samples.
SampleCollection() - Constructor for class de.unikassel.android.sdcframework.data.SampleCollection
Constructor
SampleCollection(Parcel) - Constructor for class de.unikassel.android.sdcframework.data.SampleCollection
Constructor
SampleData - Interface in de.unikassel.android.sdcframework.data.independent
Interface for all the types implementing device specific sensor sample data.
SampleFactory - Class in de.unikassel.android.sdcframework.devices
A factory to create samples from Android specific types ( implemented as singleton ).
SampleFactory() - Constructor for class de.unikassel.android.sdcframework.devices.SampleFactory
Constructor
sampleFile - Variable in class de.unikassel.android.sdcframework.transmission.FileManager
The temporary file to store serialized samples in
sampleFromCursor(Cursor) - Method in class de.unikassel.android.sdcframework.persistence.DatabaseAdapterImpl
Does create a sample from cursor position
SampleGatheringController - Class in de.unikassel.android.sdcframework.transmission
A class to realize a controller for the task to select samples from the database for transfer.
SampleGatheringController() - Constructor for class de.unikassel.android.sdcframework.transmission.SampleGatheringController
Constructor
SampleListener - Class in de.unikassel.android.sdcframework.broadcast
The observable broadcast receiver implementation for samples.
SampleListener() - Constructor for class de.unikassel.android.sdcframework.broadcast.SampleListener
Constructor
sampleLocationFixEnabledPreference - Variable in class de.unikassel.android.sdcframework.preferences.ServicePreferencesImpl
The sample location fix enabled preference
SampleProvidingSensorDevice - Interface in de.unikassel.android.sdcframework.devices.facade
Interface for sensor devices providing samples which can be taken by a device scanner.
SampleRateChangeResponder - Interface in de.unikassel.android.sdcframework.transmission.facade
Interface for types which must react on sample rate changes.
sampleRateHasChanged - Variable in class de.unikassel.android.sdcframework.transmission.SampleGatheringController
Flag indicating a sample rate change
SampleReceivingDeviceScanner - Class in de.unikassel.android.sdcframework.devices
Abstract base class for scanner types, which do receive sensor data from system broadcasts after the explicit initiation of a system scan.
SampleReceivingDeviceScanner() - Constructor for class de.unikassel.android.sdcframework.devices.SampleReceivingDeviceScanner
Constructor
SampleReceivingDeviceScanner.ScanWorkerThread - Class in de.unikassel.android.sdcframework.devices
Inner class for a device polling worker thread
SampleReceivingDeviceScanner.ScanWorkerThread() - Constructor for class de.unikassel.android.sdcframework.devices.SampleReceivingDeviceScanner.ScanWorkerThread
Constructor
samples - Variable in class de.unikassel.android.sdcframework.data.independent.BasicSampleCollection
The collection of sensor device Samples
samples - Variable in class de.unikassel.android.sdcframework.data.SampleCollection
The collection of sensor device Samples
samples - Variable in class de.unikassel.android.sdcframework.persistence.InsertSamplesCommand
The collection with the samples to insert
samples - Variable in class de.unikassel.android.sdcframework.persistence.RemoveSamplesCommand
The collection to store the removed samples in
sampleSource - Variable in class de.unikassel.android.sdcframework.broadcast.SampleListener
The internal observable SampleCollection source
SampleTakingDeviceScanner - Class in de.unikassel.android.sdcframework.devices
Base class for sensor device scanner types, which do active take a sample of the associated device in the configured frequency.
SampleTakingDeviceScanner() - Constructor for class de.unikassel.android.sdcframework.devices.SampleTakingDeviceScanner
Constructor
SampleTakingTask - Class in de.unikassel.android.sdcframework.devices
This class does implement a runnable task to be executed delayed by an OS handler in the service context.
SampleTakingTask(SampleTakingDeviceScanner, Handler) - Constructor for class de.unikassel.android.sdcframework.devices.SampleTakingTask
Constructor
sampleWaitLock - Variable in class de.unikassel.android.sdcframework.transmission.TransferManagerImpl
The sample rate wait lock
SamplingCausingAndroidSensorDevice - Class in de.unikassel.android.sdcframework.devices
Base class for Android Sensor based devices, which do cause sampling in case of sensor data change events.
SamplingCausingAndroidSensorDevice(SensorDeviceIdentifier, int, Context, int) - Constructor for class de.unikassel.android.sdcframework.devices.SamplingCausingAndroidSensorDevice
Constructor
samplingEnabledPreference - Variable in class de.unikassel.android.sdcframework.preferences.ServicePreferencesImpl
The sampling enabled preference
Saturday - Static variable in class de.unikassel.android.sdcframework.R.id
 
savedRecordCount - Variable in class de.unikassel.android.sdcframework.persistence.PersistentStorageManagerImpl
The actual count of records stored to database in the actual work period
saveLogEvent(LogEvent) - Method in class de.unikassel.android.sdcframework.util.LogfileManager
Me6thod to save a log event
saveRSAKeyToFile(String, byte[]) - Static method in class de.unikassel.android.sdcframework.util.facade.Encryption
Method to store a public or a private RSA key bytes
saveSchedule - Static variable in class de.unikassel.android.sdcframework.R.id
 
scanner - Variable in class de.unikassel.android.sdcframework.devices.AbstractSensorDevice
The scanner for the sensor device
scanner - Variable in class de.unikassel.android.sdcframework.devices.SampleTakingTask
The scanner taking the samples on runnable execution
ScannerConfiguration - Interface in de.unikassel.android.sdcframework.preferences.facade
Interface for the device scanner configuration.
ScannerStateAwareSensorDevice - Class in de.unikassel.android.sdcframework.devices
This class is an extension of the abstract sensor device for such devices, which have to be aware of the scanner running state.
ScannerStateAwareSensorDevice(SensorDeviceIdentifier) - Constructor for class de.unikassel.android.sdcframework.devices.ScannerStateAwareSensorDevice
Constructor
schedule - Variable in class de.unikassel.android.sdcframework.app.scheduler.ScheduleService.ScheduledAlarm
The related weekday schedule entry
schedule - Variable in class de.unikassel.android.sdcframework.app.scheduler.SDCFSchedulerActivity
The schedule.
schedule - Variable in class de.unikassel.android.sdcframework.data.WeeklySchedule
The schedule.
schedule - Variable in class de.unikassel.android.sdcframework.preferences.ServiceConfigurationImpl
The weekly schedule.
SCHEDULE_UPDATE - Static variable in class de.unikassel.android.sdcframework.app.SDCPreferenceActivity
Scheduler update request code.
scheduleEntryLeft - Static variable in class de.unikassel.android.sdcframework.R.id
 
scheduleEntryList - Variable in class de.unikassel.android.sdcframework.data.WeekdaySchedule
The list with the weekday schedule entries.
scheduleEntryRight - Static variable in class de.unikassel.android.sdcframework.R.id
 
scheduler_context_menu - Static variable in class de.unikassel.android.sdcframework.R.menu
 
scheduler_layout - Static variable in class de.unikassel.android.sdcframework.R.layout
 
scheduler_option_menu - Static variable in class de.unikassel.android.sdcframework.R.menu
 
ScheduleService - Class in de.unikassel.android.sdcframework.app.scheduler
The scheduler background process.
ScheduleService() - Constructor for class de.unikassel.android.sdcframework.app.scheduler.ScheduleService
Constructor
ScheduleService.ScheduledAlarm - Class in de.unikassel.android.sdcframework.app.scheduler
A simple structure to store the data for an alarm.
ScheduleService.ScheduledAlarm() - Constructor for class de.unikassel.android.sdcframework.app.scheduler.ScheduleService.ScheduledAlarm
 
ScheduleValidator - Class in de.unikassel.android.sdcframework.app.scheduler
The class responsible for SDCF schedule validation.
ScheduleValidator() - Constructor for class de.unikassel.android.sdcframework.app.scheduler.ScheduleValidator
 
sdc_app_name - Static variable in class de.unikassel.android.sdcframework.R.string
 
sdc_config_file_name - Static variable in class de.unikassel.android.sdcframework.R.string
 
sdc_controller_activity_label - Static variable in class de.unikassel.android.sdcframework.R.string
 
sdc_database_name - Static variable in class de.unikassel.android.sdcframework.R.string
 
sdc_description - Static variable in class de.unikassel.android.sdcframework.R.string
 
sdc_file_browser_activity_label - Static variable in class de.unikassel.android.sdcframework.R.string
 
sdc_logview - Static variable in class de.unikassel.android.sdcframework.R.id
 
sdc_preference_activity_label - Static variable in class de.unikassel.android.sdcframework.R.string
 
sdc_schedule_service_description - Static variable in class de.unikassel.android.sdcframework.R.string
 
sdc_schedule_service_label - Static variable in class de.unikassel.android.sdcframework.R.string
 
sdc_service_controller - Static variable in class de.unikassel.android.sdcframework.R.layout
 
sdc_service_description - Static variable in class de.unikassel.android.sdcframework.R.string
 
sdc_service_label - Static variable in class de.unikassel.android.sdcframework.R.string
 
sdc_service_name - Static variable in class de.unikassel.android.sdcframework.R.string
 
sdc_service_started - Static variable in class de.unikassel.android.sdcframework.R.string
 
sdc_start_button_text - Static variable in class de.unikassel.android.sdcframework.R.string
 
sdc_stop_button_text - Static variable in class de.unikassel.android.sdcframework.R.string
 
SDCConfiguration - Class in de.unikassel.android.sdcframework.data
This class is the serializable representation of the default configuration for the SDC framework.
SDCConfiguration() - Constructor for class de.unikassel.android.sdcframework.data.SDCConfiguration
Constructor
sdcConfiguration - Variable in class de.unikassel.android.sdcframework.preferences.SDCConfigurationManager
The service configuration
SDCConfigurationManager - Class in de.unikassel.android.sdcframework.preferences
Implementation of a management component responsible to handle the preconfigured default configuration, respectively to read it from the file and update the default values in a preference manager instance.
SDCConfigurationManager(Context, String) - Constructor for class de.unikassel.android.sdcframework.preferences.SDCConfigurationManager
Constructor
SDCFileBrowserActivity - Class in de.unikassel.android.sdcframework.app
 
SDCFileBrowserActivity() - Constructor for class de.unikassel.android.sdcframework.app.SDCFileBrowserActivity
Constructor
SDCFSchedulerActivity - Class in de.unikassel.android.sdcframework.app.scheduler
Scheduler for the the SDCF weekly time schedule.
SDCFSchedulerActivity() - Constructor for class de.unikassel.android.sdcframework.app.scheduler.SDCFSchedulerActivity
Constructor
SDCFSchedulerEditEntryActivity - Class in de.unikassel.android.sdcframework.app.scheduler
Activity to create a new scheduler entry.
SDCFSchedulerEditEntryActivity() - Constructor for class de.unikassel.android.sdcframework.app.scheduler.SDCFSchedulerEditEntryActivity
Constructor
SDCFSchedulerEditEntryActivity.EnumSpinnerAdapter<T extends Enum<T>> - Class in de.unikassel.android.sdcframework.app.scheduler
Inner class to implement an enumeration spinner adapter.
SDCFSchedulerEditEntryActivity.EnumSpinnerAdapter(Context, Class<T>) - Constructor for class de.unikassel.android.sdcframework.app.scheduler.SDCFSchedulerEditEntryActivity.EnumSpinnerAdapter
Constructor
SDCPreferenceActivity - Class in de.unikassel.android.sdcframework.app
The activity for the preference screen.
SDCPreferenceActivity() - Constructor for class de.unikassel.android.sdcframework.app.SDCPreferenceActivity
Constructor
SDCService - Interface in de.unikassel.android.sdcframework.app.facade
 
sdcService - Variable in class de.unikassel.android.sdcframework.service.SDCServiceConnectionHolder
The service interface
SDCServiceConnectionHolder - Class in de.unikassel.android.sdcframework.service
Implementation of life cycle dependent SDC service connection holder.

This class can establish, destroy and observe a connection with the SDC service.
SDCServiceConnectionHolder(SDCServiceConnectionHolder.ServiceConnectionEventReceiver, Class<?>) - Constructor for class de.unikassel.android.sdcframework.service.SDCServiceConnectionHolder
Constructor
SDCServiceConnectionHolder(Class<? extends SDCService>) - Constructor for class de.unikassel.android.sdcframework.service.SDCServiceConnectionHolder
Constructor
SDCServiceConnectionHolder.ServiceConnectionEventReceiver - Interface in de.unikassel.android.sdcframework.service
Interface for receivers of service connection events
SDCServiceController - Class in de.unikassel.android.sdcframework.app
The main controller activity for the sensor data collection service.
SDCServiceController() - Constructor for class de.unikassel.android.sdcframework.app.SDCServiceController
Constructor
SDCServiceImpl - Class in de.unikassel.android.sdcframework.app
The sensor data collection framework service component.
SDCServiceImpl() - Constructor for class de.unikassel.android.sdcframework.app.SDCServiceImpl
 
SELECT_EXT_DEFAULTS_FILE - Static variable in class de.unikassel.android.sdcframework.app.AbstractServiceControlActivity
File selection dialog identifier for external defaults file selection.
SELECT_EXT_RSA_PUBKEY_FILE - Static variable in class de.unikassel.android.sdcframework.app.AbstractServiceControlActivity
File selection dialog identifier for pub key file selection.
selectAction - Static variable in class de.unikassel.android.sdcframework.R.id
 
selectedFile - Variable in class de.unikassel.android.sdcframework.app.SDCFileBrowserActivity
The selected file.
selectWeekday - Static variable in class de.unikassel.android.sdcframework.R.id
 
sensor - Variable in class de.unikassel.android.sdcframework.devices.AbstractAndroidSensorDevice
The corresponding Android sensor
SensorConfigurationEntry - Class in de.unikassel.android.sdcframework.data
A sensor configuration does describe the default configuration for a sensor type.
SensorConfigurationEntry() - Constructor for class de.unikassel.android.sdcframework.data.SensorConfigurationEntry
Constructor
sensorConfigurations - Variable in class de.unikassel.android.sdcframework.data.SDCConfiguration
The list of available sensors in the SDC service
sensorDelay - Variable in class de.unikassel.android.sdcframework.devices.AbstractAndroidSensorDevice
The sensor delay
SensorDevice - Interface in de.unikassel.android.sdcframework.devices.facade
Interface for any sensor device type.
SensorDeviceAvailabilityTester - Class in de.unikassel.android.sdcframework.devices
The global singleton to test for sensor device availability.
SensorDeviceAvailabilityTester() - Constructor for class de.unikassel.android.sdcframework.devices.SensorDeviceAvailabilityTester
Constructor
SensorDeviceComposite - Interface in de.unikassel.android.sdcframework.devices.facade
Interface for a composition of sensor devices.
SensorDeviceConfiguration - Interface in de.unikassel.android.sdcframework.preferences.facade
Interface for the sensor device configuration, which does extend the device scanner configuration.
SensorDeviceConfigurationChangeEvent - Interface in de.unikassel.android.sdcframework.preferences.facade
Interface for sensor device configuration change events.
SensorDeviceConfigurationChangeEventImpl - Class in de.unikassel.android.sdcframework.preferences
Implementation of the sensor device configuration change event.
SensorDeviceConfigurationChangeEventImpl() - Constructor for class de.unikassel.android.sdcframework.preferences.SensorDeviceConfigurationChangeEventImpl
Constructor
SensorDeviceConfigurationChangeEventImpl(SensorDeviceConfiguration, SensorDeviceIdentifier) - Constructor for class de.unikassel.android.sdcframework.preferences.SensorDeviceConfigurationChangeEventImpl
Constructor
SensorDeviceConfigurationImpl - Class in de.unikassel.android.sdcframework.preferences
Basic implementation of the sensor device configuration interface.
SensorDeviceConfigurationImpl(int, SensorDevicePriorities, boolean) - Constructor for class de.unikassel.android.sdcframework.preferences.SensorDeviceConfigurationImpl
Constructor
SensorDeviceConfigurationImpl() - Constructor for class de.unikassel.android.sdcframework.preferences.SensorDeviceConfigurationImpl
Constructor
SensorDeviceConfigurationImpl(SensorDeviceConfiguration) - Constructor for class de.unikassel.android.sdcframework.preferences.SensorDeviceConfigurationImpl
Copy constructor
SensorDeviceConfigurationUpdateVisitor - Class in de.unikassel.android.sdcframework.devices
Implementation of the visitor for sensor device configuration updates.
SensorDeviceConfigurationUpdateVisitor() - Constructor for class de.unikassel.android.sdcframework.devices.SensorDeviceConfigurationUpdateVisitor
Constructor
SensorDeviceConfigurationUpdateVisitor(SensorDeviceConfigurationChangeEvent, Context) - Constructor for class de.unikassel.android.sdcframework.devices.SensorDeviceConfigurationUpdateVisitor
Constructor
SensorDeviceFactory - Interface in de.unikassel.android.sdcframework.devices.facade
Interface for the sensor device factory
SensorDeviceFactoryImpl - Class in de.unikassel.android.sdcframework.devices
Implementation of the sensor device factory, to be used by the sensor device manager to create the available sensor devices.
SensorDeviceFactoryImpl() - Constructor for class de.unikassel.android.sdcframework.devices.SensorDeviceFactoryImpl
Constructor
SensorDeviceIdentifier - Enum in de.unikassel.android.sdcframework.devices.facade
Identifiers for all known sensor device types.
SensorDeviceIdentifier() - Constructor for enum de.unikassel.android.sdcframework.devices.facade.SensorDeviceIdentifier
 
SensorDeviceManager - Interface in de.unikassel.android.sdcframework.devices.facade
The interface for the sensor device managemer.
SensorDeviceManagerImpl - Class in de.unikassel.android.sdcframework.devices
Implementation of the sensor device manager implementation.
SensorDeviceManagerImpl(ApplicationPreferenceManager) - Constructor for class de.unikassel.android.sdcframework.devices.SensorDeviceManagerImpl
Constructor
SensorDevicePreferences - Interface in de.unikassel.android.sdcframework.preferences.facade
Interface for the preferences of a single sensor device.
SensorDevicePreferencesImpl - Class in de.unikassel.android.sdcframework.preferences
 
SensorDevicePreferencesImpl(SensorDeviceIdentifier) - Constructor for class de.unikassel.android.sdcframework.preferences.SensorDevicePreferencesImpl
Constructor
SensorDevicePriorities - Enum in de.unikassel.android.sdcframework.devices.facade
Priorities for sensor device samples.
SensorDevicePriorities() - Constructor for enum de.unikassel.android.sdcframework.devices.facade.SensorDevicePriorities
 
SensorDeviceScanner - Interface in de.unikassel.android.sdcframework.devices.facade
Interface for sensor any device scanner type.
SensorDeviceVisitor - Interface in de.unikassel.android.sdcframework.devices.facade
Interface for sensor device visitors.
sensorID - Variable in class de.unikassel.android.sdcframework.data.SensorConfigurationEntry
The sensor identifier which has to be a valid string representation of a SensorDeviceIdentifier enumeration value ( e.g.: "Wifi" for SensorDeviceIdentifier.Wifi )
sensorListener - Variable in class de.unikassel.android.sdcframework.devices.AbstractAndroidSensorDevice
The sensor listener
SEPARATOR - Static variable in class de.unikassel.android.sdcframework.preferences.TimeProviderPreferenceImpl
The separator between two provider entries
SerializableData - Interface in de.unikassel.android.sdcframework.data.independent
Interface for serializable data types.
serializeFromFile(Class<T>, File) - Static method in class de.unikassel.android.sdcframework.data.independent.GlobalSerializer
Deserialization from the XML file to the type
serializeFromStream(Class<T>, InputStream) - Static method in class de.unikassel.android.sdcframework.data.independent.GlobalSerializer
Deserialization from an input stream to the type
serializer - Static variable in class de.unikassel.android.sdcframework.data.independent.GlobalSerializer
The global serializer instance
serializeToFile(Object, File) - Static method in class de.unikassel.android.sdcframework.data.independent.GlobalSerializer
Method to serialize an object into a file
serializeToStream(Object, OutputStream) - Static method in class de.unikassel.android.sdcframework.data.independent.GlobalSerializer
Method to serialize an object into an output stream
service - Variable in class de.unikassel.android.sdcframework.app.SDCServiceController
Reference to a running service when bound.
service - Variable in class de.unikassel.android.sdcframework.service.ServiceManagerImpl
The SDC service.
serviceAvailable - Variable in class de.unikassel.android.sdcframework.service.SDCServiceConnectionHolder
The service availability state flag
serviceClass - Variable in class de.unikassel.android.sdcframework.app.AbstractServiceControlActivity
The service class name
serviceClass - Variable in class de.unikassel.android.sdcframework.persistence.PersistentStorageManagerImpl
The service class
serviceClass - Variable in class de.unikassel.android.sdcframework.persistence.StopServiceStrategy
The service class
serviceClass - Variable in class de.unikassel.android.sdcframework.service.SDCServiceConnectionHolder
The service class
serviceComponent - Variable in class de.unikassel.android.sdcframework.service.SDCServiceConnectionHolder
The service component name
serviceConfig - Variable in class de.unikassel.android.sdcframework.service.ServiceManagerImpl
The service configuration.
serviceConfigEventObserver - Variable in class de.unikassel.android.sdcframework.service.ServiceManagerImpl
The service configuration change event observer.
ServiceConfiguration - Interface in de.unikassel.android.sdcframework.preferences.facade
The configuration for the framework service and persistence module.
ServiceConfigurationChangeEvent - Interface in de.unikassel.android.sdcframework.preferences.facade
Interface for the service configuration change event.
ServiceConfigurationChangeEventImpl - Class in de.unikassel.android.sdcframework.preferences
Implementation of the service configuration change event.
ServiceConfigurationChangeEventImpl() - Constructor for class de.unikassel.android.sdcframework.preferences.ServiceConfigurationChangeEventImpl
Constructor
ServiceConfigurationChangeEventImpl(ServiceConfiguration) - Constructor for class de.unikassel.android.sdcframework.preferences.ServiceConfigurationChangeEventImpl
Constructor
ServiceConfigurationImpl - Class in de.unikassel.android.sdcframework.preferences
Implementation of the service configuration.
ServiceConfigurationImpl() - Constructor for class de.unikassel.android.sdcframework.preferences.ServiceConfigurationImpl
Constructor
serviceConnection - Variable in class de.unikassel.android.sdcframework.app.SDCServiceController
The service connection
serviceConnection - Variable in class de.unikassel.android.sdcframework.service.SDCServiceConnectionHolder
The service connection
serviceicon - Static variable in class de.unikassel.android.sdcframework.R.drawable
 
ServiceManager - Interface in de.unikassel.android.sdcframework.service.facade
Interface for the sensor data collection service manager.
ServiceManagerImpl - Class in de.unikassel.android.sdcframework.service
The Implementation of the sensor data collection service manager.
ServiceManagerImpl(Class<?>) - Constructor for class de.unikassel.android.sdcframework.service.ServiceManagerImpl
Constructor
ServiceNotification - Static variable in class de.unikassel.android.sdcframework.R.id
 
serviceNotification(int, String, Context, boolean, boolean, Class<?>) - Static method in class de.unikassel.android.sdcframework.util.NotificationUtils
Does create a service notification
servicePreferences - Variable in class de.unikassel.android.sdcframework.preferences.ApplicationPreferenceManagerImpl
The service preferences
ServicePreferences - Interface in de.unikassel.android.sdcframework.preferences.facade
Interface for the preferences of the service and the persistence module.
ServicePreferencesImpl - Class in de.unikassel.android.sdcframework.preferences
Implementation of the service preferences.
ServicePreferencesImpl() - Constructor for class de.unikassel.android.sdcframework.preferences.ServicePreferencesImpl
Constructor
ServiceRunningStateListener - Class in de.unikassel.android.sdcframework.service
The broadcast receiver for the SDCService running state.
ServiceRunningStateListener(String) - Constructor for class de.unikassel.android.sdcframework.service.ServiceRunningStateListener
Constructor
serviceRunningStateListner - Variable in class de.unikassel.android.sdcframework.app.AbstractServiceControlActivity
The service running state listener
serviceStateChanged(boolean) - Method in class de.unikassel.android.sdcframework.service.ServiceRunningStateListener
Running state change handler
serviceStateToString(int) - Static method in class de.unikassel.android.sdcframework.devices.GSMDevice
Does create a human readable string representation of the service state
ServiceUtils - Class in de.unikassel.android.sdcframework.service
Service utility class providing a test function to check for a running services instance.
ServiceUtils() - Constructor for class de.unikassel.android.sdcframework.service.ServiceUtils
 
servicManager - Variable in class de.unikassel.android.sdcframework.app.AbstractSDCServiceImpl
the service manager maintaining the framework components
setAccelerationX(float) - Method in class de.unikassel.android.sdcframework.data.independent.AccelerometerSampleData
Setter for the acceleration x direction
setAccelerationY(float) - Method in class de.unikassel.android.sdcframework.data.independent.AccelerometerSampleData
Setter for the acceleration y direction
setAccelerationZ(float) - Method in class de.unikassel.android.sdcframework.data.independent.AccelerometerSampleData
Setter for the acceleration in z direction
setAccuracy(Float) - Method in class de.unikassel.android.sdcframework.data.independent.LocationSampleData
Setter for the accuracy
setAction(WeekdaySchedulerAction) - Method in class de.unikassel.android.sdcframework.data.WeekdayScheduleEntry
Setter for the action
setActive(boolean) - Method in class de.unikassel.android.sdcframework.devices.AbstractSensorDeviceScanner
Setter for the scanner activation state
setAddress(String) - Method in class de.unikassel.android.sdcframework.data.independent.BluetoothSampleData
Setter for the hardware address
setAlarm(ScheduleService.ScheduledAlarm) - Method in class de.unikassel.android.sdcframework.app.scheduler.ScheduleService
Method to set a new alarm for next event.
setAlarm(long) - Method in class de.unikassel.android.sdcframework.util.ObservableAlarm
Method to add an alarm
setAltitude(Double) - Method in class de.unikassel.android.sdcframework.data.independent.LocationSampleData
Setter for the altitude
setAngularSpeedX(float) - Method in class de.unikassel.android.sdcframework.data.independent.GyroscopeSampleData
Setter for the the angular speed around the x axis
setAngularSpeedY(float) - Method in class de.unikassel.android.sdcframework.data.independent.GyroscopeSampleData
Setter for the angular speed around the y axis
setAngularSpeedZ(float) - Method in class de.unikassel.android.sdcframework.data.independent.GyroscopeSampleData
Setter for the angular speed around the z axis
setArchiveType(String) - Method in class de.unikassel.android.sdcframework.data.TransmissionConfigurationEntry
Setter for the archive type
setArchiveType(ArchiveTypes) - Method in interface de.unikassel.android.sdcframework.preferences.facade.TransmissionConfiguration
Setter for the archive type
setArchiveType(ArchiveTypes) - Method in class de.unikassel.android.sdcframework.preferences.TransmissionConfigurationImpl
 
setAuthPassword(String) - Method in class de.unikassel.android.sdcframework.data.TransmissionProtocolConfigurationEntry
Setter for the authentication password
setAuthPassword(String) - Method in interface de.unikassel.android.sdcframework.preferences.facade.TransmissionProtocolConfiguration
Setter for the authentication password
setAuthPassword(String) - Method in class de.unikassel.android.sdcframework.preferences.TransmissionProtocolConfigurationImpl
 
setBatteryLowObserver(BatteryLowStateObserver) - Method in class de.unikassel.android.sdcframework.service.ServiceManagerImpl
 
setBluetoothClass(String) - Method in class de.unikassel.android.sdcframework.data.independent.BluetoothSampleData
Setter for the bluetooth class
setBroadcastFrequency(Long) - Method in class de.unikassel.android.sdcframework.data.SDCConfiguration
Setter for the broadcast frequency
setBroadcastFrequency(Long) - Method in interface de.unikassel.android.sdcframework.preferences.facade.ServiceConfiguration
Setter for the broadcast frequency
setBroadcastFrequency(Long) - Method in class de.unikassel.android.sdcframework.preferences.ServiceConfigurationImpl
 
setBroadcastingSamples(Boolean) - Method in class de.unikassel.android.sdcframework.data.SDCConfiguration
Setter for flag for sample broadcasts behavior
setBroadcastingSamples(Boolean) - Method in interface de.unikassel.android.sdcframework.preferences.facade.ServiceConfiguration
Setter for the flag for sample broadcasts behavior
setBroadcastingSamples(Boolean) - Method in class de.unikassel.android.sdcframework.preferences.ServiceConfigurationImpl
 
setBSSID(String) - Method in class de.unikassel.android.sdcframework.data.independent.WifiSampleData
Setter for the address of the access point
setCapabilities(String) - Method in class de.unikassel.android.sdcframework.data.independent.WifiSampleData
Setter for the capabilities
setCellId(int) - Method in class de.unikassel.android.sdcframework.data.independent.GSMNeighborCell
Setter for the cellId
setCellId(int) - Method in class de.unikassel.android.sdcframework.data.independent.GSMSampleData
Setter for the cell Id
setConfiguration(SensorDeviceConfiguration) - Method in class de.unikassel.android.sdcframework.devices.AbstractSensorDevice
Setter for the configuration
setConnected(boolean) - Method in class de.unikassel.android.sdcframework.data.independent.WifiSampleData
Setter for the connected flag
setConnectionStrategy(String) - Method in class de.unikassel.android.sdcframework.data.TransmissionProtocolConfigurationEntry
Setter for the transfer connection strategy description
setContext(Context) - Method in class de.unikassel.android.sdcframework.devices.AbstractLocationDevice
Setter for the context
setContext(Context) - Method in class de.unikassel.android.sdcframework.devices.GSMDevice
Setter for the context
setContext(Context) - Method in class de.unikassel.android.sdcframework.devices.SensorDeviceConfigurationUpdateVisitor
Setter for the context
setCreated(boolean) - Method in class de.unikassel.android.sdcframework.service.ServiceManagerImpl
Setter for the created flag
setCurrentDir(File) - Method in class de.unikassel.android.sdcframework.app.SDCFileBrowserActivity
Setter for the current directory
setCurrentLocation(Location) - Method in class de.unikassel.android.sdcframework.devices.LocationTracker
Setter for the currentLocation
setData(SampleData) - Method in class de.unikassel.android.sdcframework.data.independent.BasicSample
Setter for the sample data
setDatabaseConfiguration(DatabaseConfigurationEntry) - Method in class de.unikassel.android.sdcframework.data.SDCConfiguration
Setter for the database configuration
setDataFromXML(String, String) - Method in class de.unikassel.android.sdcframework.data.independent.BasicSample
Method to create data from XML
setDBFullDeletionPriorityBased(Boolean) - Method in class de.unikassel.android.sdcframework.data.DatabaseConfigurationEntry
Setter for for the flag which is indicating that sample deletion is done for lower priorities first ( in case of database is full and deletion strategy is executed ).
setDBFullDeletionPriorityBased(Boolean) - Method in interface de.unikassel.android.sdcframework.preferences.facade.ServiceConfiguration
Setter for the flag database deletion strategy priority flag
setDBFullDeletionPriorityBased(Boolean) - Method in class de.unikassel.android.sdcframework.preferences.ServiceConfigurationImpl
 
setDBFullDeletionRecordCount(Integer) - Method in class de.unikassel.android.sdcframework.data.DatabaseConfigurationEntry
Setter for the record count to delete in case of database full and deletion strategy is executed.
setDBFullDeletionRecordCount(Integer) - Method in interface de.unikassel.android.sdcframework.preferences.facade.ServiceConfiguration
Setter for the record count to be deleted in case of a full database ( used by the sample deletion strategy )
setDBFullDeletionRecordCount(Integer) - Method in class de.unikassel.android.sdcframework.preferences.ServiceConfigurationImpl
 
setDBFullStrategy(String) - Method in class de.unikassel.android.sdcframework.data.DatabaseConfigurationEntry
Setter for the strategy chain description to execute if database is full.
Has to be the string representation of a strategy description.
setDBFullStrategy(DBFullStrategyDescription) - Method in interface de.unikassel.android.sdcframework.preferences.facade.ServiceConfiguration
Setter for the configured database full strategy chain
setDBFullStrategy(DBFullStrategyDescription) - Method in class de.unikassel.android.sdcframework.preferences.ServiceConfigurationImpl
 
setDBFullWaitTime(Long) - Method in class de.unikassel.android.sdcframework.data.DatabaseConfigurationEntry
Setter for the time to pause and wait in case of database full and wait strategy is executed.
setDBFullWaitTime(Long) - Method in interface de.unikassel.android.sdcframework.preferences.facade.ServiceConfiguration
Setter for the wait time used by the wait strategy in case of a full database
setDBFullWaitTime(Long) - Method in class de.unikassel.android.sdcframework.preferences.ServiceConfigurationImpl
 
setDbManager(DatabaseManager) - Method in class de.unikassel.android.sdcframework.service.ServiceManagerImpl
Setter for the dbManager
setDefault(T) - Method in interface de.unikassel.android.sdcframework.preferences.facade.SinglePreference
Setter for the default value
setDefault(LogLevelConfiguration) - Method in class de.unikassel.android.sdcframework.preferences.LogLevelPreferenceImpl
 
setDefault(SensorDeviceConfiguration) - Method in class de.unikassel.android.sdcframework.preferences.SensorDevicePreferencesImpl
 
setDefault(ServiceConfiguration) - Method in class de.unikassel.android.sdcframework.preferences.ServicePreferencesImpl
 
setDefault(T) - Method in class de.unikassel.android.sdcframework.preferences.SinglePreferenceImpl
 
setDefault(TimeProviderConfiguration) - Method in class de.unikassel.android.sdcframework.preferences.TimeProviderPreferenceImpl
 
setDefault(TransmissionConfiguration) - Method in class de.unikassel.android.sdcframework.preferences.TransmissionPreferenceImpl
 
setDefault(TransmissionProtocolConfiguration) - Method in class de.unikassel.android.sdcframework.preferences.TransmissionProtocolPreferenceImpl
 
setDevice(String) - Method in class de.unikassel.android.sdcframework.data.independent.DeviceInformation
Setter for the device
setDevice(SensorDevice, Context) - Method in class de.unikassel.android.sdcframework.devices.AbstractSensorDeviceScanner
 
setDevice(SensorDevice, Context) - Method in interface de.unikassel.android.sdcframework.devices.facade.SensorDeviceScanner
Setter for the sensor device
setDeviceConfigurationEventObserver(EventObserver<SensorDeviceConfigurationChangeEvent>) - Method in class de.unikassel.android.sdcframework.service.ServiceManagerImpl
Setter for the sensor device configuration event observer
setDeviceIdentifier(String) - Method in class de.unikassel.android.sdcframework.data.independent.BasicSample
Setter for the device identifier ( string representation of the sensors identifier )
setDeviceIdentifier(SensorDeviceIdentifier) - Method in class de.unikassel.android.sdcframework.devices.AbstractSensorDevice
Setter for the device identifier
setDeviceIdentifier(SensorDeviceIdentifier) - Method in class de.unikassel.android.sdcframework.preferences.SensorDevicePreferencesImpl
Setter for the device identifier
setDirectory(File) - Method in class de.unikassel.android.sdcframework.app.FileListAdapter
File list update method.
setEnabled(boolean) - Method in class de.unikassel.android.sdcframework.data.SensorConfigurationEntry
Setter for the enabled
setEnabled(boolean) - Method in class de.unikassel.android.sdcframework.devices.LocationTracker
Setter for the enabled
setEnabled(boolean) - Method in interface de.unikassel.android.sdcframework.preferences.facade.SensorDeviceConfiguration
Setter for the enabled state flag
setEnabled(boolean) - Method in class de.unikassel.android.sdcframework.preferences.SensorDeviceConfigurationImpl
 
setEncryptionEnabled(Boolean) - Method in interface de.unikassel.android.sdcframework.preferences.facade.TransmissionConfiguration
Setter for the encryption enabled flag
setEncryptionEnabled(Boolean) - Method in class de.unikassel.android.sdcframework.preferences.TransmissionConfigurationImpl
 
setErrorEventSource(ObservableEventSourceImpl<EventError>) - Method in class de.unikassel.android.sdcframework.util.EventCollectorImpl
Setter for the observable error event source
setErrorStrategy(String) - Method in class de.unikassel.android.sdcframework.data.TimeProviderConfigurationEntries
Setter for the error strategy
setErrorStrategyDescription(TimeProviderErrorStrategyDescription) - Method in class de.unikassel.android.sdcframework.preferences.TimeProviderConfigurationImpl
Setter for the error strategy
setEventObserver(EventCollectorImpl<T>.EventObserverImpl) - Method in class de.unikassel.android.sdcframework.util.EventCollectorImpl
Setter for the eventObserver
setFile(String) - Method in class de.unikassel.android.sdcframework.data.independent.FileReferenceSampleData
Setter for the file
setFileName(String) - Method in class de.unikassel.android.sdcframework.transmission.AbstractProtocol
 
setFileName(String) - Method in interface de.unikassel.android.sdcframework.transmission.facade.ProtocolStrategy
Setter for the file to upload
setFileName(String) - Method in class de.unikassel.android.sdcframework.transmission.FailSafeProtocol
 
setFingerprint(String) - Method in class de.unikassel.android.sdcframework.data.independent.DeviceInformation
Setter for the fingerprint
setFrequency(int) - Method in class de.unikassel.android.sdcframework.data.independent.WifiSampleData
Setter for the channel frequency in MHz
setFrequency(int) - Method in class de.unikassel.android.sdcframework.data.SensorConfigurationEntry
Setter for the frequency
setFrequency(int) - Method in interface de.unikassel.android.sdcframework.preferences.facade.ScannerConfiguration
Setter for the sample scan frequency
setFrequency(int) - Method in class de.unikassel.android.sdcframework.preferences.SensorDeviceConfigurationImpl
 
setHandler(Handler) - Method in class de.unikassel.android.sdcframework.devices.SampleTakingDeviceScanner
Setter for the handler
setHeading(float) - Method in class de.unikassel.android.sdcframework.data.independent.OrientationSampleData
Setter for the angle between the magnetic north direction and the y-axis
setId(String) - Method in class de.unikassel.android.sdcframework.data.independent.DeviceInformation
Setter for the id
setInitialized(boolean) - Method in class de.unikassel.android.sdcframework.devices.SensorDeviceAvailabilityTester
Setter for the initialized
setIsAddingSampleLocation(Boolean) - Method in class de.unikassel.android.sdcframework.data.SDCConfiguration
Setter for the flag to configure location fix per sample
setIsAddingSampleLocation(Boolean) - Method in interface de.unikassel.android.sdcframework.preferences.facade.ServiceConfiguration
Setter for the flag for adding a location fix to each sample
setIsAddingSampleLocation(Boolean) - Method in class de.unikassel.android.sdcframework.preferences.ServiceConfigurationImpl
 
setIsEncryptionEnabled(Boolean) - Method in class de.unikassel.android.sdcframework.data.TransmissionConfigurationEntry
Setter for the encryption enabled flag
setIsSamplingEnabled(Boolean) - Method in class de.unikassel.android.sdcframework.data.SDCConfiguration
Setter for the isSamplingEnabled flag
setLastError(String) - Method in class de.unikassel.android.sdcframework.transmission.AbstractProtocol
 
setLastError(String) - Method in interface de.unikassel.android.sdcframework.transmission.facade.ProtocolStrategy
Setter for the last error
setLastError(String) - Method in class de.unikassel.android.sdcframework.transmission.FailSafeProtocol
 
setLastScanFinished(boolean) - Method in class de.unikassel.android.sdcframework.devices.SampleReceivingDeviceScanner
Setter for the lastScanFinished
setLastServiceState(int) - Method in class de.unikassel.android.sdcframework.devices.GSMDevice
Setter for the last service state
setLat(double) - Method in class de.unikassel.android.sdcframework.data.independent.GeoLocation
Setter for the lat
setLatitude(Double) - Method in class de.unikassel.android.sdcframework.data.independent.LocationSampleData
Setter for the latitude
setLevel(int) - Method in class de.unikassel.android.sdcframework.data.independent.WifiSampleData
Setter for the signal level in dBm
setLightLevel(float) - Method in class de.unikassel.android.sdcframework.data.independent.LightSampleData
Setter for the ambient light level
setListener(SensorEventListener) - Method in class de.unikassel.android.sdcframework.devices.AbstractAndroidSensorDevice
Setter for the sensor event listener
setListSensorConfigurations(List<SensorConfigurationEntry>) - Method in class de.unikassel.android.sdcframework.data.SDCConfiguration
Setter for the sensorConfigurations
setLocation(GeoLocation) - Method in class de.unikassel.android.sdcframework.data.independent.BasicSample
Setter for the location
setLocationAreaCode(int) - Method in class de.unikassel.android.sdcframework.data.independent.GSMSampleData
Setter for the location area code
setLocationFromXML(String) - Method in class de.unikassel.android.sdcframework.data.independent.BasicSample
Method to create location from XML representation
setLocationListener(AbstractLocationDevice.ProviderLocationListener) - Method in class de.unikassel.android.sdcframework.devices.AbstractLocationDevice
Setter for the locationListener
setLocationListenerRegistered(boolean) - Method in class de.unikassel.android.sdcframework.devices.AbstractLocationDevice
Setter for the isLocationListenerRegistered flag
setLogging(boolean) - Method in class de.unikassel.android.sdcframework.util.AbstractWorkerThread
 
setLogging(boolean) - Method in interface de.unikassel.android.sdcframework.util.facade.WorkerThread
Setter for the logging flag
setLogLevel(LogLevel) - Method in class de.unikassel.android.sdcframework.util.Logger
Setter for the logLevel
setLogLevelConfigEventObserver(EventObserver<LogLevelConfigurationChangeEvent>) - Method in class de.unikassel.android.sdcframework.service.ServiceManagerImpl
Setter for the the log level configuration event observer
setLogTransferConfiguration(TransmissionProtocolConfigurationEntry) - Method in class de.unikassel.android.sdcframework.data.SDCConfiguration
Setter for the logTransferConfiguration
setLogTransferConfiguration(TransmissionProtocolConfiguration) - Method in interface de.unikassel.android.sdcframework.preferences.facade.ServiceConfiguration
Setter for the log transfer configuration
setLogTransferConfiguration(TransmissionProtocolConfiguration) - Method in class de.unikassel.android.sdcframework.preferences.ServiceConfigurationImpl
 
setLogView(TextView) - Method in class de.unikassel.android.sdcframework.app.SDCServiceController
Setter for the logView
setLon(double) - Method in class de.unikassel.android.sdcframework.data.independent.GeoLocation
Setter for the longitude
setLongitude(Double) - Method in class de.unikassel.android.sdcframework.data.independent.LocationSampleData
Setter for the longitude
setMagneticFieldX(float) - Method in class de.unikassel.android.sdcframework.data.independent.MagneticFieldSampleData
Setter for the ambient magnetic fields in the x axis
setMagneticFieldY(float) - Method in class de.unikassel.android.sdcframework.data.independent.MagneticFieldSampleData
Setter for the ambient magnetic fields in the y axis
setMagneticFieldZ(float) - Method in class de.unikassel.android.sdcframework.data.independent.MagneticFieldSampleData
Setter for the ambient magnetic fields in the z axis
setManufacturer(String) - Method in class de.unikassel.android.sdcframework.data.independent.DeviceInformation
Setter for the manufacturer
setMapDevices(Map<SensorDeviceIdentifier, SensorDevice>) - Method in class de.unikassel.android.sdcframework.devices.SensorDeviceManagerImpl
Setter for the devices map
setMaxDBSize(Long) - Method in class de.unikassel.android.sdcframework.data.DatabaseConfigurationEntry
Setter for the maxDBSize
setMaxDBSize(long) - Method in class de.unikassel.android.sdcframework.persistence.DatabaseAdapterImpl.DatabaseHelper
Setter for the maxDBSize
setMaximumDatabaseSize(long) - Method in class de.unikassel.android.sdcframework.persistence.DatabaseAdapterImpl
 
setMaximumDatabaseSize(long) - Method in class de.unikassel.android.sdcframework.persistence.DatabaseManagerImpl
 
setMaximumDatabaseSize(long) - Method in interface de.unikassel.android.sdcframework.persistence.facade.DatabaseAdapter
Setter for the maximum database size
setMaximumDatabaseSize(long) - Method in interface de.unikassel.android.sdcframework.persistence.facade.DatabaseManager
Setter for the maximum database size in kilobytes
setMaximumDatabaseSize(long) - Method in class de.unikassel.android.sdcframework.persistence.PersistentStorageManagerImpl
 
setMaximumDatabaseSize(Long) - Method in interface de.unikassel.android.sdcframework.preferences.facade.ServiceConfiguration
Setter for the maximum database size in bytes
setMaximumDatabaseSize(Long) - Method in class de.unikassel.android.sdcframework.preferences.ServiceConfigurationImpl
 
SetMaximumDatabaseSizeCommand - Class in de.unikassel.android.sdcframework.persistence
Implementation of the set maximum database size command.
SetMaximumDatabaseSizeCommand(long) - Constructor for class de.unikassel.android.sdcframework.persistence.SetMaximumDatabaseSizeCommand
Constructor
setMaxSampleTransferCount(Integer) - Method in class de.unikassel.android.sdcframework.data.TransmissionConfigurationEntry
Setter for the maximum count of samples to transfer
setMaxSampleTransferCount(Integer) - Method in interface de.unikassel.android.sdcframework.preferences.facade.TransmissionConfiguration
Setter for the maximum count of samples to transfer
setMaxSampleTransferCount(Integer) - Method in class de.unikassel.android.sdcframework.preferences.TransmissionConfigurationImpl
 
setMessage(String) - Method in class de.unikassel.android.sdcframework.data.independent.TwitterSampleData
Setter for the message
setMinSampleTransferCount(Integer) - Method in class de.unikassel.android.sdcframework.data.TransmissionConfigurationEntry
Setter for the minimum count of samples to transfer
setMinSampleTransferCount(Integer) - Method in interface de.unikassel.android.sdcframework.preferences.facade.TransmissionConfiguration
Setter for the minimum count of samples to transfer
setMinSampleTransferCount(Integer) - Method in class de.unikassel.android.sdcframework.preferences.TransmissionConfigurationImpl
 
setMinTransferFrequency(Long) - Method in class de.unikassel.android.sdcframework.data.TransmissionConfigurationEntry
Setter for the minimum transfer frequency
setMinTransferFrequency(Long) - Method in interface de.unikassel.android.sdcframework.preferences.facade.TransmissionConfiguration
Setter for the minimum transfer frequency
setMinTransferFrequency(Long) - Method in class de.unikassel.android.sdcframework.preferences.TransmissionConfigurationImpl
 
setModel(String) - Method in class de.unikassel.android.sdcframework.data.independent.DeviceInformation
Setter for the model
setName(String) - Method in class de.unikassel.android.sdcframework.data.independent.BluetoothSampleData
Setter for the friendly bluetooth name
setNeighbors(List<GSMNeighborCell>) - Method in class de.unikassel.android.sdcframework.data.independent.GSMSampleData
Setter for the neighbors cell list
setNotConnected(boolean) - Method in class de.unikassel.android.sdcframework.util.NetworkConnectionObserver
Setter for the not connected state
setOffset(long) - Method in class de.unikassel.android.sdcframework.util.TimeProvider
Setter for the offset
setOperator(String) - Method in class de.unikassel.android.sdcframework.data.independent.GSMSampleData
Setter for the operator
setPitch(float) - Method in class de.unikassel.android.sdcframework.data.independent.OrientationSampleData
Setter for the rotation around the x-axis
setPreferenceDependencies() - Method in class de.unikassel.android.sdcframework.app.SDCPreferenceActivity
Does set preference dependencies after tree was created
setPreferencesMap(Map<SensorDeviceIdentifier, SensorDevicePreferences>) - Method in class de.unikassel.android.sdcframework.preferences.DevicePreferencesCollectionImpl
Setter for the preferences map
setPressure(float) - Method in class de.unikassel.android.sdcframework.data.independent.PressureSampleData
Setter for the pressure
setPriority(int) - Method in class de.unikassel.android.sdcframework.data.independent.BasicSample
Setter for the priority ( ordinal value of a priority level )
setPriority(String) - Method in class de.unikassel.android.sdcframework.data.SensorConfigurationEntry
Setter for the priority
setProduct(String) - Method in class de.unikassel.android.sdcframework.data.independent.DeviceInformation
Setter for the product
setProtocolConfig(TransmissionProtocolConfigurationEntry) - Method in class de.unikassel.android.sdcframework.data.TransmissionConfigurationEntry
Setter for the URL for the file transfer
setProtocolConfiguration(TransmissionProtocolConfiguration) - Method in interface de.unikassel.android.sdcframework.preferences.facade.TransmissionConfiguration
Setter for the protocol configuration to set
setProtocolConfiguration(TransmissionProtocolConfiguration) - Method in class de.unikassel.android.sdcframework.preferences.TransmissionConfigurationImpl
 
setProviders(List<String>) - Method in class de.unikassel.android.sdcframework.data.TimeProviderConfigurationEntries
Setter for the provider list
setProviders(List<String>) - Method in class de.unikassel.android.sdcframework.preferences.TimeProviderConfigurationImpl
Setter for the provider list
setProximityDistance(float) - Method in class de.unikassel.android.sdcframework.data.independent.ProximitySampleData
Setter for the proximity sensor distance
setReceiver(BroadcastReceiver) - Method in class de.unikassel.android.sdcframework.devices.SystemBroadcastReceivingDevice
Setter for the receiver
setRedirectingToAndroidLog(boolean) - Method in class de.unikassel.android.sdcframework.util.Logger
Setter for the isRedirectingToAndroidLog flag
setRelease(String) - Method in class de.unikassel.android.sdcframework.data.independent.DeviceInformation
Setter for the release
setRoll(float) - Method in class de.unikassel.android.sdcframework.data.independent.OrientationSampleData
Setter for the rotation around the y-axis
setRSSI(Short) - Method in class de.unikassel.android.sdcframework.data.independent.BluetoothSampleData
Setter for the received signal strength indicator ( RSSI )
setSampleBroadcastService(SampleBroadcastService) - Method in class de.unikassel.android.sdcframework.service.ServiceManagerImpl
Setter for the sample broadcast service
setSamplePriority(SensorDevicePriorities) - Method in interface de.unikassel.android.sdcframework.preferences.facade.ScannerConfiguration
Setter for the sample priority
setSamplePriority(SensorDevicePriorities) - Method in class de.unikassel.android.sdcframework.preferences.SensorDeviceConfigurationImpl
 
setSamples(List<BasicSample>) - Method in class de.unikassel.android.sdcframework.data.independent.BasicSampleCollection
Setter for the samples
setSamples(List<Sample>) - Method in class de.unikassel.android.sdcframework.data.SampleCollection
Setter for the samples
setSamplingEnabled(Boolean) - Method in interface de.unikassel.android.sdcframework.preferences.facade.ServiceConfiguration
Setter for the sampling enabled state
setSamplingEnabled(Boolean) - Method in class de.unikassel.android.sdcframework.preferences.ServiceConfigurationImpl
 
setScanner(SensorDeviceScanner, Context) - Method in class de.unikassel.android.sdcframework.devices.AbstractSensorDevice
 
setScanner(SensorDeviceScanner, Context) - Method in interface de.unikassel.android.sdcframework.devices.facade.SensorDevice
Setter for the scanner
setSchedule(WeeklySchedule) - Method in class de.unikassel.android.sdcframework.app.scheduler.SDCFSchedulerActivity
 
setSDCService(SDCService) - Method in interface de.unikassel.android.sdcframework.service.facade.ServiceManager
Setter for the SDC service
setSdcService(ISDCService) - Method in class de.unikassel.android.sdcframework.service.SDCServiceConnectionHolder
Setter for the sdcService
setSDCService(SDCService) - Method in class de.unikassel.android.sdcframework.service.ServiceManagerImpl
 
setSeconds(int) - Method in class de.unikassel.android.sdcframework.data.WeekdayScheduleEntry
Setter for the time
setSelection(File) - Method in class de.unikassel.android.sdcframework.app.SDCFileBrowserActivity
Setter for the selected file.
setSensorDeviceManager(SensorDeviceManager) - Method in class de.unikassel.android.sdcframework.service.ServiceManagerImpl
Setter for the sensor device manager
setSensorID(String) - Method in class de.unikassel.android.sdcframework.data.SensorConfigurationEntry
Setter for the sensorID
setService(ISDCService) - Method in class de.unikassel.android.sdcframework.app.SDCServiceController
Setter for the service
setServiceComponent(ComponentName) - Method in class de.unikassel.android.sdcframework.service.SDCServiceConnectionHolder
Setter for the serviceComponent
setServiceConfigEventObserver(EventObserver<ServiceConfigurationChangeEvent>) - Method in class de.unikassel.android.sdcframework.service.ServiceManagerImpl
Setter for the serviceConfigEventObserver
setServiceManager(ServiceManager) - Method in class de.unikassel.android.sdcframework.app.AbstractSDCServiceImpl
 
setServiceManager(ServiceManager) - Method in interface de.unikassel.android.sdcframework.app.facade.SDCService
Setter for the service manager
setSignalStrength(int) - Method in class de.unikassel.android.sdcframework.data.independent.GSMNeighborCell
Setter for the signal strength
setSignalStrength(int) - Method in class de.unikassel.android.sdcframework.data.independent.GSMSampleData
Setter for the signal strength
setSpeed(Float) - Method in class de.unikassel.android.sdcframework.data.independent.LocationSampleData
Setter for the speed
setSSID(String) - Method in class de.unikassel.android.sdcframework.data.independent.WifiSampleData
Setter for the network name
setStateListener(AbstractLocationDevice.ProviderStateListener) - Method in class de.unikassel.android.sdcframework.devices.AbstractLocationDevice
Setter for the stateListener
setStateListenerRegistered(boolean) - Method in class de.unikassel.android.sdcframework.devices.AbstractLocationDevice
Setter for the isStateListenerRegistered flag
setStorageManager(PersistentStorageManager) - Method in class de.unikassel.android.sdcframework.service.ServiceManagerImpl
Setter for the storageManager
setStoringSamples(Boolean) - Method in class de.unikassel.android.sdcframework.data.SDCConfiguration
Setter for the flag for persistent storage behavior
setStoringSamples(Boolean) - Method in interface de.unikassel.android.sdcframework.preferences.facade.ServiceConfiguration
Setter for flag for persistent storage behavior
setStoringSamples(Boolean) - Method in class de.unikassel.android.sdcframework.preferences.ServiceConfigurationImpl
 
setStrategy(CompressionStrategy) - Method in class de.unikassel.android.sdcframework.util.FileCompressor
Setter for the strategy
setSuccessor(ChainWorker<T>) - Method in class de.unikassel.android.sdcframework.util.AbstractChainWorker
 
setSuccessor(ChainWorker<T>) - Method in interface de.unikassel.android.sdcframework.util.facade.ChainWorker
The setter for the successor
setSynced(boolean) - Method in class de.unikassel.android.sdcframework.data.independent.TimeProviderSampleData
Setter for the synchronization state.
setTemperature(float) - Method in class de.unikassel.android.sdcframework.data.independent.TemperatureSampleData
Setter for the temperature
setText(String) - Method in class de.unikassel.android.sdcframework.data.independent.TextSampleData
Setter for the text (tags)
setTimeProviderConfigEntries(TimeProviderConfigurationEntries) - Method in class de.unikassel.android.sdcframework.data.SDCConfiguration
Setter for the NTP time provider entries
setTimeProviderConfigEventObserver(EventObserver<TimeProviderConfigurationChangeEvent>) - Method in class de.unikassel.android.sdcframework.service.ServiceManagerImpl
Setter for the the time provider configuration event observer
setTimeProviderEventObserver(EventObserver<TimeProviderEvent>) - Method in class de.unikassel.android.sdcframework.service.ServiceManagerImpl
Setter for the timeProviderEventObserver
setTimerTask(SampleTakingTask) - Method in class de.unikassel.android.sdcframework.devices.SampleTakingDeviceScanner
Setter for the timer task
setTimeStamp(long) - Method in class de.unikassel.android.sdcframework.data.independent.BasicSample
Setter for the time stamp ( the number of milliseconds since January 1, 1970, 00:00:00 GMT )
setTimeSynced(Boolean) - Method in class de.unikassel.android.sdcframework.data.independent.BasicSample
Setter for the timeSynced
setTransferManager(TransferManager) - Method in class de.unikassel.android.sdcframework.service.ServiceManagerImpl
Setter for the transferManager
setTransmissionConfiguration(TransmissionConfigurationEntry) - Method in class de.unikassel.android.sdcframework.data.SDCConfiguration
Setter for the transmissionConfiguration
setTransmissionConfiguration(TransmissionConfiguration) - Method in interface de.unikassel.android.sdcframework.preferences.facade.ServiceConfiguration
Setter for the transmission configuration
setTransmissionConfiguration(TransmissionConfiguration) - Method in class de.unikassel.android.sdcframework.preferences.ServiceConfigurationImpl
 
setTransmissionStrategy(ConnectionStrategyDescription) - Method in interface de.unikassel.android.sdcframework.preferences.facade.TransmissionProtocolConfiguration
Setter for the transfer connection strategy description
setTransmissionStrategy(ConnectionStrategyDescription) - Method in class de.unikassel.android.sdcframework.preferences.TransmissionProtocolConfigurationImpl
 
setTransmittingSamples(Boolean) - Method in class de.unikassel.android.sdcframework.data.SDCConfiguration
Setter for the isTransmittingSamples
setTransmittingSamples(Boolean) - Method in interface de.unikassel.android.sdcframework.preferences.facade.ServiceConfiguration
Setter for the transmission behavior flag
setTransmittingSamples(Boolean) - Method in class de.unikassel.android.sdcframework.preferences.ServiceConfigurationImpl
 
setUpdate(SensorDeviceConfigurationChangeEvent) - Method in class de.unikassel.android.sdcframework.devices.SensorDeviceConfigurationUpdateVisitor
Setter for the configuration update
setURL(String) - Method in class de.unikassel.android.sdcframework.data.TransmissionProtocolConfigurationEntry
Setter for the URL for the file transfer
setURL(String) - Method in interface de.unikassel.android.sdcframework.preferences.facade.TransmissionProtocolConfiguration
Setter for the URL for file transfer
setURL(String) - Method in class de.unikassel.android.sdcframework.preferences.TransmissionProtocolConfigurationImpl
 
setURL(URL) - Method in class de.unikassel.android.sdcframework.transmission.AbstractProtocol
Setter for the url
setUserName(String) - Method in class de.unikassel.android.sdcframework.data.TransmissionProtocolConfigurationEntry
Setter for the authentication user name
setUserName(String) - Method in interface de.unikassel.android.sdcframework.preferences.facade.TransmissionProtocolConfiguration
Setter for the authentication user name
setUserName(String) - Method in class de.unikassel.android.sdcframework.preferences.TransmissionProtocolConfigurationImpl
 
setUuid(String) - Method in class de.unikassel.android.sdcframework.data.independent.DeviceInformation
Setter for the uuid
setValid(boolean) - Method in class de.unikassel.android.sdcframework.data.WeekdayScheduleEntry
Setter for the isValid
setVecSensorDevices(Vector<SensorDeviceIdentifier>) - Method in class de.unikassel.android.sdcframework.devices.SensorDeviceAvailabilityTester
Setter for the vecSensorDevices
setWakeLock(PowerManager.WakeLock) - Method in class de.unikassel.android.sdcframework.app.scheduler.ScheduleService
Setter for the wake lock
setWakeLock(PowerManager.WakeLock) - Method in class de.unikassel.android.sdcframework.service.ServiceManagerImpl
Setter for the wake lock
setWeekdaySchedule(WeekdaySchedule) - Method in class de.unikassel.android.sdcframework.data.WeekdayScheduleEntry
Setter for the weekday schedule
setWeeklySchedule(WeeklySchedule) - Method in class de.unikassel.android.sdcframework.data.SDCConfiguration
Setter for the weekly schedule.
setWeeklySchedule(WeeklySchedule) - Method in interface de.unikassel.android.sdcframework.preferences.facade.ServiceConfiguration
Setter for the weekly runtime schedule.
setWeeklySchedule(WeeklySchedule) - Method in class de.unikassel.android.sdcframework.preferences.ServiceConfigurationImpl
 
showAlertMessage(Context, String) - Static method in class de.unikassel.android.sdcframework.app.facade.DialogUtils
Does display an alert message box.
shutDownService() - Method in class de.unikassel.android.sdcframework.app.AbstractSDCServiceImpl
shutdown and clean up method for the service
ShutdownStrategy - Class in de.unikassel.android.sdcframework.service
Simple shutdown strategy in case of time provider synchronization errors.
ShutdownStrategy() - Constructor for class de.unikassel.android.sdcframework.service.ShutdownStrategy
Constructor
signalStrength - Variable in class de.unikassel.android.sdcframework.data.independent.GSMNeighborCell
The GSM received signal strength indicator
signalStrength - Variable in class de.unikassel.android.sdcframework.data.independent.GSMSampleData
The GSM received signal strength indicator
SIGNIFICANT_TIME_DIFF - Static variable in class de.unikassel.android.sdcframework.devices.LocationTracker
The time difference for significance
SimpleHttpProtocol - Class in de.unikassel.android.sdcframework.transmission
Implementation of a simple HTTP protocol without authentication.
SimpleHttpProtocol(Context, UUID, TransmissionProtocolConfiguration) - Constructor for class de.unikassel.android.sdcframework.transmission.SimpleHttpProtocol
Constructor
SINGLE_ITEM - Static variable in class de.unikassel.android.sdcframework.provider.AbstractProvider
The item uri identifier
SinglePreference<T> - Interface in de.unikassel.android.sdcframework.preferences.facade
Generic interface for a single preference with a default value.
SinglePreferenceImpl<T> - Class in de.unikassel.android.sdcframework.preferences
Generic abstract base class for a single preference type.
SinglePreferenceImpl(String, T) - Constructor for class de.unikassel.android.sdcframework.preferences.SinglePreferenceImpl
Constructor
SinglePreferenceImpl(String, String, T) - Constructor for class de.unikassel.android.sdcframework.preferences.SinglePreferenceImpl
Constructor
size() - Method in class de.unikassel.android.sdcframework.data.SampleCollection
 
size() - Method in class de.unikassel.android.sdcframework.data.WeeklySchedule
Does return the size of the schedule as total count of schedule entries.
sleepTime - Variable in class de.unikassel.android.sdcframework.persistence.WaitStrategy
The wait time
smallText - Static variable in class de.unikassel.android.sdcframework.R.dimen
 
source - Variable in class de.unikassel.android.sdcframework.util.AlarmEvent
the alarm source
speed - Variable in class de.unikassel.android.sdcframework.data.independent.LocationSampleData
The speed over ground in m/s
SSID - Variable in class de.unikassel.android.sdcframework.data.independent.WifiSampleData
The network name.
start(Context) - Method in class de.unikassel.android.sdcframework.devices.ContentProviderDeviceScanner
 
start(Context) - Method in interface de.unikassel.android.sdcframework.devices.facade.SensorDeviceScanner
Does start sampling
start(Context) - Method in class de.unikassel.android.sdcframework.devices.PassiveSampleTakingDeviceScanner
 
start(Context) - Method in class de.unikassel.android.sdcframework.devices.SampleReceivingDeviceScanner
 
start(Context) - Method in class de.unikassel.android.sdcframework.devices.SampleTakingDeviceScanner
 
start() - Method in class de.unikassel.android.sdcframework.util.AbstractWorkerThread
 
start_button - Static variable in class de.unikassel.android.sdcframework.R.id
 
STARTDIR - Static variable in class de.unikassel.android.sdcframework.app.SDCFileBrowserActivity
Intent extra key for the start directory.
startForeground(String) - Method in class de.unikassel.android.sdcframework.app.AbstractSDCServiceImpl
Does start the process in foreground and create and display a notification for the user for quick access to the controlling activity.
startListener - Variable in class de.unikassel.android.sdcframework.app.SDCServiceController
the start service button listener
startListening(Context) - Method in class de.unikassel.android.sdcframework.preferences.ApplicationPreferenceManagerImpl
 
startListening(Context) - Method in interface de.unikassel.android.sdcframework.preferences.facade.ApplicationPreferenceManager
Does start the listening for application preferences changes
startObservation() - Method in class de.unikassel.android.sdcframework.util.NetworkConnectionObserver
Does start network state observation
startService(Context, Class<?>) - Static method in class de.unikassel.android.sdcframework.service.ServiceUtils
Method to start a service
startService(Context, String) - Static method in class de.unikassel.android.sdcframework.service.ServiceUtils
Method to start a service by name (e.g.
startSyncProcess() - Method in class de.unikassel.android.sdcframework.service.TimeProviderOutOfSyncIgnoreStrategy
Method to trigger a synchronization process
startWork() - Method in class de.unikassel.android.sdcframework.util.AbstractWorkerThread
 
startWork() - Method in interface de.unikassel.android.sdcframework.util.facade.WorkerThread
Does start working if thread is not in working state
state - Variable in class de.unikassel.android.sdcframework.util.ExternalStorageStateChangeEventImpl
The current availability state
stateListener - Variable in class de.unikassel.android.sdcframework.devices.AbstractLocationDevice
The GPS state listener used for adding/removal of location listener
stop(Context) - Method in class de.unikassel.android.sdcframework.devices.ContentProviderDeviceScanner
 
stop(Context) - Method in interface de.unikassel.android.sdcframework.devices.facade.SensorDeviceScanner
Does stop sampling
stop(Context) - Method in class de.unikassel.android.sdcframework.devices.PassiveSampleTakingDeviceScanner
 
stop(Context) - Method in class de.unikassel.android.sdcframework.devices.SampleReceivingDeviceScanner
 
stop(Context) - Method in class de.unikassel.android.sdcframework.devices.SampleTakingDeviceScanner
 
stop_button - Static variable in class de.unikassel.android.sdcframework.R.id
 
stopAsynchronousUpdate(Context) - Method in class de.unikassel.android.sdcframework.util.TimeProvider
Method to stop an update asynchronous update of the internal time offset
stopListener - Variable in class de.unikassel.android.sdcframework.app.SDCServiceController
the stop service button listener
stopListening(Context) - Method in class de.unikassel.android.sdcframework.preferences.ApplicationPreferenceManagerImpl
 
stopListening(Context) - Method in interface de.unikassel.android.sdcframework.preferences.facade.ApplicationPreferenceManager
Does stop the listening for application preferences changes
stopObservation() - Method in class de.unikassel.android.sdcframework.util.NetworkConnectionObserver
Does stop network state observation
stopSelf() - Method in interface de.unikassel.android.sdcframework.app.facade.SDCService
Method to signal the service to stop itself.
stopService(Context, Class<?>) - Static method in class de.unikassel.android.sdcframework.service.ServiceUtils
Method to stop a running service
stopService(Context, String) - Static method in class de.unikassel.android.sdcframework.service.ServiceUtils
Method to stop a service by name (e.g.
stopServiceByReason(String) - Method in interface de.unikassel.android.sdcframework.service.facade.ServiceManager
Does stop the service, logs the message as warning and sends a notification.
stopServiceByReason(String) - Method in class de.unikassel.android.sdcframework.service.ServiceManagerImpl
 
StopServiceStrategy - Class in de.unikassel.android.sdcframework.persistence
Implementation of a the database full strategy which does stop the running service.
StopServiceStrategy(Context, Class<? extends SDCService>) - Constructor for class de.unikassel.android.sdcframework.persistence.StopServiceStrategy
Constructor
stopWork() - Method in class de.unikassel.android.sdcframework.util.AbstractWorkerThread
 
stopWork() - Method in interface de.unikassel.android.sdcframework.util.facade.WorkerThread
Does stop working if thread is in working state
STORAGE_DIR - Static variable in class de.unikassel.android.sdcframework.util.LogfileManager
The environmental storage directory
storageManager - Variable in class de.unikassel.android.sdcframework.service.ServiceManagerImpl
The persistent storage manager.
str_add_entry - Static variable in class de.unikassel.android.sdcframework.R.string
 
str_choose - Static variable in class de.unikassel.android.sdcframework.R.string
 
str_choose_action - Static variable in class de.unikassel.android.sdcframework.R.string
 
str_choose_weekday - Static variable in class de.unikassel.android.sdcframework.R.string
 
str_clear_database - Static variable in class de.unikassel.android.sdcframework.R.string
 
str_clear_log - Static variable in class de.unikassel.android.sdcframework.R.string
 
str_clear_schedule - Static variable in class de.unikassel.android.sdcframework.R.string
 
str_delete_entry - Static variable in class de.unikassel.android.sdcframework.R.string
 
str_edit_entry - Static variable in class de.unikassel.android.sdcframework.R.string
 
str_external_config - Static variable in class de.unikassel.android.sdcframework.R.string
 
str_load_defaults - Static variable in class de.unikassel.android.sdcframework.R.string
 
str_load_pubkey - Static variable in class de.unikassel.android.sdcframework.R.string
 
str_ok - Static variable in class de.unikassel.android.sdcframework.R.string
 
str_preferences - Static variable in class de.unikassel.android.sdcframework.R.string
 
str_save - Static variable in class de.unikassel.android.sdcframework.R.string
 
str_scheduler_title - Static variable in class de.unikassel.android.sdcframework.R.string
 
str_select_start_time - Static variable in class de.unikassel.android.sdcframework.R.string
 
str_trigger_transfer - Static variable in class de.unikassel.android.sdcframework.R.string
 
str_unknown - Static variable in class de.unikassel.android.sdcframework.R.string
 
strategy - Variable in class de.unikassel.android.sdcframework.preferences.TransmissionProtocolConfigurationImpl
The transmission strategy description
strategy - Variable in class de.unikassel.android.sdcframework.util.FileCompressor
The compression strategy to use
StringPreference - Class in de.unikassel.android.sdcframework.preferences
Preference implementation for string types.
StringPreference(String, String) - Constructor for class de.unikassel.android.sdcframework.preferences.StringPreference
Constructor
StringPreference(String, String, String) - Constructor for class de.unikassel.android.sdcframework.preferences.StringPreference
Constructor
successor - Variable in class de.unikassel.android.sdcframework.util.AbstractChainWorker
The successor
sum_archive_type_selection - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_broadcast_enabled_checkbox - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_broadcast_frequency_edit - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_db_config - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_db_full_delete_prio_flag - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_db_full_recordcount_edit - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_db_full_strategy_selection - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_db_full_waittime_edit - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_db_size_edit - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_encryption_enabled_checkbox - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_host_config - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_max_samples_to_transfer_edit - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_min_samples_to_transfer_edit - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_min_transfer_frequency_edit - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_password_edit - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_sample_loc_fix_enabled_checkbox - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_sampling_enabled_checkbox - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_scheduler - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_sensor_config - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_sensor_enabled_checkbox - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_sensor_frequency_edit - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_sensor_sample_prio_list - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_service_config - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_service_device_info - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_service_loglevel_list - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_single_sensor_config - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_storage_enabled_checkbox - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_sync_err_strategy_list - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_timeprovider_edit - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_transfer_config - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_transfer_enabled_checkbox - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_transfer_strategy_selection - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_url_edit - Static variable in class de.unikassel.android.sdcframework.R.string
 
sum_username_edit - Static variable in class de.unikassel.android.sdcframework.R.string
 
Sunday - Static variable in class de.unikassel.android.sdcframework.R.id
 
SYNC_ERROR - Static variable in class de.unikassel.android.sdcframework.service.ShutdownStrategy
The sync error message.
synced - Variable in class de.unikassel.android.sdcframework.data.independent.TimeProviderSampleData
The Flag if the time provider is currently synchronized.
synced - Variable in class de.unikassel.android.sdcframework.persistence.facade.DatabaseSample
the sample time stamp synchronization state.
SYNCED - Static variable in interface de.unikassel.android.sdcframework.provider.facade.ContentProviderData
The column name for synchronization state
synced - Variable in class de.unikassel.android.sdcframework.util.TimeInformation
Flag if the time stamp was taken while time provider was in sync with NTP time.
synced - Variable in class de.unikassel.android.sdcframework.util.TimeProvider
Flag if time is initialized
syncLock - Variable in class de.unikassel.android.sdcframework.util.AbstractWorkerThread
Synchronization lock
syncTime(Context) - Method in class de.unikassel.android.sdcframework.util.TimeProvider
Method to synchronize time with a NTP server
SystemBroadcastReceivingDevice - Class in de.unikassel.android.sdcframework.devices
Abstract base class for sensor device which have to react on system state changes signaled by broadcasts.
SystemBroadcastReceivingDevice(SensorDeviceIdentifier) - Constructor for class de.unikassel.android.sdcframework.devices.SystemBroadcastReceivingDevice
Constructor
SystemBroadcastReceivingDevice(SensorDeviceIdentifier, Context) - Constructor for class de.unikassel.android.sdcframework.devices.SystemBroadcastReceivingDevice
Constructor

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