Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DCacheManager.java39 public static BlobCache getCache(Context context, String filename, in getCache() method in CacheManager
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryDiffEntry.java265 private BatteryEntry.NameAndIcon getCache() { in getCache() method in BatteryDiffEntry
/aosp12/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/browse/
H A DMediaItemsRepository.java214 private PerMediaSourceCache getCache() { in getCache() method in MediaItemsRepository
/aosp12/frameworks/base/core/java/android/content/
H A DIContentService.aidl192 Bundle getCache(in String packageName, in Uri key, int userId); in getCache() method
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java910 private static <T extends Cache> T getCache(T[] caches, int hash, int[] outLeastUsedIndex) { in getCache() method in SplashscreenContentDrawer.ColorCache
/aosp12/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java1299 public Bundle getCache(String packageName, Uri key, int userId) { in getCache() method in ContentService