Home
last modified time | relevance | path

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

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