/frameworks/base/core/java/android/hardware/location/ |
D | GeofenceHardwareService.java | 106 public boolean removeGeofence(int id, int monitoringType) { 111 return mGeofenceHardwareImpl.removeGeofence(id, monitoringType);
|
D | IGeofenceHardware.aidl | 35 boolean removeGeofence(int id, int monitoringType); in removeGeofence() method
|
D | GeofenceHardware.java | 306 public boolean removeGeofence(int geofenceId, int monitoringType) { in removeGeofence() method in GeofenceHardware 308 return mService.removeGeofence(geofenceId, monitoringType); in removeGeofence()
|
D | GeofenceHardwareImpl.java | 327 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/ |
D | GnssGeofenceProviderTest.java | 53 when(mMockNative.removeGeofence(anyInt())).thenReturn(true); in setUp() 79 verify(mMockNative).removeGeofence(eq(GEOFENCE_ID)); in removeGeofence_nativeRemoved()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GnssGeofenceProvider.java | 114 boolean removed = mNative.removeGeofence(geofenceId); in removeHardwareGeofence() 164 public boolean removeGeofence(int geofenceId) {
|
/frameworks/base/location/java/android/location/ |
D | ILocationManager.aidl | 48 void removeGeofence(in Geofence fence, in PendingIntent intent, String packageName); in removeGeofence() method
|
D | LocationManager.java | 1189 mService.removeGeofence(null, intent, packageName); in removeProximityAlert() 1211 public void removeGeofence(Geofence fence, PendingIntent intent) { in removeGeofence() method in LocationManager 1217 mService.removeGeofence(fence, intent, packageName); in removeGeofence() 1239 mService.removeGeofence(null, intent, packageName); in removeAllGeofences()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_GnssLocationProvider.cpp | 1775 auto result = gnssGeofencingIface->removeGeofence(geofenceId); in android_location_GnssGeofenceProvider_remove_geofence()
|
/frameworks/base/services/core/java/com/android/server/ |
D | LocationManagerService.java | 2375 public void removeGeofence(Geofence geofence, PendingIntent intent, String packageName) { in removeGeofence() method in LocationManagerService
|
/frameworks/base/api/ |
D | system-current.txt | 1690 method public boolean removeGeofence(int, int);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 2684 HPLandroid/hardware/location/GeofenceHardware;->removeGeofence(II)Z 2697 HPLandroid/hardware/location/GeofenceHardwareImpl;->removeGeofence(II)Z 2725 HPLandroid/hardware/location/GeofenceHardwareService$1;->removeGeofence(II)Z 2744 HPLandroid/hardware/location/IGeofenceHardware$Stub$Proxy;->removeGeofence(II)Z 21780 HSPLandroid/hardware/location/IGeofenceHardware;->removeGeofence(II)Z 24450 HSPLandroid/location/ILocationManager;->removeGeofence(Landroid/location/Geofence;Landroid/app/Pend…
|
D | hiddenapi-public-dex.txt | 14121 Landroid/hardware/location/GeofenceHardware;->removeGeofence(II)Z
|