OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exitintents
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/services/java/com/android/server/location/
GeofenceManager.java
242
List<PendingIntent>
exitIntents
= new LinkedList<PendingIntent>();
286
exitIntents
.add(state.mIntent);
339
for (PendingIntent intent :
exitIntents
) {
Completed in 45 milliseconds