Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/accessibility/
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()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityInteractionClient.java311 public static AccessibilityCache getCache(int connectionId) { in getCache() method in AccessibilityInteractionClient
408 AccessibilityCache cache = getCache(connectionId); in getWindow()
495 AccessibilityCache cache = getCache(connectionId); in getWindowsOnAllDisplays()
611 AccessibilityCache cache = getCache(connectionId); in findAccessibilityNodeInfoByAccessibilityId()
955 AccessibilityCache cache = getCache(connectionId); in findFocus()
1141 AccessibilityCache cache = getCache(connectionId); in clearCache()
1166 AccessibilityCache cache = getCache(connectionId); in onAccessibilityEvent()
1467 AccessibilityCache cache = getCache(connectionId); in finalizeAndCacheAccessibilityNodeInfo()
/frameworks/base/apct-tests/perftests/core/src/android/accessibility/
DAccessibilityPerfTest.java132 uiAutomation.getCache().registerOnNodeAddedListener( in testPrefetching()
/frameworks/base/core/java/android/content/
DIContentService.aidl195 Bundle getCache(in String packageName, in Uri key, int userId); in getCache() method
DContentResolver.java3778 public @Nullable Bundle getCache(@NonNull Uri key) {
3780 final Bundle bundle = getContentService().getCache(mContext.getPackageName(), key,
/frameworks/base/core/java/android/app/
DUiAutomation.java529 final AccessibilityCache cache = AccessibilityInteractionClient.getCache(connectionId); in clearCache()
552 final AccessibilityCache cache = AccessibilityInteractionClient.getCache(connectionId); in isNodeInCache()
565 public @Nullable AccessibilityCache getCache() { in getCache() method in UiAutomation
571 return AccessibilityInteractionClient.getCache(connectionId); in getCache()
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityService.java2423 AccessibilityInteractionClient.getCache(mConnectionId); in setCacheEnabled()
2449 AccessibilityInteractionClient.getCache(mConnectionId); in clearCachedSubtree()
2461 AccessibilityInteractionClient.getCache(mConnectionId); in clearCache()
2475 AccessibilityInteractionClient.getCache(mConnectionId); in isNodeInCache()
2485 AccessibilityInteractionClient.getCache(mConnectionId); in isCacheEnabled()
/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
1151 final WindowColor windowColor = getCache(colors.mWindowColors, hash, in getWindowColor()
1172 final IconColor iconColor = getCache(colors.mIconColors, hash, leastUsedIndex); in getIconColor()
/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
/frameworks/base/core/api/
Dsystem-current.txt3760 …Permission("android.permission.CACHE_CONTENT") public android.os.Bundle getCache(@NonNull android.…
/frameworks/base/boot/hiddenapi/
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;