Searched refs:recentHistory (Results 1 – 1 of 1) sorted by relevance
506 RingBuffer<String> recentHistory = null; in incrementUidStatLocked() local508 recentHistory = new RingBuffer(String.class, RECENT_N); in incrementUidStatLocked()509 mRecentIntentsPerUid.put(uid, recentHistory); in incrementUidStatLocked()511 recentHistory = mRecentIntentsPerUid.get(uid); in incrementUidStatLocked()513 if (recentHistory == null) { in incrementUidStatLocked()517 recentHistory.append(pir.key.toString()); in incrementUidStatLocked()522 + ", recent " + RECENT_N + ": " + Arrays.toString(recentHistory.toArray())); in incrementUidStatLocked()