HomeSort by relevance Sort by last modified time
    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