Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DBitmapCachingAsset.java40 private static class CacheKey { class in BitmapCachingAsset
49 CacheKey(Asset asset, int width, int height) { in CacheKey() method in BitmapCachingAsset.CacheKey
53 CacheKey(Asset asset, int width, int height, boolean rtl, Rect rect) { in CacheKey() method in BitmapCachingAsset.CacheKey
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsServiceCache.java46 private static class CacheKey { class in MdnsServiceCache
50 CacheKey(@NonNull String serviceType, @Nullable Network network) { in CacheKey() method in MdnsServiceCache.CacheKey
/packages/apps/DocumentsUI/src/com/android/documentsui/
DThumbnailCache.java359 private static class CacheKey { class in ThumbnailCache
364 CacheKey(Uri uri, UserId userId, Point point) { in CacheKey() method in ThumbnailCache.CacheKey