Searched refs:byPackage (Results 1 – 1 of 1) sorted by relevance
354 final ArrayMap<String, ArrayList<PendingIntentRecord>> byPackage = new ArrayMap<>(); in dumpPendingIntents() local368 ArrayList<PendingIntentRecord> list = byPackage.get(rec.key.packageName); in dumpPendingIntents()371 byPackage.put(rec.key.packageName, list); in dumpPendingIntents()375 for (int i = 0; i < byPackage.size(); i++) { in dumpPendingIntents()376 ArrayList<PendingIntentRecord> intents = byPackage.valueAt(i); in dumpPendingIntents()378 pw.print(" * "); pw.print(byPackage.keyAt(i)); in dumpPendingIntents()