Searched refs:mRecentIntentsPerUid (Results 1 – 1 of 1) sorted by relevance
95 private final SparseArray<RingBuffer<String>> mRecentIntentsPerUid = new SparseArray<>(); field in PendingIntentController446 mRecentIntentsPerUid.put(uid, recentHistory); in incrementUidStatLocked()448 recentHistory = mRecentIntentsPerUid.get(uid); in incrementUidStatLocked()462 mRecentIntentsPerUid.remove(uid); in incrementUidStatLocked()477 mRecentIntentsPerUid.delete(uid); in decrementUidStatLocked()