Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z
_
M
MagneticFieldDevice
- Class in
de.unikassel.android.sdcframework.devices
Implementation of the magnetic field sensor device.
MagneticFieldDevice(Context)
- Constructor for class de.unikassel.android.sdcframework.devices.
MagneticFieldDevice
Constructor
MagneticFieldDeviceScanner
- Class in
de.unikassel.android.sdcframework.devices
Implementation of the magnetic field sensor device scanner as sample taking device Scanner.
MagneticFieldDeviceScanner()
- Constructor for class de.unikassel.android.sdcframework.devices.
MagneticFieldDeviceScanner
Constructor
MagneticFieldSampleData
- Class in
de.unikassel.android.sdcframework.data.independent
The magnetic filed sensor device specific sample data, which are the ambient magnetic fields in the X, Y and Z axis ( in micro-Tesla ).
MagneticFieldSampleData()
- Constructor for class de.unikassel.android.sdcframework.data.independent.
MagneticFieldSampleData
Constructor
MagneticFieldSampleData(MagneticFieldSampleData)
- Constructor for class de.unikassel.android.sdcframework.data.independent.
MagneticFieldSampleData
Constructor
magneticFieldX
- Variable in class de.unikassel.android.sdcframework.data.independent.
MagneticFieldSampleData
The ambient magnetic fields in the x axis
magneticFieldY
- Variable in class de.unikassel.android.sdcframework.data.independent.
MagneticFieldSampleData
The ambient magnetic fields in the y axis
magneticFieldZ
- Variable in class de.unikassel.android.sdcframework.data.independent.
MagneticFieldSampleData
The ambient magnetic fields in the z axis
mainLayout
- Static variable in class de.unikassel.android.sdcframework.
R.id
manager
- Variable in class de.unikassel.android.sdcframework.service.
TimeProviderOutOfSyncIgnoreStrategy
The service manager.
manufacturer
- Variable in class de.unikassel.android.sdcframework.data.independent.
DeviceInformation
The manufacturer of the hardware.
mapChangeEventSource
- Variable in class de.unikassel.android.sdcframework.preferences.
ApplicationPreferenceManagerImpl
Map to hold the supported change event sources mapped to events class name
mapDeviceDefaults
- Variable in class de.unikassel.android.sdcframework.preferences.
SDCConfigurationManager
The map with available device defaults
mapDevices
- Variable in class de.unikassel.android.sdcframework.devices.
SensorDeviceManagerImpl
The sensor device map
mapKeyToDevicePreferences
- Variable in class de.unikassel.android.sdcframework.preferences.
ApplicationPreferenceManagerImpl
preference key to device preferences mapping
mapPreferences
- Variable in class de.unikassel.android.sdcframework.preferences.
DevicePreferencesCollectionImpl
the contained sub devices of the sensor composition
mapView2Schedule
- Variable in class de.unikassel.android.sdcframework.app.scheduler.
SDCFSchedulerActivity
The view to weekday schedule mapping.
MAX_FREQUENCY
- Static variable in class de.unikassel.android.sdcframework.transmission.
SampleGatheringController
The upper limit for wait times in milliseconds
MAX_NUM_PLACEHOLDERS
- Static variable in class de.unikassel.android.sdcframework.persistence.
DatabaseAdapterImpl
There's a limit in maximum number of placeholders in compiled SQL statement
maxDBSize
- Variable in class de.unikassel.android.sdcframework.data.
DatabaseConfigurationEntry
The maximum database size in kilobytes
maxDBSize
- Variable in class de.unikassel.android.sdcframework.persistence.
DatabaseAdapterImpl.DatabaseHelper
The maximum database size
maxDBSize
- Variable in class de.unikassel.android.sdcframework.preferences.
ServiceConfigurationImpl
The maximum database size in bytes
maxSampleCount
- Variable in class de.unikassel.android.sdcframework.transmission.
SampleGatheringController
The maximum sample count to transfer
maxSampleTransferCount
- Variable in class de.unikassel.android.sdcframework.data.
TransmissionConfigurationEntry
The maximum of samples to transfer
maxSampleTransferCount
- Variable in class de.unikassel.android.sdcframework.preferences.
TransmissionConfigurationImpl
The maximum of samples to transfer
maxSampleTransferCountPreference
- Variable in class de.unikassel.android.sdcframework.preferences.
TransmissionPreferenceImpl
The preference for the maximum count of samples to transfer
md5(String)
- Static method in class de.unikassel.android.sdcframework.util.facade.
Encryption
Method to create an MD5 hash for a given string
message
- Variable in class de.unikassel.android.sdcframework.data.independent.
TwitterSampleData
The twitter message.
MESSAGE
- Static variable in class de.unikassel.android.sdcframework.provider.
TwitterProviderData
The twitter message
message
- Variable in class de.unikassel.android.sdcframework.util.
LogEvent
The log message
method
- Variable in class de.unikassel.android.sdcframework.util.
ZipCompressionStrategy
The compression method
MIN_DB_SIZE
- Static variable in class de.unikassel.android.sdcframework.preferences.
ServicePreferencesImpl
The absolute minimum for DB size ( can not be underrun by configuration )
MIN_FREQUENCY
- Static variable in class de.unikassel.android.sdcframework.transmission.
SampleGatheringController
The lower limit for wait times in milliseconds
MIN_FREQUENCY
- Static variable in class de.unikassel.android.sdcframework.transmission.
TransferManagerImpl
The internal lower limit of wait time in seconds
minCellHeight
- Static variable in class de.unikassel.android.sdcframework.
R.dimen
minFrequency
- Variable in class de.unikassel.android.sdcframework.transmission.
TransferManagerImpl
The minimal transfer frequency in milliseconds
minSampleCount
- Variable in class de.unikassel.android.sdcframework.transmission.
SampleGatheringController
The minimum sample count to transfer
minSampleTransferCount
- Variable in class de.unikassel.android.sdcframework.data.
TransmissionConfigurationEntry
The minimum of samples to transfer
minSampleTransferCount
- Variable in class de.unikassel.android.sdcframework.preferences.
TransmissionConfigurationImpl
The minimum of samples to transfer
minSampleTransferCountPreference
- Variable in class de.unikassel.android.sdcframework.preferences.
TransmissionPreferenceImpl
The preference for the minimum count of samples to transfer
minTransferFrequency
- Variable in class de.unikassel.android.sdcframework.data.
TransmissionConfigurationEntry
The minimum frequency for the sample transfer in seconds ( the real transfer frequency does depend on many parameters and will differ )
minTransferFrequency
- Variable in class de.unikassel.android.sdcframework.preferences.
TransmissionConfigurationImpl
The minimum frequency for the sample transfer in seconds ( the real transfer frequency does depend on many parameters and will differ )
minTransferFrequencyPreference
- Variable in class de.unikassel.android.sdcframework.preferences.
TransmissionPreferenceImpl
The preference for the minimum transmission frequency in seconds
MobileConnectionStrategy
- Class in
de.unikassel.android.sdcframework.transmission
Implementation of the strategy using mobile connections.
MobileConnectionStrategy(ConnectivityWrapper, Class<?>)
- Constructor for class de.unikassel.android.sdcframework.transmission.
MobileConnectionStrategy
Constructor
model
- Variable in class de.unikassel.android.sdcframework.data.independent.
DeviceInformation
The end-user-visible name for the end product.
Monday
- Static variable in class de.unikassel.android.sdcframework.
R.id
mRemote
- Variable in class de.unikassel.android.sdcframework.app.facade.
ISDCService.Stub.Proxy
MSG
- Static variable in class de.unikassel.android.sdcframework.util.
LogEvent
The intent identifier for the message field
msg_Bluetooth_disabled
- Static variable in class de.unikassel.android.sdcframework.
R.string
msg_gps_disabled
- Static variable in class de.unikassel.android.sdcframework.
R.string
msg_gsm_unavailable
- Static variable in class de.unikassel.android.sdcframework.
R.string
msg_netloc_disabled
- Static variable in class de.unikassel.android.sdcframework.
R.string
msg_wifi_disabled
- Static variable in class de.unikassel.android.sdcframework.
R.string
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z
_