Searched refs:mRecentIntentsPerUid (Results 1 – 1 of 1) sorted by relevance
94 private final SparseArray<RingBuffer<String>> mRecentIntentsPerUid = new SparseArray<>(); field in PendingIntentController433 mRecentIntentsPerUid.put(uid, recentHistory); in incrementUidStatLocked()435 recentHistory = mRecentIntentsPerUid.get(uid); in incrementUidStatLocked()449 mRecentIntentsPerUid.remove(uid); in incrementUidStatLocked()464 mRecentIntentsPerUid.delete(uid); in decrementUidStatLocked()