Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DGnssGeofenceProvider.java19 private static class GeofenceEntry { class in GnssGeofenceProvider
35 private final SparseArray<GeofenceEntry> mGeofenceEntries = new SparseArray<>();
52 GeofenceEntry entry = mGeofenceEntries.valueAt(i); in resumeIfStarted()
81 GeofenceEntry entry = new GeofenceEntry(); in addCircularHardwareGeofence()
112 GeofenceEntry entry = mGeofenceEntries.get(geofenceId); in pauseHardwareGeofence()
126 GeofenceEntry entry = mGeofenceEntries.get(geofenceId); in resumeHardwareGeofence()