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