Home
last modified time | relevance | path

Searched defs:FocusAreaHistoryCache (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryCache.java197 private class FocusAreaHistoryCache extends LruCache<FocusAreaHistory, FocusHistory> { class in RotaryCache
205 FocusAreaHistoryCache(@CacheType int cacheType, int size, int expirationTimeMs) { in FocusAreaHistoryCache() method in RotaryCache.FocusAreaHistoryCache