Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DIContentService.aidl195 Bundle getCache(in String packageName, in Uri key, int userId); in getCache() method
/frameworks/base/core/java/android/app/
DUiAutomation.java565 public @Nullable AccessibilityCache getCache() { in getCache() method in UiAutomation
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityInteractionClient.java311 public static AccessibilityCache getCache(int connectionId) { in getCache() method in AccessibilityInteractionClient
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java1122 private static <T extends Cache> T getCache(T[] caches, int hash, int[] outLeastUsedIndex) { in getCache() method in SplashscreenContentDrawer.ColorCache
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java1385 public Bundle getCache(String packageName, Uri key, int userId) { in getCache() method in ContentService