Searched defs:apps (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
H A DIntentBindRecord.java36 /** All apps that have bound to this Intent. */
37 final ArrayMap<ProcessRecord, AppBindRecord> apps field in class:IntentBindRecord
66 for (int i=0; i<apps.size(); i++) {
67 AppBindRecord a = apps.valueAt(i);
82 for (int i=apps.size()-1; i>=0; i--) {
83 AppBindRecord app = apps.valueAt(i);
/frameworks/base/core/java/android/os/
H A DBatteryStats.java2383 PrintWriter pw, List<ApplicationInfo> apps, boolean isUnpluggedOnly,
2404 if (apps != null) {
2406 for (int i=0; i<apps.size(); i++) {
2407 ApplicationInfo ai = apps.get(i);
2382 dumpCheckinLocked( PrintWriter pw, List<ApplicationInfo> apps, boolean isUnpluggedOnly, boolean includeHistory) argument

Completed in 234 milliseconds