Home
last modified time | relevance | path

Searched defs:removeGeofence (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/frameworks/base/core/java/android/hardware/location/
H A DIGeofenceHardware.aidl35 boolean removeGeofence(int id, int monitoringType); in removeGeofence() method
H A DGeofenceHardware.java308 public boolean removeGeofence(int geofenceId, int monitoringType) { in removeGeofence() method in GeofenceHardware
H A DGeofenceHardwareImpl.java328 public boolean removeGeofence(int geofenceId, int monitoringType) { in removeGeofence() method in GeofenceHardwareImpl
/aosp12/hardware/qcom/gps/msm8909w_3100/android/
H A DGnssGeofencing.cpp119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() function in android::hardware::gnss::V1_0::implementation::GnssGeofencing
/aosp12/hardware/qcom/gps/msm8998/android/
H A DGnssGeofencing.cpp119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() function in android::hardware::gnss::V1_0::implementation::GnssGeofencing
/aosp12/hardware/qcom/sdm845/gps/sdm845/android/
H A DGnssGeofencing.cpp119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() function in android::hardware::gnss::V1_1::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm8150p/gps/android/1.0/
H A DGnssGeofencing.cpp119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() function in android::hardware::gnss::V1_0::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm8150p/gps/android/1.1/
H A DGnssGeofencing.cpp119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() function in android::hardware::gnss::V1_1::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm8150p/gps/android/2.0/
H A DGnssGeofencing.cpp119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() function in android::hardware::gnss::V2_0::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm7250/gps/android/1.0/
H A DGnssGeofencing.cpp119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() function in android::hardware::gnss::V1_0::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm7250/gps/android/1.1/
H A DGnssGeofencing.cpp119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() function in android::hardware::gnss::V1_1::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm7250/gps/android/2.0/
H A DGnssGeofencing.cpp119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() function in android::hardware::gnss::V2_0::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm7250/gps/android/2.1/
H A DGnssGeofencing.cpp119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() function in android::hardware::gnss::V2_1::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm7150/gps/android/2.0/
H A DGnssGeofencing.cpp119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() function in android::hardware::gnss::V2_0::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm7150/gps/android/1.1/
H A DGnssGeofencing.cpp119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() function in android::hardware::gnss::V1_1::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm7150/gps/android/1.0/
H A DGnssGeofencing.cpp119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() function in android::hardware::gnss::V1_0::implementation::GnssGeofencing
/aosp12/hardware/qcom/sdm845/gps/msm8998/android/
H A DGnssGeofencing.cpp119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() function in android::hardware::gnss::V1_0::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm8150/gps/android/1.0/
H A DGnssGeofencing.cpp119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() function in android::hardware::gnss::V1_0::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm8150/gps/android/1.1/
H A DGnssGeofencing.cpp119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() function in android::hardware::gnss::V1_1::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm8150/gps/android/2.0/
H A DGnssGeofencing.cpp119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() function in android::hardware::gnss::V2_0::implementation::GnssGeofencing
/aosp12/hardware/qcom/sm8150/gps/android/2.1/
H A DGnssGeofencing.cpp119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() function in android::hardware::gnss::V2_1::implementation::GnssGeofencing
/aosp12/hardware/interfaces/gnss/1.0/default/
H A DGnssGeofencing.cpp212 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() function in android::hardware::gnss::V1_0::implementation::GnssGeofencing
/aosp12/frameworks/base/services/core/java/com/android/server/location/geofence/
H A DGeofenceManager.java314 public void removeGeofence(PendingIntent pendingIntent) { in removeGeofence() method in GeofenceManager
/aosp12/frameworks/base/location/java/android/location/
H A DILocationManager.aidl68 void removeGeofence(in PendingIntent intent); in removeGeofence() method
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
H A DFakeGnssHal.java638 protected boolean removeGeofence(int geofenceId) { in removeGeofence() method in FakeGnssHal

12