/aosp_15_r20/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/ |
H A 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()
|
/aosp_15_r20/external/cronet/base/test/android/javatests/src/org/chromium/base/test/util/ |
H A 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()
|
H A D | PayloadCallbackHelper.java | 134 int currentCallCount = mDelegate.getCallCount(); in waitForCallback() local
|
/aosp_15_r20/cts/tests/tests/telecom/src/android/telecom/cts/ |
H A D | BaseTelecomTestWithMockServices.java | 726 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 D | NonUiInCallServiceTest.java | 206 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 D | AsyncGetObjectFaultIntegrationTest.java | 97 public int currentCallCount() { in currentCallCount() method in AsyncGetObjectFaultIntegrationTest.SlowResponseTransformer
|
H A D | GetObjectFaultIntegrationTest.java | 181 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 D | AsyncApiCallAttemptsTimeoutTest.java | 158 public int currentCallCount() { in currentCallCount() method
|
/aosp_15_r20/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/ |
H A D | BaseAppVerifierImpl.java | 269 int currentCallCount = mVerifierMethods.getCurrentCallCount(); in addCallAndVerify() local
|