Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/
H A 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()
/aosp_15_r20/external/cronet/base/test/android/javatests/src/org/chromium/base/test/util/
H A 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()
H A DPayloadCallbackHelper.java134 int currentCallCount = mDelegate.getCallCount(); in waitForCallback() local
/aosp_15_r20/cts/tests/tests/telecom/src/android/telecom/cts/
H A DBaseTelecomTestWithMockServices.java726 int currentCallCount = 0; in addAndVerifyNewFailedIncomingCall() local
758 int currentCallCount = addNewIncomingCall(incomingHandle, extras); in addAndVerifyNewIncomingCall() local
764 int currentCallCount = 0; in addNewIncomingCall() local
778 void verifyNewIncomingCall(int currentCallCount) { in verifyNewIncomingCall()
810 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyCallByRedirection() local
857 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyCall() local
940 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyEmergencyCall() local
H A DNonUiInCallServiceTest.java206 int currentCallCount = addNewIncomingCall(createTestNumber(), new Bundle()); in testNullBinding() local
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/it/java/software/amazon/awssdk/services/s3/
H A DAsyncGetObjectFaultIntegrationTest.java97 public int currentCallCount() { in currentCallCount() method in AsyncGetObjectFaultIntegrationTest.SlowResponseTransformer
H A DGetObjectFaultIntegrationTest.java181 public int currentCallCount() { in currentCallCount() method in GetObjectFaultIntegrationTest.RequestCountingResponseTransformer
/aosp_15_r20/external/aws-sdk-java-v2/test/protocol-tests/src/test/java/software/amazon/awssdk/protocol/tests/timeout/async/
H A DAsyncApiCallAttemptsTimeoutTest.java158 public int currentCallCount() { in currentCallCount() method
/aosp_15_r20/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
H A DBaseAppVerifierImpl.java269 int currentCallCount = mVerifierMethods.getCurrentCallCount(); in addCallAndVerify() local