Searched refs:evictAll (Results 1 - 13 of 13) sorted by path

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java239 mPreparedStatementCache.evictAll();
/frameworks/base/core/java/android/util/
H A DLruCache.java307 public final void evictAll() { method in class:LruCache
/frameworks/base/core/java/android/widget/
H A DSpellChecker.java142 mSuggestionSpanCache.evictAll();
/frameworks/base/core/tests/coretests/src/android/util/
H A DLruCacheTest.java307 cache.evictAll();
321 cache.evictAll();
384 cache.evictAll(); // multiple eviction
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentsApplication.java47 thumbnails.evictAll();
92 mThumbnails.evictAll();
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java535 cache.evictAll();
660 cache.evictAll();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DKeyStoreLruCache.java79 final void evictAll() { method in class:KeyStoreLruCache
80 mCache.evictAll();
H A DRecentsTaskLoader.java602 mThumbnailCache.evictAll();
603 mApplicationIconCache.evictAll();
605 mActivityLabelCache.evictAll();
/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java104 mPeopleCache.evictAll();
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLruCache.java318 public final void evictAll() { method in class:LruCache
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pGroupList.java115 mGroups.evictAll();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DViewsStateBundle.java60 mChildStates.evictAll();
89 mChildStates.evictAll();
/frameworks/support/v4/java/android/support/v4/util/
H A DLruCache.java270 public final void evictAll() { method in class:LruCache

Completed in 286 milliseconds