Searched defs:pauseGeofence (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardware.java336 public boolean pauseGeofence(int geofenceId, int monitoringType) { method in class:GeofenceHardware
338 return mService.pauseGeofence(geofenceId, monitoringType);
345 * Resumes the monitoring of a geofence added by {@link #pauseGeofence} call.
H A DGeofenceHardwareImpl.java367 public boolean pauseGeofence(int geofenceId, int monitoringType) { method in class:GeofenceHardwareImpl
402 if (DEBUG) Log.d(TAG, "pauseGeofence: Result is: " + result);
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssGeofenceProvider.java65 mNative.pauseGeofence(entry.geofenceId);
125 boolean paused = mNative.pauseGeofence(geofenceId);
172 public boolean pauseGeofence(int geofenceId) { method in class:GnssGeofenceProvider.GnssGeofenceProviderNative

Completed in 1737 milliseconds