Searched refs:lastDoneReceivers (Results 1 – 1 of 1) sorted by relevance
11469 ArrayList<ComponentName> lastDoneReceivers = new ArrayList<ComponentName>(); in readLastDonePreBootReceivers() local11488 lastDoneReceivers.add(new ComponentName(pkg, cls)); in readLastDonePreBootReceivers()11503 return lastDoneReceivers; in readLastDonePreBootReceivers()11620 ArrayList<ComponentName> lastDoneReceivers = readLastDonePreBootReceivers(); in deliverPreBootCompleted() local11624 if (lastDoneReceivers.contains(comp)) { in deliverPreBootCompleted()