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.java52 ICtsApi29InCallServiceControl controlInterface = setUpControl(); in testMidCallComponentEnablement() local
57 controlInterface.hasReceivedBindRequest()); in testMidCallComponentEnablement()
65 boolean hasBound = controlInterface.waitForBindRequest(); in testMidCallComponentEnablement()
69 assertEquals("Call was not sent to incall", 1, controlInterface.getLocalCallCount()); in testMidCallComponentEnablement()
72 controlInterface.kill(); in testMidCallComponentEnablement()
96 ICtsApi29InCallServiceControl controlInterface = setUpControl(); in testNullBinding() local
97 controlInterface.setShouldReturnNullBinding(true); in testNullBinding()
104 controlInterface.waitForBindRequest()); in testNullBinding()
108 0, controlInterface.getLocalCallCount()); in testNullBinding()
111 controlInterface.kill(); in testNullBinding()
DBackgroundCallAudioTest.java498 ICtsApi29InCallServiceControl controlInterface = setUpControl(); in testLowerApiLevelCompatibility1() local
513 assertEquals(0, controlInterface.getHistoricalCallCount()); in testLowerApiLevelCompatibility1()
521 controlInterface.getCallState(call.getDetails().getTelecomCallId())); in testLowerApiLevelCompatibility1()
529 controlInterface.getCallState(call.getDetails().getTelecomCallId())); in testLowerApiLevelCompatibility1()
545 ICtsApi29InCallServiceControl controlInterface = setUpControl(); in testLowerApiLevelCompatibility2() local
560 assertEquals(0, controlInterface.getHistoricalCallCount()); in testLowerApiLevelCompatibility2()