Home
last modified time | relevance | path

Searched refs:onCacheEvicted (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/cache/
DCacheManager.java96 void onCacheEvicted(String id, long createdTimeMs); in onCacheEvicted() method
428 listener.onCacheEvicted(earliestCacheId, earliestCache.getCreatedTimeMs()); in maybeEvictCache()
DRecordingSampleBuffer.java413 public void onCacheEvicted(String id, long createdTimeMs) { in onCacheEvicted() method in RecordingSampleBuffer