Searched refs:pauseGeofence (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
H A DIGeofenceHardware.aidl36 boolean pauseGeofence(int id, int monitoringType);
H A DGeofenceHardwareService.java115 public boolean pauseGeofence(int id, int monitoringType) {
120 return mGeofenceHardwareImpl.pauseGeofence(id, monitoringType);
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
/frameworks/base/services/robotests/src/com/android/server/location/
H A DGnssGeofenceProviderTest.java52 when(mMockNative.pauseGeofence(anyInt())).thenReturn(true);
73 verify(mMockNative).pauseGeofence(eq(GEOFENCE_ID));
119 verify(mMockNative, times(2)).pauseGeofence(eq(GEOFENCE_ID));
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp1786 auto result = gnssGeofencingIface->pauseGeofence(geofenceId);
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 179 milliseconds