Searched refs:entryRemoved (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/util/
H A DLruCache.java29 * override {@link #entryRemoved}.
150 entryRemoved(false, key, createdValue, mapValue);
180 entryRemoved(false, key, previous, value);
220 entryRemoved(true, key, value, null);
243 entryRemoved(false, key, previous, null);
264 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} method in class:LruCache
275 * returns, the created value will be released with {@link #entryRemoved}
305 * Clear the cache, calling {@link #entryRemoved} on each removed entry.
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLruCache.java33 * override {@link #entryRemoved}.
155 entryRemoved(false, key, createdValue, mapValue);
185 entryRemoved(false, key, previous, value);
231 entryRemoved(true, key, value, null);
254 entryRemoved(false, key, previous, null);
275 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} method in class:LruCache
286 * returns, the created value will be released with {@link #entryRemoved}
316 * Clear the cache, calling {@link #entryRemoved} on each removed entry.
/frameworks/support/v4/java/android/support/v4/util/
H A DLruCache.java117 entryRemoved(false, key, createdValue, mapValue);
147 entryRemoved(false, key, previous, value);
183 entryRemoved(true, key, value, null);
206 entryRemoved(false, key, previous, null);
227 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} method in class:LruCache
238 * returns, the created value will be released with {@link #entryRemoved}
268 * Clear the cache, calling {@link #entryRemoved} on each removed entry.
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTaskKeyLruCache.java55 protected void entryRemoved(boolean evicted, Integer taskId, V oldV, V newV) {
/frameworks/base/core/tests/coretests/src/android/util/
H A DLruCacheTest.java372 @Override protected void entryRemoved(
401 * should be released with entryRemoved().
410 @Override protected void entryRemoved(
437 @Override protected void entryRemoved(
457 @Override protected void entryRemoved(
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pGroupList.java55 protected void entryRemoved(boolean evicted, Integer netId,
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DBaseFragmentPagerAdapter.java183 protected void entryRemoved(boolean evicted, String key, method in class:BaseFragmentPagerAdapter.FragmentCache
/frameworks/base/services/core/java/com/android/server/accounts/
H A DTokenCache.java121 protected void entryRemoved(boolean evicted, Key k, Value oldVal, Value newVal) { method in class:TokenCache.TokenLruCache
/frameworks/support/documents-archive/src/android/support/provider/
H A DDocumentArchiveHelper.java78 public void entryRemoved(boolean evicted, String key,
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java918 // When remove() is called, the cache will invoke its entryRemoved() callback,
1260 protected void entryRemoved(boolean evicted, String key, method in class:SQLiteConnection.PreparedStatementCache
1275 if (statement.mInCache) { // might be false due to a race with entryRemoved

Completed in 151 milliseconds