Searched refs:oldestIndex (Results 1 – 2 of 2) sorted by relevance
1158 int oldestIndex = -1; in findOrCreateTag() local1173 oldestIndex = i; in findOrCreateTag()1190 Slog.d(TAG, "Removing tag index: " + oldestIndex + " = " + oldest); in findOrCreateTag()1192 mCallback.onIndexRemoved(oldestIndex); in findOrCreateTag()1194 setToIndex(tag, firstAvailable != -1 ? firstAvailable : oldestIndex); in findOrCreateTag()
1392 int oldestIndex = -1; in addInfoLocked() local1398 oldestIndex = i; in addInfoLocked()1401 if (oldestIndex >= 0) { in addInfoLocked()1402 final File traceFile = map.valueAt(oldestIndex).getTraceFile(); in addInfoLocked()1406 map.removeAt(oldestIndex); in addInfoLocked()