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

/frameworks/base/core/java/android/util/
H A DLruCache.java29 * override {@link #entryRemoved}.
151 entryRemoved(false, key, createdValue, mapValue);
181 entryRemoved(false, key, previous, value);
221 entryRemoved(true, key, value, null);
244 entryRemoved(false, key, previous, null);
265 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} method in class:LruCache
276 * returns, the created value will be released with {@link #entryRemoved}
306 * 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.java101 entryRemoved(false, key, createdValue, mapValue);
131 entryRemoved(false, key, previous, value);
167 entryRemoved(true, key, value, null);
190 entryRemoved(false, key, previous, null);
211 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} method in class:LruCache
222 * returns, the created value will be released with {@link #entryRemoved}
252 * Clear the cache, calling {@link #entryRemoved} on each removed entry.
/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.java53 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/core/java/android/database/sqlite/
H A DSQLiteConnection.java918 // When remove() is called, the cache will invoke its entryRemoved() callback,
1256 protected void entryRemoved(boolean evicted, String key, method in class:SQLiteConnection.PreparedStatementCache
1271 if (statement.mInCache) { // might be false due to a race with entryRemoved
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java1112 protected void entryRemoved(boolean evicted, String key, Bundle oldValue, Bundle newValue) { method in class:SettingsProvider.SettingsCache

Completed in 232 milliseconds