Home
last modified time | relevance | path

Searched refs:clearCache (Results 1 – 25 of 31) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/log/src/com/android/systemui/log/
H A DLogcatEchoTrackerDebug.kt55 private fun clearCache() { regex
69 clearCache()
80 clearCache()
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionStack.java92 clearCache(record.getUserId()); in addSession()
118 clearCache(record.getUserId()); in removeSession()
161 clearCache(record.getUserId()); in onPlaybackStateChanged()
189 clearCache(record.getUserId()); in onSessionActiveStateChanged()
415 private void clearCache(int userId) { in clearCache() method in MediaSessionStack
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsStorageTests.java133 mStorage.clearCache(); in testKeyValue_InitializeWorked()
141 mStorage.clearCache(); in testKeyValue_WriteThenRead()
183 mStorage.clearCache(); in testKeyValue_ReadWriteConcurrency()
205 mStorage.clearCache(); in testKeyValue_ReadRemoveConcurrency()
264 mStorage.clearCache(); in testKeyValue_CacheStarvedWriter()
277 mStorage.clearCache(); in testNullKey()
300 mStorage.clearCache(); in testProfileLock_ReadWriteChildProfileLock()
310 mStorage.clearCache(); in testPrefetch()
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DCachedFrameManager.java86 public void clearCache() { in clearCache() method in CachedFrameManager
95 clearCache(); in tearDown()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotifRemoteViewCache.java74 void clearCache(NotificationEntry entry); in clearCache() method
H A DNotifRemoteViewCacheImpl.java87 public void clearCache(NotificationEntry entry) { in clearCache() method in NotifRemoteViewCacheImpl
/aosp14/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java123 webView.clearCache(true); in navigate()
140 webView.clearCache(true); in onDestroy()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationSectionsFeatureManager.kt76 fun clearCache() { regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationSectionsFeatureManagerTest.kt52 manager!!.clearCache()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DMediaArtworkProcessorTest.kt57 processor.clearCache()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotifRemoteViewCacheImplTest.java102 mNotifRemoteViewCache.clearCache(mEntry); in testClearCache()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DMediaArtworkProcessor.kt97 fun clearCache() { regex
H A DNotificationMediaManager.java178 mMediaArtworkProcessor.clearCache();
484 mMediaArtworkProcessor.clearCache(); in clearCurrentMediaNotificationSession()
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityDisplayProxy.java212 AccessibilityInteractionClient.getInstance().clearCache(mConnectionId); in sendServiceInfos()
H A DAccessibilityInteractionClient.java1125 public void clearCache(int connectionId) { in clearCache() method in AccessibilityInteractionClient
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DUidDetailProvider.java71 public void clearCache() { in clearCache() method in UidDetailProvider
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameManager.java379 public void clearCache() { in clearCache() method in FrameManager
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DRenderInfo.kt78 fun clearCache() { regex
H A DControlsUiControllerImpl.kt778 if (!retainCache) RenderInfo.clearCache()
/aosp14/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java2400 public boolean clearCache() { in clearCache() method in AccessibilityService
2590 AccessibilityInteractionClient.getInstance(this).clearCache(mConnectionId); in sendServiceInfo()
2903 .clearCache(mConnectionId);
2949 AccessibilityInteractionClient.getInstance(mContext).clearCache(mConnectionId);
/aosp14/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java224 public void clearCache(boolean includeDiskFiles); in clearCache() method
H A DWebView.java1436 public void clearCache(boolean includeDiskFiles) { in clearCache() method in WebView
1438 mProvider.clearCache(includeDiskFiles); in clearCache()
/aosp14/frameworks/base/core/java/android/app/
H A DUiAutomation.java522 public boolean clearCache() { in clearCache() method in UiAutomation
743 AccessibilityInteractionClient.getInstance().clearCache(mConnectionId); in setServiceInfo()
/aosp14/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DCaptivePortalLoginActivity.java100 mWebView.clearCache(true); in onCreate()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsStorage.java577 void clearCache() { in clearCache() method in LockSettingsStorage

12