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

/frameworks/base/services/java/com/android/server/location/
H A DGeofenceManager.java83 private List<GeofenceState> mFences = new LinkedList<GeofenceState>(); field in class:GeofenceManager
130 for (int i = mFences.size() - 1; i >= 0; i--) {
131 GeofenceState w = mFences.get(i);
134 mFences.remove(i);
138 mFences.add(state);
149 Iterator<GeofenceState> iter = mFences.iterator();
175 Iterator<GeofenceState> iter = mFences.iterator();
188 Iterator<GeofenceState> iter = mFences.iterator();
214 if (location == null && !mFences.isEmpty()) {
258 for (GeofenceState state : mFences) {
[all...]

Completed in 149 milliseconds