Searched defs:list (Results 51 - 51 of 51) sorted by relevance

123

/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java251 // LRU background list.
292 * The object at the top of the list is the currently activity broadcasts;
348 * time it was added to the list.
396 * The first entry in the list is the least recently used.
397 * It contains ApplicationRecord objects. This list does NOT include
469 * need one (instead of a list) because we always process broadcasts
598 * removed from this list once it is published.
1836 // If this is a new package in the process, add the package to the list
1880 // If this is a new package in the process, add the package to the list
2323 // Look for the original activity in the list
6868 writeLastDonePreBootReceivers(ArrayList<ComponentName> list) argument
9359 dumpHistoryList(FileDescriptor fd, PrintWriter pw, List list, String prefix, String label, boolean complete, boolean brief, boolean client, String dumpPackage) argument
9436 dumpProcessList(PrintWriter pw, ActivityManagerService service, List list, String prefix, String normalLabel, String persistentLabel, String dumpPackage) argument
[all...]

Completed in 27 milliseconds

123