Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DGeofenceManager.java88 private List<GeofenceState> mFences = new LinkedList<GeofenceState>();
160 GeofenceState state = new GeofenceState(geofence, in addFence()
165 GeofenceState w = mFences.get(i); in addFence()
183 Iterator<GeofenceState> iter = mFences.iterator(); in removeFence()
185 GeofenceState state = iter.next(); in removeFence()
209 Iterator<GeofenceState> iter = mFences.iterator(); in removeFence()
211 GeofenceState state = iter.next(); in removeFence()
222 Iterator<GeofenceState> iter = mFences.iterator(); in removeExpiredFencesLocked()
224 GeofenceState state = iter.next(); in removeExpiredFencesLocked()
292 for (GeofenceState state : mFences) { in updateFences()
[all …]
DGeofenceState.java27 public class GeofenceState { class
46 public GeofenceState(Geofence fence, long expireAt, in GeofenceState() method in GeofenceState