Searched refs:GeofenceState (Results 1 – 2 of 2) sorted by relevance
88 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 …]
27 public class GeofenceState { class46 public GeofenceState(Geofence fence, long expireAt, in GeofenceState() method in GeofenceState