Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryCache.java55 public @interface CacheType { annotation in RotaryCache
151 private final @CacheType int mCacheType;
156 FocusHistoryCache(@CacheType int cacheType, int size, int expirationTimeMs) { in FocusHistoryCache()
200 private final @CacheType int mCacheType;
205 FocusAreaHistoryCache(@CacheType int cacheType, int size, int expirationTimeMs) { in FocusAreaHistoryCache()
247 @CacheType
251 FocusWindowCache(@CacheType int cacheType, int size, int expirationTimeMs) { in FocusWindowCache()
321 RotaryCache(@CacheType int focusHistoryCacheType, in RotaryCache()
324 @CacheType int focusAreaHistoryCacheType, in RotaryCache()
327 @CacheType int focusWindowCacheType, in RotaryCache()
DNavigator.java58 Navigator(@RotaryCache.CacheType int focusHistoryCacheType, in Navigator()
61 @RotaryCache.CacheType int focusAreaHistoryCacheType, in Navigator()
64 @RotaryCache.CacheType int focusWindowCacheType, in Navigator()
DRotaryService.java284 @RotaryCache.CacheType int focusHistoryCacheType = in onCreate()
291 @RotaryCache.CacheType int focusAreaHistoryCacheType = in onCreate()
298 @RotaryCache.CacheType int focusWindowCacheType = in onCreate()