Home
last modified time | relevance | path

Searched refs:callAndAssertWaits (Results 1 – 4 of 4) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DMonitorTestCase.java148 thread1.callAndAssertWaits(enterWhen(), guard); in testEnterWhen_initiallyFalse()
210 thread1.callAndAssertWaits(waitFor(), guard); in testWaitFor_initiallyFalse()
DTestThread.java156 public void callAndAssertWaits(String methodName, Object conditionLikeObject) throws Exception { in callAndAssertWaits() method in TestThread
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DMonitorTestCase.java150 thread1.callAndAssertWaits(enterWhen(), guard); in testEnterWhen_initiallyFalse()
212 thread1.callAndAssertWaits(waitFor(), guard); in testWaitFor_initiallyFalse()
DTestThread.java156 public void callAndAssertWaits(String methodName, Object conditionLikeObject) throws Exception { in callAndAssertWaits() method in TestThread