Searched refs:addGeofence (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/robotests/src/com/android/server/location/ |
D | GnssGeofenceProviderTest.java | 50 when(mMockNative.addGeofence(anyInt(), anyDouble(), anyDouble(), anyDouble(), anyInt(), in setUp() 64 verify(mMockNative).addGeofence(eq(GEOFENCE_ID), eq(LATITUDE), eq(LONGITUDE), in addGeofence_nativeAdded() 93 verify(mMockNative, times(2)).addGeofence(eq(GEOFENCE_ID), eq(LATITUDE), eq(LONGITUDE), in addGeofence_restart_added() 104 verify(mMockNative, times(1)).addGeofence(eq(GEOFENCE_ID), eq(LATITUDE), eq(LONGITUDE), in removeGeofence_restart_notAdded() 115 verify(mMockNative, times(2)).addGeofence(eq(GEOFENCE_ID), eq(LATITUDE), eq(LONGITUDE), in pauseGeofence_restart_paused()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GnssGeofenceProvider.java | 59 boolean added = mNative.addGeofence(entry.geofenceId, entry.latitude, in resumeIfStarted() 92 boolean added = mNative.addGeofence(geofenceId, latitude, longitude, radius, in addCircularHardwareGeofence() 157 public boolean addGeofence(int geofenceId, double latitude, double longitude, double radius,
|
/frameworks/base/core/java/android/hardware/location/ |
D | GeofenceHardware.java | 268 public boolean addGeofence(int geofenceId, int monitoringType, GeofenceHardwareRequest in addGeofence() method in GeofenceHardware
|
/frameworks/base/location/java/android/location/ |
D | LocationManager.java | 1157 public void addGeofence(LocationRequest request, Geofence fence, PendingIntent intent) { in addGeofence() method in LocationManager
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_GnssLocationProvider.cpp | 1761 auto result = gnssGeofencingIface->addGeofence( in android_location_GnssGeofenceProvider_add_geofence()
|
/frameworks/base/api/ |
D | system-current.txt | 1685 …method public boolean addGeofence(int, int, android.hardware.location.GeofenceHardwareRequest, and…
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 14101 Landroid/hardware/location/GeofenceHardware;->addGeofence(IILandroid/hardware/location/GeofenceHard…
|
D | boot-image-profile.txt | 2677 HPLandroid/hardware/location/GeofenceHardware;->addGeofence(IILandroid/hardware/location/GeofenceHa…
|