HomeSort by relevance Sort by last modified time
    Searched refs:StartItem (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 114 static class StartItem {
127 StartItem(ServiceRecord _sr, boolean _taskRemoved, int _id, Intent _intent,
158 .append(" StartItem ")
165 final ArrayList<StartItem> deliveredStarts = new ArrayList<StartItem>();
167 final ArrayList<StartItem> pendingStarts = new ArrayList<StartItem>();
170 void dumpStartList(PrintWriter pw, String prefix, List<StartItem> list, long now) {
173 StartItem si = list.get(i);
394 public StartItem findDeliveredStart(int id, boolean remove)
    [all...]
ActiveServices.java 316 r.pendingStarts.add(new ServiceRecord.StartItem(r, false, r.makeNextStartId(),
507 ServiceRecord.StartItem si = r.findDeliveredStart(startId, false);
510 ServiceRecord.StartItem cur = r.deliveredStarts.remove(0);
    [all...]

Completed in 273 milliseconds