Home
last modified time | relevance | path

Searched defs:currentCallCount (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/
DCallbackHelper.java176 public void waitForCallback(String msg, int currentCallCount, int numberOfCallsToWaitFor, in waitForCallback()
178 assert mCallCount >= currentCallCount; in waitForCallback() local
200 public void waitForCallback(int currentCallCount, int numberOfCallsToWaitFor, long timeout, in waitForCallback()
208 public void waitForCallback(int currentCallCount, int numberOfCallsToWaitFor) in waitForCallback()
217 public void waitForCallback(String msg, int currentCallCount) in waitForCallback()
225 public void waitForCallback(int currentCallCount) in waitForCallback()
/external/cronet/base/test/android/javatests/src/org/chromium/base/test/util/
DCallbackHelper.java176 int currentCallCount, in waitForCallback()
181 assert mCallCount >= currentCallCount; in waitForCallback() local
209 int currentCallCount, int numberOfCallsToWaitFor, long timeout, TimeUnit unit) in waitForCallback()
217 public void waitForCallback(int currentCallCount, int numberOfCallsToWaitFor) in waitForCallback()
230 public void waitForCallback(String msg, int currentCallCount) throws TimeoutException { in waitForCallback()
237 public void waitForCallback(int currentCallCount) throws TimeoutException { in waitForCallback()
DPayloadCallbackHelper.java134 int currentCallCount = mDelegate.getCallCount(); in waitForCallback() local
/external/aws-sdk-java-v2/services/s3/src/it/java/software/amazon/awssdk/services/s3/
DAsyncGetObjectFaultIntegrationTest.java97 public int currentCallCount() { in currentCallCount() method in AsyncGetObjectFaultIntegrationTest.SlowResponseTransformer
DGetObjectFaultIntegrationTest.java181 public int currentCallCount() { in currentCallCount() method in GetObjectFaultIntegrationTest.RequestCountingResponseTransformer
/external/aws-sdk-java-v2/test/protocol-tests/src/test/java/software/amazon/awssdk/protocol/tests/timeout/async/
DAsyncApiCallAttemptsTimeoutTest.java158 public int currentCallCount() { in currentCallCount() method