Home
last modified time | relevance | path

Searched refs:clearEmptyCache (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/tests/unit/src/com/android/tv/util/
DMultiLongSparseArrayTest.java53 sparseArray.clearEmptyCache(); in testClearEmptyCache()
58 sparseArray.clearEmptyCache(); in testClearEmptyCache()
64 sparseArray.clearEmptyCache(); in testMaxEmptyCacheSize()
74 sparseArray.clearEmptyCache(); in testMaxEmptyCacheSize()
80 sparseArray.clearEmptyCache(); in testReuseEmptySets()
/packages/apps/TV/src/com/android/tv/util/
DMultiLongSparseArray.java88 public void clearEmptyCache() { in clearEmptyCache() method in MultiLongSparseArray
/packages/apps/TV/src/com/android/tv/data/
DProgramDataManager.java757 mChannelId2ProgramUpdatedListeners.clearEmptyCache(); in performTrimMemory()