Home
last modified time | relevance | path

Searched refs:removeGeofence (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareService.java106 public boolean removeGeofence(int id, int monitoringType) {
111 return mGeofenceHardwareImpl.removeGeofence(id, monitoringType);
DIGeofenceHardware.aidl35 boolean removeGeofence(int id, int monitoringType); in removeGeofence() method
DGeofenceHardware.java308 public boolean removeGeofence(int geofenceId, int monitoringType) { in removeGeofence() method in GeofenceHardware
310 return mService.removeGeofence(geofenceId, monitoringType); in removeGeofence()
DGeofenceHardwareImpl.java327 public boolean removeGeofence(int geofenceId, int monitoringType) { in removeGeofence() method in GeofenceHardwareImpl
694 removeGeofence(mGeofences.keyAt(i), monitoringType);
/frameworks/base/services/robotests/src/com/android/server/location/gnss/
DGnssGeofenceProviderTest.java60 when(mMockNative.removeGeofence(anyInt())).thenReturn(true); in setUp()
86 verify(mMockNative).removeGeofence(eq(GEOFENCE_ID)); in removeGeofence_nativeRemoved()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssGeofenceProvider.java115 boolean removed = mNative.removeGeofence(geofenceId); in removeHardwareGeofence()
165 public boolean removeGeofence(int geofenceId) { in removeGeofence() method in GnssGeofenceProvider.GnssGeofenceProviderNative
/frameworks/base/location/java/android/location/
DILocationManager.aidl58 void removeGeofence(in Geofence fence, in PendingIntent intent, String packageName); in removeGeofence() method
DLocationManager.java1734 mService.removeGeofence(null, intent, mContext.getPackageName()); in removeProximityAlert()
1813 public void removeGeofence(@NonNull Geofence fence, @NonNull PendingIntent intent) { in removeGeofence() method in LocationManager
1822 mService.removeGeofence(fence, intent, mContext.getPackageName()); in removeGeofence()
1847 mService.removeGeofence(null, intent, mContext.getPackageName()); in removeAllGeofences()
/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java2183 public void removeGeofence(Geofence geofence, PendingIntent intent, String packageName) { in removeGeofence() method in LocationManagerService
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp3011 auto result = gnssGeofencingIface->removeGeofence(geofenceId); in android_location_GnssGeofenceProvider_remove_geofence()
/frameworks/base/non-updatable-api/
Dsystem-current.txt2956 method public boolean removeGeofence(int, int);
/frameworks/base/api/
Dsystem-current.txt3008 method public boolean removeGeofence(int, int);
/frameworks/base/services/
Dart-profile17741 PLcom/android/server/location/LocationManagerService;->removeGeofence(Landroid/location/Geofence;La…
18137 PLcom/android/server/location/gnss/GnssGeofenceProvider$GnssGeofenceProviderNative;->removeGeofence