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

O

onAccuracyChanged(Sensor, int) - Method in class com.notificationFramework.stimulusStrategy.Accelerometer
Unused as accuracy is not a major factor when using previous values.
onAccuracyChanged(Sensor, int) - Method in class com.notificationFramework.stimulusStrategy.StepCounter
Unused as accuracy is not a major factor when using previous values.
onBind(Intent) - Method in class com.notificationFramework.notification.SedentaryNotification
The method which reponds to a bind request for this service.
onBind(Intent) - Method in class com.notificationFramework.stimulusStrategy.Accelerometer
The method which reponds to a bind request for this service.
onBind(Intent) - Method in class com.notificationFramework.stimulusStrategy.SigMotionDetect
The method which reponds to a bind request for this service.
onBind(Intent) - Method in class com.notificationFramework.stimulusStrategy.StepCounter
The method which reponds to a bind request for this service.
onCreate(Bundle) - Method in class com.notificationFramework.sedentary.frontEnd.AdvancedSettings
Called when the AdvancedSettings activity is started from somewhere else in the application.
onCreate(Bundle) - Method in class com.notificationFramework.sedentary.frontEnd.MainActivity
Called when the MainActivity activity is started from somewhere else in the application, or the manifest file on startup.
onCreate(Bundle) - Method in class com.notificationFramework.sedentary.frontEnd.NotificationClicked
Called when a notification is clicked on.
onCreate(Bundle) - Method in class com.notificationFramework.sedentary.frontEnd.Settings
Called when the Settings activity is navigated to from the main activity.Sets up the layout using that which is defined in settings.xml and the delegates to further methods to set up the buttons for the page.
onReceive(Context, Intent) - Method in class com.notificationFramework.stimulus.BootLauncher
On receiving the OS broadcast that the device has been booted, a stimulus is started with a strategy chosen based on the available hardware of the device.
onReceive(Context, Intent) - Method in class com.notificationFramework.stimulus.GoalStimulus
Upon receiving a broadcast from a strategy this method is triggered and starts the related service which sends the notification after checking relevant personalised settings.
onReceive(Context, Intent) - Method in class com.notificationFramework.stimulus.SedentaryStimulus
The method called when a broadcast is received from a strategy class.
onSensorChanged(SensorEvent) - Method in class com.notificationFramework.stimulusStrategy.Accelerometer
Required to be implemented by implementing the SensorEventListener interface.
onSensorChanged(SensorEvent) - Method in class com.notificationFramework.stimulusStrategy.StepCounter
Changes the field values when a the step counter sensor reports a change.
onStart() - Method in class com.notificationFramework.sedentary.frontEnd.MainActivity
Used to ensure a stimulus object is created when the activity is restarted rather than created for the first time.
onStart() - Method in class com.notificationFramework.sedentary.frontEnd.NotificationClicked
When this activity is started regardless of whether it has been created a clicked notification is recorded.
onStartCommand(Intent, int, int) - Method in class com.notificationFramework.notification.GoalNotification
Called when the service is started.
onStartCommand(Intent, int, int) - Method in class com.notificationFramework.notification.Notification
Called when the service to send a notification is started from another place in the program.
onStartCommand(Intent, int, int) - Method in class com.notificationFramework.notification.SedentaryNotification
Called when the service is started.
onStartCommand(Intent, int, int) - Method in class com.notificationFramework.stimulusStrategy.Accelerometer
The method which is called when the Accelerometer service is started.
onStartCommand(Intent, int, int) - Method in class com.notificationFramework.stimulusStrategy.SigMotionDetect
The method which is called when the SigMotionDetect service is started.
onStartCommand(Intent, int, int) - Method in class com.notificationFramework.stimulusStrategy.StepCounter
The method which is called when the StepCounter service is started.
onStop() - Method in class com.notificationFramework.sedentary.frontEnd.AdvancedSettings
Called when the activity is stopped by the user or the OS to save the settings of this page.
onStop() - Method in class com.notificationFramework.sedentary.frontEnd.Settings
Saves the settings of this page to the Shared Preferences if the activity is stopped.
overlapAnchor - Static variable in class com.notificationFramework.sedentary.frontEnd.R.attr
May be a boolean value, such as "true" or "false".
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links