Searched refs:callUntilImsServiceIsAvailable (Results 1 – 1 of 1) sorted by relevance
648 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