Searched refs:byPackage (Results 1 – 1 of 1) sorted by relevance
329 final ArrayMap<String, ArrayList<PendingIntentRecord>> byPackage = new ArrayMap<>(); in dumpPendingIntents() local343 ArrayList<PendingIntentRecord> list = byPackage.get(rec.key.packageName); in dumpPendingIntents()346 byPackage.put(rec.key.packageName, list); in dumpPendingIntents()350 for (int i = 0; i < byPackage.size(); i++) { in dumpPendingIntents()351 ArrayList<PendingIntentRecord> intents = byPackage.valueAt(i); in dumpPendingIntents()353 pw.print(" * "); pw.print(byPackage.keyAt(i)); in dumpPendingIntents()