Searched refs:recentHistory (Results 1 – 1 of 1) sorted by relevance
533 RingBuffer<String> recentHistory = null; in incrementUidStatLocked() local535 recentHistory = new RingBuffer(String.class, RECENT_N); in incrementUidStatLocked()536 mRecentIntentsPerUid.put(uid, recentHistory); in incrementUidStatLocked()538 recentHistory = mRecentIntentsPerUid.get(uid); in incrementUidStatLocked()540 if (recentHistory == null) { in incrementUidStatLocked()544 recentHistory.append(pir.key.toString()); in incrementUidStatLocked()549 + ", recent " + RECENT_N + ": " + Arrays.toString(recentHistory.toArray())); in incrementUidStatLocked()