Home
last modified time | relevance | path

Searched refs:retryUntilTrue (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsUtils.java171 public static boolean retryUntilTrue(Callable<Boolean> condition) throws Exception { in retryUntilTrue() method in ImsUtils
172 return retryUntilTrue(condition, TEST_TIMEOUT_MS, 14 /*numTries*/); in retryUntilTrue()
179 public static boolean retryUntilTrue(Callable<Boolean> condition, in retryUntilTrue() method in ImsUtils
DImsServiceTest.java662 ImsUtils.retryUntilTrue(() -> in testCarrierImsServiceBindNullRcsFeature()
1083 ImsUtils.retryUntilTrue(() -> (getFeatureState() == ImsFeature.STATE_READY))); in testGetFeatureState()
1093 ImsUtils.retryUntilTrue( in testGetFeatureState()
1104 ImsUtils.retryUntilTrue( in testGetFeatureState()
3465 assertTrue(ImsUtils.retryUntilTrue(() -> mmTelManager.isAvailable( in testCapabilityStatusCallback()
3562 assertTrue(ImsUtils.retryUntilTrue(() -> mmTelManager.isAvailable( in testCallComposerCapabilityStatusCallback()
3584 assertTrue(ImsUtils.retryUntilTrue(() -> mmTelManager.isAvailable( in testCallComposerCapabilityStatusCallback()
3751 assertTrue(ImsUtils.retryUntilTrue(() -> in testRcsCapabilityStatusCallback()
3753 assertTrue(ImsUtils.retryUntilTrue(() -> in testRcsCapabilityStatusCallback()
6552 assertTrue(ImsUtils.retryUntilTrue(() -> {
[all …]
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSimultaneousCallingRestrictionsTest.java483 ImsUtils.retryUntilTrue(() -> getActiveSubId(phoneId) >= 0, TEST_TIMEOUT_MS, 50)); in waitForActiveSubIdOrTimeout()
490 ImsUtils.retryUntilTrue(() -> (sTelephonyManager.getSimState(phoneId) in waitForSimStateReadyOrTimeout()
497 + "sCallCapablePhoneAccounts.", ImsUtils.retryUntilTrue(() -> in updateCallCapablePhAcctsAfterSubAdded()
543 ImsUtils.retryUntilTrue(() -> (getFeatureState(sTestSubSlot1) in attachDeviceImsServiceAndSetUnregistered()
613 assertTrue("Failed to register for IMS registration", ImsUtils.retryUntilTrue(() -> { in registerImsRegistrationCallback()
664 ImsUtils.retryUntilTrue(() -> isDsdaAccountRestrictionsSet(getDsdaPhoneAccounts()), in waitUntilPhAccountDsdaRestrictionsSetOrTimeout()
723 ImsUtils.retryUntilTrue(() -> expectedSimultaneousCallingSubIds.equals( in verifyCellularSimultaneousCallingSupport()
727 ImsUtils.retryUntilTrue(() -> listener.getSimultaneousCallingSubIds().isEmpty(), in verifyCellularSimultaneousCallingSupport()