Home
last modified time | relevance | path

Searched refs:getCache (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DAccessibilityInteractionClientTest.java86 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 DAccessibilityInteractionClient.java305 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 DIContentService.aidl193 Bundle getCache(in String packageName, in Uri key, int userId); in getCache() method
H A DContentResolver.java3778 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 DAccessibilityService.java2364 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 DSplashscreenContentDrawer.java1115 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 DUiAutomation.java528 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 DContentService.java1384 public Bundle getCache(String packageName, Uri key, int userId) { in getCache() method in ContentService
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt3431 …Permission("android.permission.CACHE_CONTENT") public android.os.Bundle getCache(@NonNull android.…
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10183 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 Dart-profile2984 HPLcom/android/server/content/ContentService;->getCache(Ljava/lang/String;Landroid/net/Uri;I)Landro…