Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DSimpleTimeLimiterTest.java100 String result = proxy.sleepThenReturnInput("x"); in testNewProxy_goodMethodWithEnoughTime()
113 proxy.sleepThenReturnInput("x"); in testNewProxy_goodMethodWithNotEnoughTime()
256 String sleepThenReturnInput(String input); in sleepThenReturnInput() method
276 public String sleepThenReturnInput(String input) { in sleepThenReturnInput() method in SimpleTimeLimiterTest.SampleImpl
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DSimpleTimeLimiterTest.java100 String result = proxy.sleepThenReturnInput("x"); in testNewProxy_goodMethodWithEnoughTime()
113 proxy.sleepThenReturnInput("x"); in testNewProxy_goodMethodWithNotEnoughTime()
256 String sleepThenReturnInput(String input); in sleepThenReturnInput() method
276 public String sleepThenReturnInput(String input) { in sleepThenReturnInput() method in SimpleTimeLimiterTest.SampleImpl