Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DNonUiInCallServiceTest.java59 ICtsApi29InCallServiceControl controlInterface = setUpControl(); in testMidCallComponentEnablement() local
64 controlInterface.hasReceivedBindRequest()); in testMidCallComponentEnablement()
73 boolean hasBound = controlInterface.waitForBindRequest(); in testMidCallComponentEnablement()
77 assertEquals("Call was not sent to incall", 1, controlInterface.getLocalCallCount()); in testMidCallComponentEnablement()
80 controlInterface.kill(); in testMidCallComponentEnablement()
137 ICtsApi29InCallServiceControl controlInterface = setUpControl(); in testMidCallComponentEnablementWithNoneAvailableAtStart() local
147 controlInterface.hasReceivedBindRequest()); in testMidCallComponentEnablementWithNoneAvailableAtStart()
155 boolean hasBound = controlInterface.waitForBindRequest(); in testMidCallComponentEnablementWithNoneAvailableAtStart()
159 assertEquals("Call was not sent to incall", 1, controlInterface.getLocalCallCount()); in testMidCallComponentEnablementWithNoneAvailableAtStart()
161 controlInterface.kill(); in testMidCallComponentEnablementWithNoneAvailableAtStart()
[all …]
DBackgroundCallAudioTest.java502 ICtsApi29InCallServiceControl controlInterface = setUpControl(); in testLowerApiLevelCompatibility1() local
517 assertEquals(0, controlInterface.getHistoricalCallCount()); in testLowerApiLevelCompatibility1()
525 controlInterface.getCallState(call.getDetails().getTelecomCallId())); in testLowerApiLevelCompatibility1()
533 controlInterface.getCallState(call.getDetails().getTelecomCallId())); in testLowerApiLevelCompatibility1()
549 ICtsApi29InCallServiceControl controlInterface = setUpControl(); in testLowerApiLevelCompatibility2() local
564 assertEquals(0, controlInterface.getHistoricalCallCount()); in testLowerApiLevelCompatibility2()