|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SharedPreferenceChangeNotificationReceiver | |
---|---|
org.android.activityminer.app | GUI - Base package with activites, services and related utility classes. |
org.android.activityminer.app.classification | GUI - Classifier preferences. |
org.android.activityminer.app.evaluation | GUI - Evaluation components for cross-validation on training data. |
org.android.activityminer.app.filter | GUI - Filter test screen and preferences. |
org.android.activityminer.app.manager | GUI - Management activity for data export. |
org.android.activityminer.app.recording | GUI - Raw data sample recorder. |
org.android.activityminer.app.util | GUI - Utility classes. |
org.android.activityminer.logic.configuration | Logic layer - Global shared preference observer and configuration validator. |
Uses of SharedPreferenceChangeNotificationReceiver in org.android.activityminer.app |
---|
Classes in org.android.activityminer.app that implement SharedPreferenceChangeNotificationReceiver | |
---|---|
class |
ActivityMiner
The main Activity. |
class |
ActivityMinerPreferencesActivity
The main preferences activity. |
Uses of SharedPreferenceChangeNotificationReceiver in org.android.activityminer.app.classification |
---|
Classes in org.android.activityminer.app.classification that implement SharedPreferenceChangeNotificationReceiver | |
---|---|
class |
KNNPreferencesActivity
The activity for the KNN classifier preferences. |
Uses of SharedPreferenceChangeNotificationReceiver in org.android.activityminer.app.evaluation |
---|
Classes in org.android.activityminer.app.evaluation that implement SharedPreferenceChangeNotificationReceiver | |
---|---|
class |
EvaluationActivity
The main Activity. |
class |
EvaluationPreferencesActivity
The preferences activity for settings relevant for feature evaluation. |
Uses of SharedPreferenceChangeNotificationReceiver in org.android.activityminer.app.filter |
---|
Classes in org.android.activityminer.app.filter that implement SharedPreferenceChangeNotificationReceiver | |
---|---|
class |
FilterPreferencesActivity
The filter preferences activity. |
class |
FilterTestActivity
A test activity for the different low pass filter types. |
Uses of SharedPreferenceChangeNotificationReceiver in org.android.activityminer.app.manager |
---|
Classes in org.android.activityminer.app.manager that implement SharedPreferenceChangeNotificationReceiver | |
---|---|
class |
ManagerActivity
The management activity. |
Uses of SharedPreferenceChangeNotificationReceiver in org.android.activityminer.app.recording |
---|
Classes in org.android.activityminer.app.recording that implement SharedPreferenceChangeNotificationReceiver | |
---|---|
class |
AbstractRecordingActivity<T extends Enum<T> & Dimensions>
Abstract base class for sensor data recording activities. |
class |
GenericRecordingActivityForSensorObservations<T extends Enum<T> & Dimensions>
The generic activity for sensor data recording. |
class |
RecordingActivityForAccelerometerSensorObservations
The activity for sensor observation data recording. |
class |
RecordingActivityForSensorObservations
The activity for sensor observation data recording. |
class |
RecordingPreferencesActivity
The preferences activity for recording settings |
Uses of SharedPreferenceChangeNotificationReceiver in org.android.activityminer.app.util |
---|
Classes in org.android.activityminer.app.util that implement SharedPreferenceChangeNotificationReceiver | |
---|---|
class |
ServiceBasedActivity
Base class for Android activities using a service connection |
class |
SharedPreferenceChangeAwareActivity
Base class for all activities, which does need to be aware of shared preference changes. |
class |
SharedPreferenceChangeAwarePreferenceActivity
Base class for all preference activities, which does need to be aware of shared preference changes. |
Uses of SharedPreferenceChangeNotificationReceiver in org.android.activityminer.logic.configuration |
---|
Fields in org.android.activityminer.logic.configuration with type parameters of type SharedPreferenceChangeNotificationReceiver | |
---|---|
private ConcurrentLinkedQueue<SharedPreferenceChangeNotificationReceiver> |
GlobalSharedPreferenceObserver.observers
The observer collection |
Methods in org.android.activityminer.logic.configuration with parameters of type SharedPreferenceChangeNotificationReceiver | |
---|---|
void |
GlobalSharedPreferenceObserver.register(SharedPreferenceChangeNotificationReceiver observer)
Method to register for shared preference change notifications. |
void |
GlobalSharedPreferenceObserver.unregister(SharedPreferenceChangeNotificationReceiver observer)
Method to unregister for shared preference change notifications. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |