Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentController.java98 private final SparseArray<RingBuffer<String>> mRecentIntentsPerUid = new SparseArray<>(); field in PendingIntentController
509 mRecentIntentsPerUid.put(uid, recentHistory); in incrementUidStatLocked()
511 recentHistory = mRecentIntentsPerUid.get(uid); in incrementUidStatLocked()
525 mRecentIntentsPerUid.remove(uid); in incrementUidStatLocked()
540 mRecentIntentsPerUid.delete(uid); in decrementUidStatLocked()