OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GeofenceState
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/location/
GeofenceManager.java
83
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
> iter = mFences.iterator()
[
all
...]
GeofenceState.java
27
public class
GeofenceState
{
46
public
GeofenceState
(Geofence fence, long expireAt,
Completed in 4801 milliseconds