Home
last modified time | relevance | path

Searched refs:addGeofence (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/core/jni/gnss/
DGnssGeofence.cpp43 jboolean GnssGeofenceAidl::addGeofence(int geofenceId, double latitudeDegrees, in addGeofence() function in android::gnss::GnssGeofenceAidl
47 auto status = mIGnssGeofenceAidl->addGeofence(geofenceId, latitudeDegrees, longitudeDegrees, in addGeofence()
80 jboolean GnssGeofenceHidl::addGeofence(int geofenceId, double latitudeDegrees, in addGeofence() function in android::gnss::GnssGeofenceHidl
84 auto result = mIGnssGeofenceHidl->addGeofence(geofenceId, latitudeDegrees, longitudeDegrees, in addGeofence()
DGnssGeofence.h39 virtual jboolean addGeofence(int geofenceId, double latitudeDegrees, double longitudeDegrees,
51 jboolean addGeofence(int geofenceId, double latitudeDegrees, double longitudeDegrees,
66 jboolean addGeofence(int geofenceId, double latitudeDegrees, double longitudeDegrees,
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssGeofenceProxy.java68 boolean added = mGnssNative.addGeofence(geofenceId, latitude, longitude, radius, in addCircularHardwareGeofence()
132 boolean added = mGnssNative.addGeofence(entry.geofenceId, entry.latitude, in onHalRestarted()
/frameworks/base/core/java/android/hardware/location/
DGeofenceHardware.java270 public boolean addGeofence(int geofenceId, int monitoringType, GeofenceHardwareRequest in addGeofence() method in GeofenceHardware
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java920 public boolean addGeofence(int geofenceId, double latitude, double longitude, double radius, in addGeofence() method in GnssNative
924 return mGnssHal.addGeofence(geofenceId, latitude, longitude, radius, lastTransition, in addGeofence()
1521 protected boolean addGeofence(int geofenceId, double latitude, double longitude, in addGeofence() method in GnssNative.GnssHal
/frameworks/base/services/core/java/com/android/server/location/geofence/
DGeofenceManager.java348 public void addGeofence(Geofence geofence, PendingIntent pendingIntent, String packageName, in addGeofence() method in GeofenceManager
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
DFakeGnssHal.java626 protected boolean addGeofence(int geofenceId, double latitude, double longitude, double radius, in addGeofence() method in FakeGnssHal
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp599 return gnssGeofencingIface->addGeofence(geofenceId, latitude, longitude, radius, in android_location_gnss_hal_GnssNative_add_geofence()
/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java1110 mGeofenceManager.addGeofence(geofence, intent, packageName, attributionTag); in requestGeofence()
/frameworks/base/core/api/
Dmodule-lib-lint-baseline.txt906 RequiresPermission: android.hardware.location.GeofenceHardware#addGeofence(int, int, android.hardwa…
907 Method 'addGeofence' documentation mentions permissions without declaring @RequiresPermission
Dtest-lint-baseline.txt986 RequiresPermission: android.hardware.location.GeofenceHardware#addGeofence(int, int, android.hardwa…
987 Method 'addGeofence' documentation mentions permissions without declaring @RequiresPermission
Dsystem-lint-baseline.txt994 RequiresPermission: android.hardware.location.GeofenceHardware#addGeofence(int, int, android.hardwa…
995 Method 'addGeofence' documentation mentions permissions without declaring @RequiresPermission
Dsystem-current.txt6056 …method public boolean addGeofence(int, int, android.hardware.location.GeofenceHardwareRequest, and…
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt23491 Landroid/location/LocationManager;->addGeofence(Landroid/location/LocationRequest;Landroid/location…