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

  /frameworks/base/core/java/android/hardware/location/
IGeofenceHardware.aidl 36 boolean pauseGeofence(int id, int monitoringType);
GeofenceHardwareService.java 115 public boolean pauseGeofence(int id, int monitoringType) {
120 return mGeofenceHardwareImpl.pauseGeofence(id, monitoringType);
GeofenceHardware.java 335 public boolean pauseGeofence(int geofenceId, int monitoringType) {
337 return mService.pauseGeofence(geofenceId, monitoringType);
344 * Resumes the monitoring of a geofence added by {@link #pauseGeofence} call.
GeofenceHardwareImpl.java 367 public boolean pauseGeofence(int geofenceId, int monitoringType) {
383 Log.e(TAG, "PauseGeofence: Remote Exception calling LocationManagerService");
395 Log.e(TAG, "PauseGeofence: RemoteException calling LocationManagerService");
402 if (DEBUG) Log.d(TAG, "pauseGeofence: Result is: " + result);
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 1026 milliseconds