Searched refs:countsByUid (Results 1 – 1 of 1) sorted by relevance
454 final SparseIntArray countsByUid = new SparseIntArray(); in dumpPendingIntentStatsForStatsd() local462 int index = countsByUid.indexOfKey(record.uid); in dumpPendingIntentStatsForStatsd()465 countsByUid.put(record.uid, 1); in dumpPendingIntentStatsForStatsd()469 countsByUid.put(record.uid, countsByUid.valueAt(index) + 1); in dumpPendingIntentStatsForStatsd()477 for (int i = 0, size = countsByUid.size(); i < size; i++) { in dumpPendingIntentStatsForStatsd()479 countsByUid.keyAt(i), in dumpPendingIntentStatsForStatsd()480 countsByUid.valueAt(i), in dumpPendingIntentStatsForStatsd()