Searched refs:countsByUid (Results 1 – 1 of 1) sorted by relevance
481 final SparseIntArray countsByUid = new SparseIntArray(); in dumpPendingIntentStatsForStatsd() local489 int index = countsByUid.indexOfKey(record.uid); in dumpPendingIntentStatsForStatsd()492 countsByUid.put(record.uid, 1); in dumpPendingIntentStatsForStatsd()496 countsByUid.put(record.uid, countsByUid.valueAt(index) + 1); in dumpPendingIntentStatsForStatsd()504 for (int i = 0, size = countsByUid.size(); i < size; i++) { in dumpPendingIntentStatsForStatsd()506 countsByUid.keyAt(i), in dumpPendingIntentStatsForStatsd()507 countsByUid.valueAt(i), in dumpPendingIntentStatsForStatsd()