Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DSupplementalMonitorTest.java110 boolean expectedIsOccupiedByCurrentThread, in verifyOccupiedMethodsInCurrentThread() argument
113 assertEquals(expectedIsOccupiedByCurrentThread, monitor.isOccupiedByCurrentThread()); in verifyOccupiedMethodsInCurrentThread()
120 boolean expectedIsOccupiedByCurrentThread, in verifyOccupiedMethodsInAnotherThread() argument
142 assertEquals(expectedIsOccupiedByCurrentThread, actualIsOccupiedByCurrentThread.get()); in verifyOccupiedMethodsInAnotherThread()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DSupplementalMonitorTest.java110 boolean expectedIsOccupiedByCurrentThread, in verifyOccupiedMethodsInCurrentThread() argument
113 assertEquals(expectedIsOccupiedByCurrentThread, monitor.isOccupiedByCurrentThread()); in verifyOccupiedMethodsInCurrentThread()
120 boolean expectedIsOccupiedByCurrentThread, in verifyOccupiedMethodsInAnotherThread() argument
142 assertEquals(expectedIsOccupiedByCurrentThread, actualIsOccupiedByCurrentThread.get()); in verifyOccupiedMethodsInAnotherThread()