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

  /frameworks/base/core/java/android/hardware/location/
IGeofenceHardware.aidl 32 boolean pauseGeofence(int id, int monitoringType);
GeofenceHardwareService.java 103 public boolean pauseGeofence(int id, int monitoringType) {
108 return mGeofenceHardwareImpl.pauseGeofence(id, monitoringType);
GeofenceHardware.java 307 public boolean pauseGeofence(int geofenceId, int monitoringType) {
309 return mService.pauseGeofence(geofenceId, monitoringType);
316 * Resumes the monitoring of a geofence added by {@link #pauseGeofence} call.
GeofenceHardwareImpl.java 261 public boolean pauseGeofence(int geofenceId, int monitoringType) {
277 Log.e(TAG, "PauseGeofence: Remote Exception calling LocationManagerService");
284 if (DEBUG) Log.d(TAG, "pauseGeofence: Result is: " + result);
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 151 milliseconds