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/
DCacheEvictionTest.java109 CacheTesting.processPendingNotifications(cache); in testEviction_maxSize()
129 CacheTesting.processPendingNotifications(cache); in testEviction_maxWeight()
145 CacheTesting.processPendingNotifications(cache); in testEviction_overflow()
DCacheTesting.java363 static void processPendingNotifications(Cache<?, ?> cache) {
366 cchm.processPendingNotifications();
435 cchm.processPendingNotifications();
DCacheReferencesTest.java149 CacheTesting.processPendingNotifications(cache);
/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java1947 void processPendingNotifications() { in processPendingNotifications() method in MapMakerInternalMap
3092 map.processPendingNotifications(); in runUnlockedCleanup()
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java1952 void processPendingNotifications() { in processPendingNotifications() method in LocalCache
3460 map.processPendingNotifications(); in runUnlockedCleanup()