Searched refs:byPackage (Results 1 – 1 of 1) sorted by relevance
367 final ArrayMap<String, ArrayList<PendingIntentRecord>> byPackage = new ArrayMap<>(); in dumpPendingIntents() local381 ArrayList<PendingIntentRecord> list = byPackage.get(rec.key.packageName); in dumpPendingIntents()384 byPackage.put(rec.key.packageName, list); in dumpPendingIntents()388 for (int i = 0; i < byPackage.size(); i++) { in dumpPendingIntents()389 ArrayList<PendingIntentRecord> intents = byPackage.valueAt(i); in dumpPendingIntents()391 pw.print(" * "); pw.print(byPackage.keyAt(i)); in dumpPendingIntents()