Searched refs:mRecentIntentsPerUid (Results 1 – 1 of 1) sorted by relevance
102 private final SparseArray<RingBuffer<String>> mRecentIntentsPerUid = new SparseArray<>(); field in PendingIntentController536 mRecentIntentsPerUid.put(uid, recentHistory); in incrementUidStatLocked()538 recentHistory = mRecentIntentsPerUid.get(uid); in incrementUidStatLocked()552 mRecentIntentsPerUid.remove(uid); in incrementUidStatLocked()567 mRecentIntentsPerUid.delete(uid); in decrementUidStatLocked()