Searched refs:processPendingNotifications (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheEvictionTest.java109 CacheTesting.processPendingNotifications(cache);
129 CacheTesting.processPendingNotifications(cache);
H A DCacheTesting.java358 static void processPendingNotifications(Cache<?, ?> cache) { method in class:CacheTesting
361 cchm.processPendingNotifications();
428 cchm.processPendingNotifications();
H A DCacheReferencesTest.java178 CacheTesting.processPendingNotifications(cache);
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java2000 void processPendingNotifications() { method in class:LocalCache
3490 map.processPendingNotifications();
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java1997 void processPendingNotifications() { method in class:MapMakerInternalMap
3137 map.processPendingNotifications();

Completed in 229 milliseconds