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 35 boolean removeGeofence(int id, int monitoringType);
GeofenceHardwareService.java 106 public boolean removeGeofence(int id, int monitoringType) {
111 return mGeofenceHardwareImpl.removeGeofence(id, monitoringType);
GeofenceHardware.java 305 public boolean removeGeofence(int geofenceId, int monitoringType) {
307 return mService.removeGeofence(geofenceId, monitoringType);
GeofenceHardwareImpl.java 327 public boolean removeGeofence(int geofenceId, int monitoringType) {
344 Log.e(TAG, "RemoveGeofence: Remote Exception calling LocationManagerService");
356 Log.e(TAG, "RemoveGeofence: RemoteException calling LocationManagerService");
363 if (DEBUG) Log.d(TAG, "removeGeofence: Result is: " + result);
694 removeGeofence(mGeofences.keyAt(i), monitoringType);
    [all...]
  /frameworks/base/location/java/android/location/
ILocationManager.aidl 47 void removeGeofence(in Geofence fence, in PendingIntent intent, String packageName);
LocationManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java     [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 206 milliseconds