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

/frameworks/base/services/core/java/com/android/server/location/
H A DGeofenceManager.java83 private List<GeofenceState> mFences = new LinkedList<GeofenceState>();
126 GeofenceState state = new GeofenceState(geofence,
131 GeofenceState w = mFences.get(i);
149 Iterator<GeofenceState> iter = mFences.iterator();
151 GeofenceState state = iter.next();
175 Iterator<GeofenceState> iter = mFences.iterator();
177 GeofenceState state = iter.next();
188 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 122 milliseconds