Home
last modified time | relevance | path

Searched defs:tryEnterIf (Results 1 – 3 of 3) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DMonitorTestCase.java84 private String tryEnterIf() { in tryEnterIf() method in MonitorTestCase
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DMonitorTestCase.java84 private String tryEnterIf() { in tryEnterIf() method in MonitorTestCase
/external/guava/android/guava/src/com/google/common/util/concurrent/
DMonitor.java714 public boolean tryEnterIf(Guard guard) { in tryEnterIf() method in Monitor