Searched defs:onRemoval (Results 1 - 9 of 9) 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 DCacheBuilder.java178 public void onRemoval(RemovalNotification<Object, Object> notification) {} method in class:CacheBuilder.NullListener
/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 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);
/external/guava/guava-tests/test/com/google/common/collect/
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 155 milliseconds