Searched refs:toComponentKey (Results 1 – 2 of 2) sorted by relevance
67 Map<Size, CacheResult> cacheResults = mCache.get(toComponentKey(item)); in getCacheResult()85 ComponentKey key = toComponentKey(item); in putCacheResult()106 ComponentKey key = toComponentKey(item); in removeCacheResult()205 Map<Size, CacheResult> previousMap = mCache.remove(toComponentKey(item)); in clearPreviews()286 private static ComponentKey toComponentKey(@NonNull WidgetItem item) { in toComponentKey() method in CachingWidgetPreviewLoader
142 public ComponentKey toComponentKey() { in toComponentKey() method in AppInfo