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

/frameworks/base/services/core/java/com/android/server/location/
H A DGeofenceManager.java87 private List<GeofenceState> mFences = new LinkedList<GeofenceState>();
158 GeofenceState state = new GeofenceState(geofence,
163 GeofenceState w = mFences.get(i);
181 Iterator<GeofenceState> iter = mFences.iterator();
183 GeofenceState state = iter.next();
207 Iterator<GeofenceState> iter = mFences.iterator();
209 GeofenceState state = iter.next();
220 Iterator<GeofenceState> ite
[all...]
H A DGeofenceState.java27 public class GeofenceState { class
46 public GeofenceState(Geofence fence, long expireAt, method in class:GeofenceState

Completed in 139 milliseconds