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

/external/guava/guava/src/com/google/common/cache/
H A DRemovalListener.java45 void onRemoval(RemovalNotification<K, V> notification); method in interface:RemovalListener
H A DRemovalListeners.java46 public void onRemoval(final RemovalNotification<K, V> notification) {
50 listener.onRemoval(notification);
H A DCacheBuilder.java178 public void onRemoval(RemovalNotification<Object, Object> notification) {} method in class:CacheBuilder.NullListener
H A DLocalCache.java2004 removalListener.onRemoval(notification);
/external/guava/guava-tests/test/com/google/common/cache/
H A DTestingRemovalListeners.java55 public void onRemoval(RemovalNotification<K, V> notification) { method in class:TestingRemovalListeners.QueuingRemovalListener
69 public void onRemoval(RemovalNotification<K, V> notification) { method in class:TestingRemovalListeners.CountingRemovalListener
96 public void onRemoval(RemovalNotification<K, V> notification) {} method in class:TestingRemovalListeners.NullRemovalListener
H A DCacheExpirationTest.java180 public void onRemoval(RemovalNotification<Integer, AtomicInteger> notification) {
H A DLocalCacheTest.java630 public void onRemoval(RemovalNotification<Object, Object> notification) {
2689 public void onRemoval(RemovalNotification<K, V> notification) {} method in class:LocalCacheTest.SerializableRemovalListener
/external/guava/guava/src/com/google/common/collect/
H A DGenericMapMaker.java48 public void onRemoval(RemovalNotification<Object, Object> notification) {} method in class:GenericMapMaker.NullListener
H A DMapMaker.java732 void onRemoval(RemovalNotification<K, V> notification); method in interface:MapMaker.RemovalListener
870 removalListener.onRemoval(notification);
H A DMapMakerInternalMap.java2001 removalListener.onRemoval(notification);
/external/guava/guava-tests/test/com/google/common/collect/
H A DConcurrentHashMultisetTest.java525 @Override public void onRemoval(RemovalNotification<String, Number> notification) {
H A DMapMakerInternalMapTest.java295 public void onRemoval(RemovalNotification<Object, Object> notification) {}
1691 public void onRemoval(RemovalNotification<K, V> notification) { method in class:MapMakerInternalMapTest.CountingRemovalListener
1713 public void onRemoval(RemovalNotification<K, V> notification) { method in class:MapMakerInternalMapTest.QueuingRemovalListener
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 170 milliseconds