HomeSort by relevance Sort by last modified time
    Searched refs:evictAll (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
KeyStoreLruCache.java 80 final void evictAll() {
81 mCache.evictAll();
RecentsTaskLoader.java 551 mThumbnailCache.evictAll();
571 mThumbnailCache.evictAll();
572 mApplicationIconCache.evictAll();
574 mActivityLabelCache.evictAll();
575 mContentDescriptionCache.evictAll();
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DocumentsApplication.java 47 thumbnails.evictAll();
92 mThumbnails.evictAll();
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
RewriteResponseCacheControl.java 41 cache.evictAll();
  /libcore/luni/src/main/java/java/net/
AddressCache.java 94 cache.evictAll();
  /libcore/luni/src/main/java/libcore/util/
BasicLruCache.java 120 public synchronized final void evictAll() {
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
MediaCache.java 53 evictAll();
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ViewsStateBundle.java 60 mChildStates.evictAll();
89 mChildStates.evictAll();
  /external/conscrypt/src/platform/java/org/conscrypt/
CertPinManager.java 106 hostnameCache.evictAll();
  /frameworks/base/core/java/android/util/
LruCache.java 307 public final void evictAll() {
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
LruCache.java 318 public final void evictAll() {
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pGroupList.java 115 mGroups.evictAll();
  /frameworks/support/v4/java/android/support/v4/util/
LruCache.java 270 public final void evictAll() {
  /libcore/luni/src/test/java/libcore/util/
BasicLruCacheTest.java 123 cache.evictAll();
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewModel.java 312 sConversationHeaderMap.evictAll();
324 sConversationHeaderMap.evictAll();
  /frameworks/base/core/tests/coretests/src/android/util/
LruCacheTest.java 307 cache.evictAll();
321 cache.evictAll();
384 cache.evictAll(); // multiple eviction
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DiskLruCacheTest.java 883 @Test public void evictAll() throws Exception {
886 cache.evictAll();
896 cache.evictAll();
907 cache.evictAll();
917 cache.evictAll();
927 cache.evictAll();
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
ConnectionPool.java 227 public void evictAll() {
Cache.java 285 public void evictAll() throws IOException {
286 cache.evictAll();
  /frameworks/base/core/java/android/widget/
SpellChecker.java 142 mSuggestionSpanCache.evictAll();
    [all...]
  /external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/
Main.java 242 client.getConnectionPool().evictAll(); // Close any persistent connections.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidWordLevelSpellCheckerSession.java 97 mUnigramSuggestionsInfoCache.evictAll();
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 401 mMemoryCache.evictAll();
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 401 mMemoryCache.evictAll();
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageCache.java 401 mMemoryCache.evictAll();

Completed in 828 milliseconds

1 2 3 4