/aosp14/frameworks/base/core/tests/coretests/src/android/view/accessibility/ |
H A D | AccessibilityInteractionClientTest.java | 86 AccessibilityCache firstCache = AccessibilityInteractionClient.getCache(MOCK_CONNECTION_ID); in getCache_differentConnections_returnsDifferentCaches() 87 AccessibilityCache secondCache = AccessibilityInteractionClient.getCache( in getCache_differentConnections_returnsDifferentCaches() 101 AccessibilityCache cache = AccessibilityInteractionClient.getCache( in getCache_addConnectionWithoutCache_returnsNullCache() 108 AccessibilityCache cache = AccessibilityInteractionClient.getCache(MOCK_CONNECTION_ID); in getCache_removeConnection_returnsNull() 112 cache = AccessibilityInteractionClient.getCache(MOCK_CONNECTION_ID); in getCache_removeConnection_returnsNull()
|
/aosp14/frameworks/base/core/java/android/view/accessibility/ |
H A D | AccessibilityInteractionClient.java | 305 public static AccessibilityCache getCache(int connectionId) { in getCache() method in AccessibilityInteractionClient 402 AccessibilityCache cache = getCache(connectionId); in getWindow() 489 AccessibilityCache cache = getCache(connectionId); in getWindowsOnAllDisplays() 605 AccessibilityCache cache = getCache(connectionId); in findAccessibilityNodeInfoByAccessibilityId() 940 AccessibilityCache cache = getCache(connectionId); in findFocus() 1126 AccessibilityCache cache = getCache(connectionId); in clearCache() 1151 AccessibilityCache cache = getCache(connectionId); in onAccessibilityEvent() 1444 AccessibilityCache cache = getCache(connectionId); in finalizeAndCacheAccessibilityNodeInfo()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | IContentService.aidl | 193 Bundle getCache(in String packageName, in Uri key, int userId); in getCache() method
|
H A D | ContentResolver.java | 3778 public @Nullable Bundle getCache(@NonNull Uri key) { 3780 final Bundle bundle = getContentService().getCache(mContext.getPackageName(), key,
|
/aosp14/frameworks/base/core/java/android/accessibilityservice/ |
H A D | AccessibilityService.java | 2364 AccessibilityInteractionClient.getCache(mConnectionId); in setCacheEnabled() 2390 AccessibilityInteractionClient.getCache(mConnectionId); in clearCachedSubtree() 2402 AccessibilityInteractionClient.getCache(mConnectionId); in clearCache() 2416 AccessibilityInteractionClient.getCache(mConnectionId); in isNodeInCache() 2426 AccessibilityInteractionClient.getCache(mConnectionId); in isCacheEnabled()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | SplashscreenContentDrawer.java | 1115 private static <T extends Cache> T getCache(T[] caches, int hash, int[] outLeastUsedIndex) { in getCache() method in SplashscreenContentDrawer.ColorCache 1144 final WindowColor windowColor = getCache(colors.mWindowColors, hash, in getWindowColor() 1165 final IconColor iconColor = getCache(colors.mIconColors, hash, leastUsedIndex); in getIconColor()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | UiAutomation.java | 528 final AccessibilityCache cache = AccessibilityInteractionClient.getCache(connectionId); in clearCache() 551 final AccessibilityCache cache = AccessibilityInteractionClient.getCache(connectionId); in isNodeInCache()
|
/aosp14/frameworks/base/services/core/java/com/android/server/content/ |
H A D | ContentService.java | 1384 public Bundle getCache(String packageName, Uri key, int userId) { in getCache() method in ContentService
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 3431 …Permission("android.permission.CACHE_CONTENT") public android.os.Bundle getCache(@NonNull android.…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 10183 Landroid/content/ContentResolver;->getCache(Landroid/net/Uri;)Landroid/os/Bundle; 10416 Landroid/content/IContentService$Stub$Proxy;->getCache(Ljava/lang/String;Landroid/net/Uri;I)Landroi… 10494 Landroid/content/IContentService;->getCache(Ljava/lang/String;Landroid/net/Uri;I)Landroid/os/Bundle; 32482 Landroid/net/http/HttpResponseCache;->getCache()Lcom/android/okhttp/Cache;
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 2984 HPLcom/android/server/content/ContentService;->getCache(Ljava/lang/String;Landroid/net/Uri;I)Landro…
|