Home
last modified time | relevance | path

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

/frameworks/base/services/robotests/src/com/android/server/location/
DGnssGeofenceProviderTest.java41 when(mMockNative.addGeofence(anyInt(), anyDouble(), anyDouble(), anyDouble(), anyInt(), in setUp()
55 verify(mMockNative).addGeofence(eq(GEOFENCE_ID), eq(LATITUDE), eq(LONGITUDE), in addGeofence_nativeAdded()
84 verify(mMockNative, times(2)).addGeofence(eq(GEOFENCE_ID), eq(LATITUDE), eq(LONGITUDE), in addGeofence_restart_added()
95 verify(mMockNative, times(1)).addGeofence(eq(GEOFENCE_ID), eq(LATITUDE), eq(LONGITUDE), in removeGeofence_restart_notAdded()
106 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/
DGnssGeofenceProvider.java53 boolean added = mNative.addGeofence(entry.geofenceId, entry.latitude, in resumeIfStarted()
77 boolean added = mNative.addGeofence(geofenceId, latitude, longitude, radius, in addCircularHardwareGeofence()
142 public boolean addGeofence(int geofenceId, double latitude, double longitude, double radius, in addGeofence() method in GnssGeofenceProvider.GnssGeofenceProviderNative
/frameworks/base/core/java/android/hardware/location/
DGeofenceHardware.java270 public boolean addGeofence(int geofenceId, int monitoringType, GeofenceHardwareRequest in addGeofence() method in GeofenceHardware
/frameworks/base/location/java/android/location/
DLocationManager.java1169 public void addGeofence( in addGeofence() method in LocationManager
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp2509 auto result = gnssGeofencingIface->addGeofence( in android_location_GnssGeofenceProvider_add_geofence()
/frameworks/base/api/
Dsystem-current.txt2437 …method public boolean addGeofence(int, int, android.hardware.location.GeofenceHardwareRequest, and…
/frameworks/base/services/
Dart-profile8026 PLcom/android/server/location/GnssGeofenceProvider$GnssGeofenceProviderNative;->addGeofence(IDDDIII…