Searched refs:oldest (Results 1 – 5 of 5) sorted by relevance
123 int oldest = mAvailableFrames.firstKey(); in dropOldestFrame() local124 Frame frame = mAvailableFrames.get(oldest); in dropOldestFrame()127 mAvailableFrames.remove(oldest); in dropOldestFrame()
1157 TagData oldest = null; in findOrCreateTag() local1172 if (oldest == null || current.lastUsedTime < oldest.lastUsedTime) { in findOrCreateTag()1174 oldest = current; in findOrCreateTag()1190 Slog.d(TAG, "Removing tag index: " + oldestIndex + " = " + oldest); in findOrCreateTag()
708 Instant oldest = null;720 } else if (oldest == null || oldest.isAfter(rollbackTimestamp)) {721 oldest = rollbackTimestamp;725 if (oldest != null) {727 oldest.plusMillis(mRollbackLifetimeDurationInMillis), ChronoUnit.MILLIS);
795 Bubble oldest = mOverflowBubbles.get(mOverflowBubbles.size() - 1); in overflowBubble() local797 Log.d(TAG, "Overflow full. Remove: " + oldest); in overflowBubble()799 mStateChange.bubbleRemoved(oldest, Bubbles.DISMISS_OVERFLOW_MAX_REACHED); in overflowBubble()801 mOverflowBubbles.remove(oldest); in overflowBubble()802 mStateChange.removedOverflowBubble = oldest; in overflowBubble()
499 int oldest = mFileNumbers.remove(0); in cleanupLocked() local500 getFile(oldest).delete(); in cleanupLocked()507 int oldest = mFileNumbers.get(0); in cleanupLocked() local508 getFile(oldest).delete(); in cleanupLocked()