Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/
H A DIContentService.aidl193 Bundle getCache(in String packageName, in Uri key, int userId); in getCache() method
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityInteractionClient.java305 public static AccessibilityCache getCache(int connectionId) { in getCache() method in AccessibilityInteractionClient
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java1115 private static <T extends Cache> T getCache(T[] caches, int hash, int[] outLeastUsedIndex) { in getCache() method in SplashscreenContentDrawer.ColorCache
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java1384 public Bundle getCache(String packageName, Uri key, int userId) { in getCache() method in ContentService