Searched refs:addGeofence (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/robotests/src/com/android/server/location/ |
D | GnssGeofenceProviderTest.java | 41 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/ |
D | GnssGeofenceProvider.java | 53 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/ |
D | GeofenceHardware.java | 270 public boolean addGeofence(int geofenceId, int monitoringType, GeofenceHardwareRequest in addGeofence() method in GeofenceHardware
|
/frameworks/base/location/java/android/location/ |
D | LocationManager.java | 1169 public void addGeofence( in addGeofence() method in LocationManager
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_GnssLocationProvider.cpp | 2509 auto result = gnssGeofencingIface->addGeofence( in android_location_GnssGeofenceProvider_add_geofence()
|
/frameworks/base/api/ |
D | system-current.txt | 2437 …method public boolean addGeofence(int, int, android.hardware.location.GeofenceHardwareRequest, and…
|
/frameworks/base/services/ |
D | art-profile | 8026 PLcom/android/server/location/GnssGeofenceProvider$GnssGeofenceProviderNative;->addGeofence(IDDDIII…
|