Searched defs:entryRemoved (Results 1 - 6 of 6) 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/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/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/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/core/java/android/database/sqlite/
H A DSQLiteConnection.java916 // When remove() is called, the cache will invoke its entryRemoved() callback,
1258 protected void entryRemoved(boolean evicted, String key, method in class:SQLiteConnection.PreparedStatementCache
1273 if (statement.mInCache) { // might be false due to a race with entryRemoved

Completed in 273 milliseconds