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

C

calculateNewWaitTime(long, long) - Method in class de.unikassel.android.sdcframework.transmission.SampleGatheringController
Method to calculate an updated time to wait for samples
calculatetWaitTime(long) - Method in class de.unikassel.android.sdcframework.transmission.SampleGatheringController
Does calculate the necessary wait time depending on the current record count in database
cancelAlarm() - Method in class de.unikassel.android.sdcframework.util.ObservableAlarm
Method to cancel the current alarm
cancelServiceNotification(Context, int) - Static method in class de.unikassel.android.sdcframework.util.NotificationUtils
Does cancel a notification by id
capabilities - Variable in class de.unikassel.android.sdcframework.data.independent.WifiSampleData
Describes the authentication, key management, and encryption schemes supported by the access point.
cellBorder - Static variable in class de.unikassel.android.sdcframework.R.dimen
 
cellId - Variable in class de.unikassel.android.sdcframework.data.independent.GSMNeighborCell
The GSM cell ID
cellId - Variable in class de.unikassel.android.sdcframework.data.independent.GSMSampleData
The GSM cell ID
ChainWorker<T> - Interface in de.unikassel.android.sdcframework.util.facade
Interface for processors in a Chain of Responsibility.
clear() - Method in class de.unikassel.android.sdcframework.data.SampleCollection
Method to clear the collection
clearAllLogs() - Static method in class de.unikassel.android.sdcframework.util.LogfileManager
Static method to clear any available log file on the external storage media
clearCollectedEvents() - Method in class de.unikassel.android.sdcframework.util.EventCollectorImpl
 
clearCollectedEvents() - Method in interface de.unikassel.android.sdcframework.util.facade.EventCollector
Does clear the collected event queue
clearDB - Static variable in class de.unikassel.android.sdcframework.R.id
 
clearlog - Static variable in class de.unikassel.android.sdcframework.R.id
 
clearSchedule - Static variable in class de.unikassel.android.sdcframework.R.id
 
clone() - Method in class de.unikassel.android.sdcframework.data.independent.AbstractSampleData
 
clone() - Method in class de.unikassel.android.sdcframework.data.independent.TextSampleData
 
clone() - Method in class de.unikassel.android.sdcframework.data.independent.TwitterSampleData
 
close() - Method in class de.unikassel.android.sdcframework.persistence.DatabaseAdapterImpl
 
close() - Method in interface de.unikassel.android.sdcframework.persistence.facade.DatabaseAdapter
Method to close the database
CNT_MAX_SYNC_ATTEMPTS - Static variable in class de.unikassel.android.sdcframework.util.TimeProvider
The maximum count for asynchronous synchronization retires
COLLECTING - Static variable in class de.unikassel.android.sdcframework.transmission.TransferManagerImpl
The internal COLLECTING state of the transfer service
collector - Variable in class de.unikassel.android.sdcframework.util.AbstractAsynchrounousSampleObserver
The internal sample collector to store the observed events
collector - Variable in class de.unikassel.android.sdcframework.util.AbstractEventDispatcherImpl
The event collector to observe and dispatch collected events from
compress(List<String>, BufferedOutputStream) - Method in interface de.unikassel.android.sdcframework.util.facade.CompressionStrategy
The compression method
compress(List<String>, BufferedOutputStream) - Method in class de.unikassel.android.sdcframework.util.ZipCompressionStrategy
 
compressFiles(List<String>, String) - Method in class de.unikassel.android.sdcframework.util.FileCompressor
Compression method
CompressionStrategy - Interface in de.unikassel.android.sdcframework.util.facade
Interface for compression strategiy types.
ConcreteDeviceInformation - Class in de.unikassel.android.sdcframework.data
The concrete device information data used internally.
ConcreteDeviceInformation(String) - Constructor for class de.unikassel.android.sdcframework.data.ConcreteDeviceInformation
Constructor
configuration - Variable in class de.unikassel.android.sdcframework.devices.AbstractSensorDevice
The sensor device configuration
Configuration - Interface in de.unikassel.android.sdcframework.preferences.facade
The interface for configuration types.
configuration - Variable in class de.unikassel.android.sdcframework.preferences.LogLevelConfigurationChangeEventImpl
The log level configuration
configuration - Variable in class de.unikassel.android.sdcframework.preferences.SensorDeviceConfigurationChangeEventImpl
The device configuration update
configuration - Variable in class de.unikassel.android.sdcframework.preferences.ServiceConfigurationChangeEventImpl
The service configuration update
configuration - Variable in class de.unikassel.android.sdcframework.preferences.TimeProviderConfigurationChangeEventImpl
The time provider configuration
ConfigurationChangeEvent<T extends Configuration> - Interface in de.unikassel.android.sdcframework.preferences.facade
Interface for observable configuration change event types to be created by the preference manager as event source.
ConfigurationChangeEventSource - Interface in de.unikassel.android.sdcframework.preferences.facade
Interface for an observable source of configuration events.
configure(Set<SensorDeviceIdentifier>, Context) - Method in class de.unikassel.android.sdcframework.devices.SensorDeviceAvailabilityTester
Method to inject the sensor devices from service configuration
configureDevices(Context) - Method in class de.unikassel.android.sdcframework.devices.SensorDeviceManagerImpl
Does configure all devices with preference settings.
configureForAuthentication(DefaultHttpClient, URL) - Method in class de.unikassel.android.sdcframework.transmission.BasicAuthHttpProtocol
 
configureForAuthentication(DefaultHttpClient, URL) - Method in class de.unikassel.android.sdcframework.transmission.SimpleHttpProtocol
Method to configure the client for authentication
configureLocationTracker(boolean) - Method in class de.unikassel.android.sdcframework.devices.SensorDeviceManagerImpl
Method to configure the location tracker
connected - Variable in class de.unikassel.android.sdcframework.data.independent.WifiSampleData
The Flag if the device is currently connected to this network
CONNECTION_WAIT_TIME - Static variable in class de.unikassel.android.sdcframework.util.TimeProvider
Time to wait for network available
CONNECTION_WAKE_UP_TIME - Static variable in class de.unikassel.android.sdcframework.transmission.TransferManagerImpl
The internal wake up time in case of lost connection ( milli seconds )
connectionObserver - Variable in class de.unikassel.android.sdcframework.service.TimeProviderOutOfSyncIgnoreStrategy
The network connection observer
connectionObserver - Variable in class de.unikassel.android.sdcframework.transmission.TransferManagerImpl
The network connection observer
connectionObserver - Variable in class de.unikassel.android.sdcframework.util.TimeProvider.UpdateThread
the network connection observer
connectionStrategy - Variable in class de.unikassel.android.sdcframework.data.TransmissionProtocolConfigurationEntry
The transfer connection strategy description
ConnectionStrategy - Interface in de.unikassel.android.sdcframework.transmission.facade
Interface for connection strategy types.
connectionStrategy - Variable in class de.unikassel.android.sdcframework.transmission.UploadManager
The connection strategy to prepare Internet access via URLConnection
connectionStrategy - Variable in class de.unikassel.android.sdcframework.util.LogfileManager
The connection strategy
ConnectionStrategyBuilder - Class in de.unikassel.android.sdcframework.transmission
A Builder for the connection strategy chains.
ConnectionStrategyBuilder() - Constructor for class de.unikassel.android.sdcframework.transmission.ConnectionStrategyBuilder
 
ConnectionStrategyDescription - Enum in de.unikassel.android.sdcframework.transmission.facade
The enumeration defining the combinations of connection strategies to be used for transmission.
ConnectionStrategyDescription() - Constructor for enum de.unikassel.android.sdcframework.transmission.facade.ConnectionStrategyDescription
 
connectionWaitLock - Variable in class de.unikassel.android.sdcframework.transmission.TransferManagerImpl
The wait lock for unavailable connection
connectionWaitLock - Variable in class de.unikassel.android.sdcframework.util.TimeProvider.UpdateThread
The Connection wait lock
connectivityWrapper - Variable in class de.unikassel.android.sdcframework.transmission.AbstractConnectionStrategy
The the connectivity wrapper to access network information
ConnectivityWrapper - Interface in de.unikassel.android.sdcframework.transmission.facade
Interface for a connectivity wrapper.
ConnectivityWrapperImpl - Class in de.unikassel.android.sdcframework.transmission
Implementation of the connectivity wrapper.
ConnectivityWrapperImpl() - Constructor for class de.unikassel.android.sdcframework.transmission.ConnectivityWrapperImpl
Constructor
consumAvailableSamples() - Method in class de.unikassel.android.sdcframework.transmission.SampleGatheringController
Method to consume available samples
contains(Object) - Method in class de.unikassel.android.sdcframework.data.SampleCollection
 
containsAll(Collection<?>) - Method in class de.unikassel.android.sdcframework.data.SampleCollection
 
contentObserver - Variable in class de.unikassel.android.sdcframework.devices.ContentProviderDeviceScanner
The content observer
ContentProviderData - Interface in de.unikassel.android.sdcframework.provider.facade
Interface for content provider data definition types.
ContentProviderDeviceScanner - Class in de.unikassel.android.sdcframework.devices
Abstract base class for content provider based device scanner types.
ContentProviderDeviceScanner(ContentResolver, Uri) - Constructor for class de.unikassel.android.sdcframework.devices.ContentProviderDeviceScanner
Constructor
contentURI - Variable in class de.unikassel.android.sdcframework.devices.ContentProviderDeviceScanner
The URI for the scanned provider content
context - Variable in class de.unikassel.android.sdcframework.app.FileListAdapter
The activity context.
context - Variable in class de.unikassel.android.sdcframework.devices.AbstractLocationDevice
The service application context
context - Variable in class de.unikassel.android.sdcframework.devices.GSMDevice
The context
context - Variable in class de.unikassel.android.sdcframework.devices.LocationTracker
the application context
context - Variable in class de.unikassel.android.sdcframework.devices.SensorDeviceConfigurationUpdateVisitor
The application context
context - Variable in class de.unikassel.android.sdcframework.persistence.NotificationStrategy
The application context
context - Variable in class de.unikassel.android.sdcframework.persistence.StopServiceStrategy
The application context
context - Variable in class de.unikassel.android.sdcframework.transmission.AbstractProtocol
the application context to use
context - Variable in class de.unikassel.android.sdcframework.transmission.FailSafeProtocol
The context
context - Variable in class de.unikassel.android.sdcframework.util.LogfileManager
The context
context - Variable in class de.unikassel.android.sdcframework.util.NetworkConnectionObserver
The application context.
context - Variable in class de.unikassel.android.sdcframework.util.ObservableAlarm
The context
context - Variable in class de.unikassel.android.sdcframework.util.TimeProvider.UpdateThread
The context
controlActivityClass - Variable in class de.unikassel.android.sdcframework.persistence.NotificationStrategy
The control activity class
controlActivityClass - Variable in class de.unikassel.android.sdcframework.transmission.AbstractConnectionStrategy
The control activity class to use for notifications.
controlActivityClass - Variable in class de.unikassel.android.sdcframework.transmission.UploadManager
The control activity for notification purpose.
convertSamplesToDBSamples(SampleCollection) - Method in class de.unikassel.android.sdcframework.persistence.PersistentStorageManagerImpl
Conversion of samples to database samples
copy(String, String) - Static method in class de.unikassel.android.sdcframework.util.FileUtils
Method to copy one file to another
copy(FileInputStream, String) - Static method in class de.unikassel.android.sdcframework.util.FileUtils
Method to copy a file from an input stream to another file
copy(File, File) - Static method in class de.unikassel.android.sdcframework.util.FileUtils
Method to copy one file to another
copy(FileInputStream, FileOutputStream) - Static method in class de.unikassel.android.sdcframework.util.FileUtils
Method to copy one file stream to another
count - Variable in class de.unikassel.android.sdcframework.persistence.DeleteSamplesCommand
The record count to delete from database
count - Variable in class de.unikassel.android.sdcframework.persistence.RemoveSamplesCommand
The sample count to remove from database
countToDelete - Variable in class de.unikassel.android.sdcframework.persistence.DeleteSamplesStrategy
The count of samples to delete
createAlarm(Object, Context) - Static method in class de.unikassel.android.sdcframework.util.AlarmBuilder
Observable alarm instance builder method.
createArchive(SampleCollection) - Method in class de.unikassel.android.sdcframework.transmission.FileManager
Does create a new archive containing the device description file and the XML file with the serialized sample collection
createArchiveEntry(String) - Method in class de.unikassel.android.sdcframework.util.JarCompressionStrategy
 
createArchiveEntry(String) - Method in class de.unikassel.android.sdcframework.util.ZipCompressionStrategy
Does create an archive entry for the compressed file
createArchiveWithFiles(List<String>) - Method in class de.unikassel.android.sdcframework.transmission.FileManager
Method to create an archive from files
createBluetoothSampleData(BluetoothDevice, Short) - Method in class de.unikassel.android.sdcframework.devices.SampleFactory
Method to create an bluetooth sample from an BluetoothDevice
createDatabaseManager(Context, String) - Method in class de.unikassel.android.sdcframework.service.ServiceManagerImpl
Method to create the database manager
createDeflaterOutPutStream(BufferedOutputStream) - Method in class de.unikassel.android.sdcframework.util.JarCompressionStrategy
 
createDeflaterOutPutStream(BufferedOutputStream) - Method in class de.unikassel.android.sdcframework.util.ZipCompressionStrategy
Does create the deflater output stream
createDeviceInfoDisplayInfo(PreferenceScreen) - Method in class de.unikassel.android.sdcframework.app.SDCPreferenceActivity
Does create the device info display section dynamically in the root screen
createDeviceInformation(UUID) - Method in class de.unikassel.android.sdcframework.transmission.FileManager
Does create the device information file to be added to the sample collection archive file ( if it does not exist )
createDevicePreferences(PreferenceScreen) - Method in class de.unikassel.android.sdcframework.app.SDCPreferenceActivity
Does create the sensor devices preferences dynamically in the root screen
createHostConfiguration(PreferenceScreen, TransmissionPreference) - Method in class de.unikassel.android.sdcframework.app.SDCPreferenceActivity
Does create the host preferences dynamically in the given root screen
createInstance(Context, UUID) - Static method in class de.unikassel.android.sdcframework.util.LogfileManager
Method to create the global instance
createIntent(Context) - Static method in class de.unikassel.android.sdcframework.app.scheduler.ScheduleService
Does create an intent to start the schedule service
createLoggingPreferences(PreferenceScreen, ServicePreferences) - Method in class de.unikassel.android.sdcframework.app.SDCPreferenceActivity
Does create the logging preferences dynamically in the given root screen
createPendingIntent(Intent, Context) - Static method in class de.unikassel.android.sdcframework.app.scheduler.ScheduleService
Does create a pending intent to start this service.
createPersistentStoragePreferences(PreferenceScreen, ServicePreferences) - Method in class de.unikassel.android.sdcframework.app.SDCPreferenceActivity
Does create the persistent storage preferences dynamically in the given root screen
createRSAKeyPair() - Static method in class de.unikassel.android.sdcframework.util.facade.Encryption
Method to create an RSA key pair of RSA_KEY_LENGTH bit length and save the key bytes to files.
createSample(TimeInformation, SensorDeviceIdentifier, int, SampleData) - Method in class de.unikassel.android.sdcframework.devices.SampleFactory
Method to create a sample from available information
createSampleBroadcastPreferences(PreferenceScreen, ServicePreferences) - Method in class de.unikassel.android.sdcframework.app.SDCPreferenceActivity
Does create the sample broadcast service preferences dynamically in the given root screen
createSamplingRelatedPreferences(PreferenceScreen, ServicePreferences) - Method in class de.unikassel.android.sdcframework.app.SDCPreferenceActivity
Does create the preferences related to the sampling task dynamically in the given root screen
createSensorDevice(SensorDeviceIdentifier, Context) - Method in interface de.unikassel.android.sdcframework.devices.facade.SensorDeviceFactory
Sensor device creation
createSensorDevice(SensorDeviceIdentifier, Context) - Method in class de.unikassel.android.sdcframework.devices.SensorDeviceFactoryImpl
 
createSensorDevices(Context) - Method in class de.unikassel.android.sdcframework.devices.SensorDeviceManagerImpl
Does create sensor device for all known available sensors
createServiceConfiguration(ApplicationPreferenceManager) - Method in class de.unikassel.android.sdcframework.preferences.SDCConfigurationManager
Method to create a service default configuration from the XML file preferences to update the application preference defaults
createServicePreferences(PreferenceScreen) - Method in class de.unikassel.android.sdcframework.app.SDCPreferenceActivity
Does create the service preferences dynamically in the root screen
createServiceSchedulerPreferences(PreferenceScreen) - Method in class de.unikassel.android.sdcframework.app.SDCPreferenceActivity
Does create the service scheduler section dynamically in the root screen.
createStorageManager(Context) - Method in class de.unikassel.android.sdcframework.service.ServiceManagerImpl
Method to create and configure the storage manager
createTimeProviderConfiguration(ApplicationPreferenceManager) - Method in class de.unikassel.android.sdcframework.preferences.SDCConfigurationManager
Method to create a time provider default configuration from the XML file entries to update the application preference defaults
createTimeProviderPreferences(PreferenceScreen) - Method in class de.unikassel.android.sdcframework.app.SDCPreferenceActivity
Does create the time provider preferences dynamically in the given root screen
createTmpDirectory(String) - Method in class de.unikassel.android.sdcframework.transmission.FileManager
Does create the temporary directory if it does not exist
createTransferManager(Context) - Method in class de.unikassel.android.sdcframework.service.ServiceManagerImpl
Method to create and configure the transfer manager
createTransmissionPreferences(PreferenceScreen, ServicePreferences) - Method in class de.unikassel.android.sdcframework.app.SDCPreferenceActivity
Does create the transmission service preferences dynamically in the given root screen
createWakeLock(Context) - Method in class de.unikassel.android.sdcframework.util.WakeLockHolder
Method to create a wake lock
createWifiSampleData(ScanResult, boolean) - Method in class de.unikassel.android.sdcframework.devices.SampleFactory
Method to create a wifi sample from a ScanResult
CREATOR - Static variable in class de.unikassel.android.sdcframework.data.Sample
The Parcelable creator.
CREATOR - Static variable in class de.unikassel.android.sdcframework.data.SampleCollection
The Parcelable creator.
CREATOR - Static variable in enum de.unikassel.android.sdcframework.data.Weekday
The Parcelable creator.
CREATOR - Static variable in class de.unikassel.android.sdcframework.data.WeekdaySchedule
The Parcelable creator.
CREATOR - Static variable in class de.unikassel.android.sdcframework.data.WeekdayScheduleEntry
The Parcelable creator.
CREATOR - Static variable in enum de.unikassel.android.sdcframework.data.WeekdaySchedulerAction
The Parcelable creator.
currentArchive - Variable in class de.unikassel.android.sdcframework.transmission.FileManager
The file to store a new created archive in
currentCommand - Variable in class de.unikassel.android.sdcframework.persistence.PersistentStorageManagerImpl
The last not finished database command
currentDir - Variable in class de.unikassel.android.sdcframework.app.SDCFileBrowserActivity
The current directory.
currentLocation - Variable in class de.unikassel.android.sdcframework.devices.LocationTracker
The current Location
currentSampleData - Variable in class de.unikassel.android.sdcframework.devices.AbstractLocationDevice
The current available sample
currentSampleData - Variable in class de.unikassel.android.sdcframework.devices.AccelerometerDevice
The actual sample of the device, updated whenever the handler for sensor changes is called
currentSampleData - Variable in class de.unikassel.android.sdcframework.devices.GSMDevice
The GSM sample holding the current device state
currentSampleData - Variable in class de.unikassel.android.sdcframework.devices.GyroscopeDevice
The actual sample of the device, updated whenever the handler for sensor changes is called
currentSampleData - Variable in class de.unikassel.android.sdcframework.devices.LightDevice
The actual sample of the device, updated whenever the handler for sensor changes is called
currentSampleData - Variable in class de.unikassel.android.sdcframework.devices.MagneticFieldDevice
The actual sample of the device, updated whenever the handler for sensor changes is called
currentSampleData - Variable in class de.unikassel.android.sdcframework.devices.OrientationDevice
The actual sample of the device, updated whenever the handler for sensor changes is called
currentSampleData - Variable in class de.unikassel.android.sdcframework.devices.PressureDevice
The actual sample of the device, updated whenever the handler for sensor changes is called
currentSampleData - Variable in class de.unikassel.android.sdcframework.devices.ProximityDevice
The actual sample of the device, updated whenever the handler for sensor changes is called
currentSampleData - Variable in class de.unikassel.android.sdcframework.devices.TemperatureDevice
The actual sample of the device, updated whenever the handler for sensor changes is called
currentSampleData - Variable in class de.unikassel.android.sdcframework.devices.TimeProviderDevice
The actual sample of the device, updated whenever the handler for sensor changes is called
currentSamples - Variable in class de.unikassel.android.sdcframework.transmission.TransferManagerImpl
The current sample collection to transfer
currentState - Variable in class de.unikassel.android.sdcframework.transmission.TransferManagerImpl
The current state

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