Searched refs:mRecentIntentsPerUid (Results 1 – 1 of 1) sorted by relevance
98 private final SparseArray<RingBuffer<String>> mRecentIntentsPerUid = new SparseArray<>(); field in PendingIntentController509 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()