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

/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java107 int deliveryCount; field in class:ServiceRecord.StartItem
166 if (si.deliveryCount != 0) {
167 pw.print(" dc="); pw.print(si.deliveryCount);
H A DActivityManagerService.java10576 si.deliveryCount++;
10587 if (si.deliveryCount > 0) {
10709 } else if (!allowCancel || (si.deliveryCount < ServiceRecord.MAX_DELIVERY_COUNT
11644 si.deliveryCount = 0;

Completed in 106 milliseconds