Home
last modified time | relevance | path

Searched refs:bundleSizesByUid (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentController.java455 final SparseIntArray bundleSizesByUid = new SparseIntArray(); in dumpPendingIntentStatsForStatsd() local
466 bundleSizesByUid.put(record.uid, in dumpPendingIntentStatsForStatsd()
470 bundleSizesByUid.put(record.uid, in dumpPendingIntentStatsForStatsd()
471 bundleSizesByUid.valueAt(index) in dumpPendingIntentStatsForStatsd()
481 /* NB: int conversion here */ bundleSizesByUid.valueAt(i) / 1024)); in dumpPendingIntentStatsForStatsd()