Searched refs:onRemoval (Results 1 - 23 of 23) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
H A DRemovalListeners.java50 public void onRemoval(final RemovalNotification<K, V> notification) {
54 listener.onRemoval(notification);
H A DRemovalListener.java47 void onRemoval(RemovalNotification<K, V> notification); method in interface:RemovalListener
H A DCacheBuilder.java194 public void onRemoval(RemovalNotification<Object, Object> notification) {} method in class:CacheBuilder.NullListener
H A DLocalCache.java1956 removalListener.onRemoval(notification);
/external/guava/guava-tests/test/com/google/common/cache/
H A DTestingRemovalListeners.java61 public void onRemoval(RemovalNotification<K, V> notification) { method in class:TestingRemovalListeners.QueuingRemovalListener
75 public void onRemoval(RemovalNotification<K, V> notification) { method in class:TestingRemovalListeners.CountingRemovalListener
102 public void onRemoval(RemovalNotification<K, V> notification) {} method in class:TestingRemovalListeners.NullRemovalListener
H A DCacheBuilderGwtTest.java259 public void onRemoval(RemovalNotification<Integer, Integer> notification) {
H A DCacheExpirationTest.java180 public void onRemoval(RemovalNotification<Integer, AtomicInteger> notification) {
H A DLocalCacheTest.java674 public void onRemoval(RemovalNotification<Object, Object> notification) {
2774 public void onRemoval(RemovalNotification<K, V> notification) {} method in class:LocalCacheTest.SerializableRemovalListener
/external/guava/guava-gwt/test-super/com/google/common/cache/super/com/google/common/cache/
H A DTestingRemovalListeners.java52 public void onRemoval(RemovalNotification<K, V> notification) { method in class:TestingRemovalListeners.CountingRemovalListener
79 public void onRemoval(RemovalNotification<K, V> notification) {} method in class:TestingRemovalListeners.NullRemovalListener
/external/guava/guava/src/com/google/common/collect/
H A DGenericMapMaker.java56 public void onRemoval(RemovalNotification<Object, Object> notification) {} method in class:GenericMapMaker.NullListener
H A DMapMaker.java646 void onRemoval(RemovalNotification<K, V> notification); method in interface:MapMaker.RemovalListener
783 removalListener.onRemoval(notification);
H A DMapMakerInternalMap.java1951 removalListener.onRemoval(notification);
/external/guice/core/src/com/google/inject/internal/
H A 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/
H A DLocalCache.java240 removalListener.onRemoval(new RemovalNotification(key, value, cause));
490 removalListener.onRemoval(new RemovalNotification(
H A DCacheBuilder.java188 public void onRemoval(RemovalNotification<Object, Object> notification) {} method in class:CacheBuilder.NullListener
/external/guava/guava-tests/test/com/google/common/collect/
H A DConcurrentHashMultisetTest.java537 @Override public void onRemoval(RemovalNotification<String, Number> notification) {
H A DMapMakerInternalMapTest.java269 public void onRemoval(RemovalNotification<Object, Object> notification) {}
1661 public void onRemoval(RemovalNotification<K, V> notification) { method in class:MapMakerInternalMapTest.CountingRemovalListener
1683 public void onRemoval(RemovalNotification<K, V> notification) { method in class:MapMakerInternalMapTest.QueuingRemovalListener
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 406 milliseconds