Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DCallRedirectionServiceTest.java127 assertCallGatewayConstructed(mInCallService.getLastCall(), true); in testRedirectedCallWithRedirectedGateway()
148 assertCallGatewayConstructed(mInCallService.getLastCall(), true); in testRedirectedCallWithPostDialDigits()
172 assertCallGatewayConstructed(mInCallService.getLastCall(), true); in testRedirectedCallWithRedirectedPhoneAccount()
DBaseTelecomTestWithMockServices.java1407 void assertCallGatewayConstructed(Call mCall, boolean constructed) { in assertCallGatewayConstructed() method in BaseTelecomTestWithMockServices