Home
last modified time | relevance | path

Searched refs:lastDoneReceivers (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java11469 ArrayList<ComponentName> lastDoneReceivers = new ArrayList<ComponentName>(); in readLastDonePreBootReceivers() local
11488 lastDoneReceivers.add(new ComponentName(pkg, cls)); in readLastDonePreBootReceivers()
11503 return lastDoneReceivers; in readLastDonePreBootReceivers()
11620 ArrayList<ComponentName> lastDoneReceivers = readLastDonePreBootReceivers(); in deliverPreBootCompleted() local
11624 if (lastDoneReceivers.contains(comp)) { in deliverPreBootCompleted()