Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DMonitorTestCase.java120 checkSystemStateMethods(0); in testSystemStateMethods()
122 checkSystemStateMethods(1); in testSystemStateMethods()
124 checkSystemStateMethods(2); in testSystemStateMethods()
126 checkSystemStateMethods(1); in testSystemStateMethods()
128 checkSystemStateMethods(0); in testSystemStateMethods()
131 private void checkSystemStateMethods(int enterCount) throws Exception { in checkSystemStateMethods() method in MonitorTestCase