/frameworks/base/services/core/jni/gnss/ |
D | GnssGeofence.cpp | 53 jboolean GnssGeofenceAidl::removeGeofence(int geofenceId) { in removeGeofence() function in android::gnss::GnssGeofenceAidl 54 auto status = mIGnssGeofenceAidl->removeGeofence(geofenceId); in removeGeofence() 93 jboolean GnssGeofenceHidl::removeGeofence(int geofenceId) { in removeGeofence() function in android::gnss::GnssGeofenceHidl 94 auto result = mIGnssGeofenceHidl->removeGeofence(geofenceId); in removeGeofence()
|
D | GnssGeofence.h | 44 virtual jboolean removeGeofence(int geofenceId); 56 jboolean removeGeofence(int geofenceId) override; 71 jboolean removeGeofence(int geofenceId) override;
|
/frameworks/base/core/java/android/hardware/location/ |
D | GeofenceHardwareService.java | 110 public boolean removeGeofence(int id, int monitoringType) { 115 return mGeofenceHardwareImpl.removeGeofence(id, monitoringType);
|
D | IGeofenceHardware.aidl | 39 boolean removeGeofence(int id, int monitoringType); in removeGeofence() method
|
D | GeofenceHardware.java | 308 public boolean removeGeofence(int geofenceId, int monitoringType) { in removeGeofence() method in GeofenceHardware 310 return mService.removeGeofence(geofenceId, monitoringType); in removeGeofence()
|
D | GeofenceHardwareImpl.java | 328 public boolean removeGeofence(int geofenceId, int monitoringType) { in removeGeofence() method in GeofenceHardwareImpl 695 removeGeofence(mGeofences.keyAt(i), monitoringType);
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssGeofenceProxy.java | 90 boolean removed = mGnssNative.removeGeofence(geofenceId); in removeHardwareGeofence()
|
/frameworks/base/location/java/android/location/ |
D | ILocationManager.aidl | 70 void removeGeofence(in PendingIntent intent); in removeGeofence() method
|
D | LocationManager.java | 2333 mService.removeGeofence(intent); in removeProximityAlert()
|
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/ |
D | GnssNative.java | 947 public boolean removeGeofence(int geofenceId) { in removeGeofence() method in GnssNative 949 return mGnssHal.removeGeofence(geofenceId); in removeGeofence() 1536 protected boolean removeGeofence(int geofenceId) { in removeGeofence() method in GnssNative.GnssHal
|
/frameworks/base/services/core/java/com/android/server/location/geofence/ |
D | GeofenceManager.java | 367 public void removeGeofence(PendingIntent pendingIntent) { in removeGeofence() method in GeofenceManager
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/ |
D | FakeGnssHal.java | 672 protected boolean removeGeofence(int geofenceId) { in removeGeofence() method in FakeGnssHal
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_GnssLocationProvider.cpp | 610 return gnssGeofencingIface->removeGeofence(geofenceId); in android_location_gnss_hal_GnssNative_remove_geofence()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | LocationManagerService.java | 1114 public void removeGeofence(PendingIntent pendingIntent) { in removeGeofence() method in LocationManagerService 1115 mGeofenceManager.removeGeofence(pendingIntent); in removeGeofence()
|
/frameworks/base/core/api/ |
D | module-lib-lint-baseline.txt | 914 RequiresPermission: android.hardware.location.GeofenceHardware#removeGeofence(int, int): 915 Method 'removeGeofence' documentation mentions permissions without declaring @RequiresPermission
|
D | test-lint-baseline.txt | 994 RequiresPermission: android.hardware.location.GeofenceHardware#removeGeofence(int, int): 995 Method 'removeGeofence' documentation mentions permissions without declaring @RequiresPermission
|
D | system-lint-baseline.txt | 1002 RequiresPermission: android.hardware.location.GeofenceHardware#removeGeofence(int, int): 1003 Method 'removeGeofence' documentation mentions permissions without declaring @RequiresPermission
|
D | system-current.txt | 6061 method public boolean removeGeofence(int, int);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 21219 Landroid/hardware/location/GeofenceHardwareImpl;->removeGeofence(II)Z 21447 Landroid/hardware/location/IGeofenceHardware$Stub$Proxy;->removeGeofence(II)Z 21470 Landroid/hardware/location/IGeofenceHardware;->removeGeofence(II)Z 23302 Landroid/location/ILocationManager$Stub$Proxy;->removeGeofence(Landroid/location/Geofence;Landroid/… 23394 Landroid/location/ILocationManager;->removeGeofence(Landroid/location/Geofence;Landroid/app/Pending… 23519 Landroid/location/LocationManager;->removeGeofence(Landroid/location/Geofence;Landroid/app/PendingI…
|