HomeSort by relevance Sort by last modified time
    Searched defs:removeGeofence (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/hardware/location/
GeofenceHardware.java 277 public boolean removeGeofence(int geofenceId, int monitoringType) {
279 return mService.removeGeofence(geofenceId, monitoringType);
GeofenceHardwareImpl.java 233 public boolean removeGeofence(int geofenceId, int monitoringType) {
250 Log.e(TAG, "RemoveGeofence: Remote Exception calling LocationManagerService");
257 if (DEBUG) Log.d(TAG, "removeGeofence: Result is: " + result);
556 removeGeofence(mGeofences.keyAt(i), monitoringType);
  /frameworks/base/location/java/android/location/
LocationManager.java     [all...]
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java     [all...]
  /prebuilts/sdk/current/
android.jar 

Completed in 158 milliseconds