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

  /frameworks/base/core/java/android/hardware/location/
IGeofenceHardwareCallback.aidl 28 void onGeofenceResume(int geofenceId, int status);
GeofenceHardwareCallback.java 85 public void onGeofenceResume(int geofenceId, int status) {
GeofenceHardware.java 319 * {@link GeofenceHardwareCallback#onGeofenceResume} will be called with the result of the
496 public void onGeofenceResume(int geofenceId, int status) {
498 if (c != null) c.onGeofenceResume(geofenceId, status);
GeofenceHardwareImpl.java 520 callback.onGeofenceResume(geofenceId, msg.arg2);
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1684 milliseconds