HomeSort by relevance Sort by last modified time
    Searched refs:onGeofencePause (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/hardware/location/
IGeofenceHardwareCallback.aidl 27 void onGeofencePause(int geofenceId, int status);
GeofenceHardwareCallback.java 73 public void onGeofencePause(int geofenceId, int status) {
GeofenceHardware.java 289 * {@link GeofenceHardwareCallback#onGeofencePause} will be called with the result of the
489 public void onGeofencePause(int geofenceId, int status) {
492 c.onGeofencePause(geofenceId, status);
GeofenceHardwareImpl.java 506 callback.onGeofencePause(geofenceId, msg.arg2);
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 167 milliseconds