Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnectionTest.java164 TestServiceConnection controlConn = setUpControl(THIRD_PTY_CONTROL, in testBindToSupportNonUiInCallService()
187 TestServiceConnection controlConn = setUpControl(THIRD_PTY_CONTROL, in testBindToSupportDefaultDialerNoCarMode()
214 TestServiceConnection controlConn = setUpControl(THIRD_PTY_CONTROL, in testNoBindToUnsupportDefaultDialerNoCarMode()
233 TestServiceConnection controlConn = setUpControl(CAR_MODE_CONTROL, in testEnterCarMode()
257 TestServiceConnection controlConn1 = setUpControl(CAR_MODE_CONTROL, CAR_DIALER_1); in testChangeCarModeApp()
258 TestServiceConnection controlConn2 = setUpControl(CAR_MODE_CONTROL, CAR_DIALER_2); in testChangeCarModeApp()
291 TestServiceConnection controlConn = setUpControl(CAR_MODE_CONTROL, CAR_DIALER_1); in testExitCarMode()
312 private TestServiceConnection setUpControl(String action, ComponentName componentName) { in setUpControl() method in SelfManagedConnectionTest
DNonUiInCallServiceTest.java52 ICtsApi29InCallServiceControl controlInterface = setUpControl(); in testMidCallComponentEnablement()
96 ICtsApi29InCallServiceControl controlInterface = setUpControl(); in testNullBinding()
121 private ICtsApi29InCallServiceControl setUpControl() throws Exception { in setUpControl() method in NonUiInCallServiceTest
DThirdPartyInCallServiceTest.java57 setUpControl(); in setUp()
98 private void setUpControl() throws InterruptedException { in setUpControl() method in ThirdPartyInCallServiceTest
DThirdPartyInCallServiceAppOpsPermissionTest.java74 setUpControl(); in setUp()
167 private void setUpControl() throws InterruptedException { in setUpControl() method in ThirdPartyInCallServiceAppOpsPermissionTest
DBackgroundCallAudioTest.java498 ICtsApi29InCallServiceControl controlInterface = setUpControl(); in testLowerApiLevelCompatibility1()
545 ICtsApi29InCallServiceControl controlInterface = setUpControl(); in testLowerApiLevelCompatibility2()
650 private ICtsApi29InCallServiceControl setUpControl() throws Exception { in setUpControl() method in BackgroundCallAudioTest