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

  /frameworks/base/core/java/android/hardware/location/
IGeofenceHardwareCallback.aidl 26 void onGeofenceRemove(int geofenceId, int status);
GeofenceHardwareCallback.java 62 public void onGeofenceRemove(int geofenceId, int status) {
GeofenceHardware.java 265 * {@link GeofenceHardwareCallback#onGeofenceRemove} will be called with the result of the
487 public void onGeofenceRemove(int geofenceId, int status) {
490 c.onGeofenceRemove(geofenceId, status);
GeofenceHardwareImpl.java 560 callback.onGeofenceRemove(geofenceId, msg.arg2);
    [all...]
  /frameworks/base/services/java/com/android/server/location/
FlpHardwareProvider.java 173 private void onGeofenceRemove(int geofenceId, int result) {
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 119 milliseconds