Searched refs:mMaxCacheSize (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/cache/
H A DTrickplayStorageManager.java45 private final long mMaxCacheSize; field in class:TrickplayStorageManager
60 mMaxCacheSize = maxCacheSize;
84 return cacheSize - pendingDelete > mMaxCacheSize;

Completed in 136 milliseconds