Searched refs:cacheType (Results 1 – 2 of 2) sorted by relevance
84 FocusCache(@CacheType int cacheType, final long expirationPeriodMs) { in FocusCache() argument85 mCacheType = cacheType; in FocusCache()144 FocusAreaCache(@CacheType int cacheType, int expirationPeriodMs) { in FocusAreaCache() argument145 mCacheType = cacheType; in FocusAreaCache()
392 FrameManager(GraphRunner runner, int cacheType) { in FrameManager() argument394 switch (cacheType) { in FrameManager()405 throw new IllegalArgumentException("Unknown cache-type " + cacheType + "!"); in FrameManager()