Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DSipDelegateManagerTest.java648 result = callUntilImsServiceIsAvailable(() -> in testIsSupportedWithSipTransportCapable()
670 Boolean result = callUntilImsServiceIsAvailable(() -> in testIsSupportedWithSipTransportCapableCarrierConfigNotSet()
700 Boolean result = callUntilImsServiceIsAvailable(() -> in testIsSupportedWithSipTransportCapableOnlyRcs()
727 Boolean result = callUntilImsServiceIsAvailable(() -> in testIsSupportedWithSipTransportCapableButNotImplemented()
752 Boolean result = callUntilImsServiceIsAvailable(() -> in testIsSupportedWithSipTransportImplementedButNotCapable()
776 Boolean result = callUntilImsServiceIsAvailable(() -> in testIsSupportedWithSipTransportNotImplementedNotCapable()
2438 private <T> T callUntilImsServiceIsAvailable(Callable<T> command) throws Exception { in callUntilImsServiceIsAvailable() method in SipDelegateManagerTest