- onAccuracyChanged(Sensor, int) - Method in class jp.ad.sinet.stream.android.helper.SensorService
-
Called when the accuracy of the registered sensor has changed.
- onBind(Intent) - Method in class jp.ad.sinet.stream.android.helper.SensorService
-
When binding to the service, we return an interface to out messenger
for sending messages to the service.
- onCreate() - Method in class jp.ad.sinet.stream.android.helper.SensorService
-
Called by the system when the service is first created.
- onDestroy() - Method in class jp.ad.sinet.stream.android.helper.SensorService
-
Called by the system to notify a Service that it is no longer used and is being removed.
- onError(String) - Method in interface jp.ad.sinet.stream.android.helper.SensorListener
-
Called on any error occasions.
- onSensorChanged(SensorEvent) - Method in class jp.ad.sinet.stream.android.helper.SensorService
-
Called when there is a new sensor event.
- onSensorDataReceived(String) - Method in interface jp.ad.sinet.stream.android.helper.SensorListener
-
Called when locally-stored sensor data has flushed.
- onSensorDisengaged(String) - Method in interface jp.ad.sinet.stream.android.helper.SensorListener
-
- onSensorEngaged(String) - Method in interface jp.ad.sinet.stream.android.helper.SensorListener
-
- onSensorTypesReceived(ArrayList<Integer>, ArrayList<String>) - Method in interface jp.ad.sinet.stream.android.helper.SensorListener
-
- onStartCommand(Intent, int, int) - Method in class jp.ad.sinet.stream.android.helper.SensorService
-
Called by the system every time a client explicitly starts the service by calling
Context.startService(android.content.Intent)
, providing the arguments it supplied and a
unique integer token representing the start request.
- onTaskRemoved(Intent) - Method in class jp.ad.sinet.stream.android.helper.SensorService
-
This is called if the service is currently running and the user has
removed a task that comes from the service's application.
- onUnbind(Intent) - Method in class jp.ad.sinet.stream.android.helper.SensorService
-
Called when all clients have disconnected from a particular interface
published by the service.