Home
last modified time | relevance | path

Searched refs:assertNotificationEnqueued (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java1081 assertNotificationEnqueued(map, key, value); in testRemoveEntry()
1180 private static <K, V> void assertNotificationEnqueued( in assertNotificationEnqueued() method in MapMakerInternalMapTest
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java1755 assertNotificationEnqueued(map, key, value, hash); in testRemoveEntry()
1861 private static <K, V> void assertNotificationEnqueued( in assertNotificationEnqueued() method in LocalCacheTest