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

  /frameworks/base/core/java/android/hardware/location/
IGeofenceHardware.aidl 33 boolean removeGeofence(int id, int monitoringType);
GeofenceHardwareService.java 100 public boolean removeGeofence(int id, int monitoringType) {
105 return mGeofenceHardwareImpl.removeGeofence(id, monitoringType);
GeofenceHardware.java 283 public boolean removeGeofence(int geofenceId, int monitoringType) {
285 return mService.removeGeofence(geofenceId, monitoringType);
GeofenceHardwareImpl.java 289 public boolean removeGeofence(int geofenceId, int monitoringType) {
306 Log.e(TAG, "RemoveGeofence: Remote Exception calling LocationManagerService");
318 Log.e(TAG, "RemoveGeofence: RemoteException calling LocationManagerService");
325 if (DEBUG) Log.d(TAG, "removeGeofence: Result is: " + result);
628 removeGeofence(mGeofences.keyAt(i), monitoringType);
    [all...]
  /frameworks/base/location/java/android/location/
ILocationManager.aidl 46 void removeGeofence(in Geofence fence, in PendingIntent intent, String packageName);
LocationManager.java     [all...]
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java     [all...]
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 809 milliseconds