Home
last modified time | relevance | path

Searched refs:onRemoval (Results 1 – 19 of 19) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/cache/
DTestingRemovalListeners.java52 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in TestingRemovalListeners.QueuingRemovalListener
66 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in TestingRemovalListeners.CountingRemovalListener
91 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval() method in TestingRemovalListeners.NullRemovalListener
DCacheBuilderGwtTest.java257 public void onRemoval(RemovalNotification<Integer, Integer> notification) { in testRemovalListener()
DCacheExpirationTest.java186 public void onRemoval(RemovalNotification<Integer, AtomicInteger> notification) { in testRemovalListener_expireAfterWrite()
DLocalCacheTest.java791 public void onRemoval(RemovalNotification<Object, Object> notification) { in testRemovalListenerCheckedException()
2916 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval() method in LocalCacheTest.SerializableRemovalListener
/external/guava/guava-tests/test/com/google/common/cache/
DTestingRemovalListeners.java52 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in TestingRemovalListeners.QueuingRemovalListener
66 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() method in TestingRemovalListeners.CountingRemovalListener
91 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval() method in TestingRemovalListeners.NullRemovalListener
DLocalCacheMapComputeTest.java107 public void onRemoval(RemovalNotification<Integer, Integer> notification) { in testComputeIfPresentRemove()
154 public void onRemoval(RemovalNotification<String, String> notification) { in testComputeWithLoad()
DCacheExpirationTest.java186 public void onRemoval(RemovalNotification<Integer, AtomicInteger> notification) { in testRemovalListener_expireAfterWrite()
DCacheBuilderGwtTest.java257 public void onRemoval(RemovalNotification<Integer, Integer> notification) { in testRemovalListener()
DLocalCacheTest.java706 public void onRemoval(RemovalNotification<Object, Object> notification) { in testComputeIfAbsent_RemovalListener()
804 public void onRemoval(RemovalNotification<Object, Object> notification) { in testRemovalListenerCheckedException()
2965 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval() method in LocalCacheTest.SerializableRemovalListener
/external/guava/android/guava/src/com/google/common/cache/
DRemovalListener.java46 void onRemoval(RemovalNotification<K, V> notification); in onRemoval() method
DRemovalListeners.java46 executor.execute(() -> listener.onRemoval(notification)); in asynchronous()
DCacheBuilder.java246 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() method in CacheBuilder.NullListener
DLocalCache.java1814 removalListener.onRemoval(notification); in processPendingNotifications()
/external/guava/guava/src/com/google/common/cache/
DRemovalListener.java47 void onRemoval(RemovalNotification<K, V> notification); in onRemoval() method
DRemovalListeners.java46 executor.execute(() -> listener.onRemoval(notification)); in asynchronous()
DCacheBuilder.java245 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() method in CacheBuilder.NullListener
DLocalCache.java1814 removalListener.onRemoval(notification); in processPendingNotifications()
/external/guice/core/src/com/google/inject/internal/
DWeakKeySet.java60 public void onRemoval(RemovalNotification<State, Set<KeyAndSource>> notification) {
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DLocalCache.java241 removalListener.onRemoval(RemovalNotification.create(key, value, cause)); in alertListenerIfPresent()
492 removalListener.onRemoval( in removeEldestEntry()