Searched defs:currentCallCount (Results 1 – 6 of 6) sorted by relevance
| /external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/ |
| D | CallbackHelper.java | 176 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/ |
| D | CallbackHelper.java | 176 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()
|
| D | PayloadCallbackHelper.java | 134 int currentCallCount = mDelegate.getCallCount(); in waitForCallback() local
|
| /external/aws-sdk-java-v2/services/s3/src/it/java/software/amazon/awssdk/services/s3/ |
| D | AsyncGetObjectFaultIntegrationTest.java | 97 public int currentCallCount() { in currentCallCount() method in AsyncGetObjectFaultIntegrationTest.SlowResponseTransformer
|
| D | GetObjectFaultIntegrationTest.java | 181 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/ |
| D | AsyncApiCallAttemptsTimeoutTest.java | 158 public int currentCallCount() { in currentCallCount() method
|