Home
last modified time | relevance | path

Searched refs:releaseAutomotiveProjection (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DCarModeInCallServiceTest.java75 releaseAutomotiveProjection(mCarModeIncallServiceControlOne); in setUp()
76 releaseAutomotiveProjection(mCarModeIncallServiceControlTwo); in setUp()
146 releaseAutomotiveProjection(mCarModeIncallServiceControlOne); in testRequestAutomotiveProjection()
159 releaseAutomotiveProjection(mCarModeIncallServiceControlOne); in testRequestAutomotiveProjectionExclusive()
161 releaseAutomotiveProjection(mCarModeIncallServiceControlTwo); in testRequestAutomotiveProjectionExclusive()
208 releaseAutomotiveProjection(mCarModeIncallServiceControlOne); in testStartCallInAutomotiveProjection()
232 releaseAutomotiveProjection(mCarModeIncallServiceControlOne); in failingTestStartCallInCarModeAndAutomotiveProjection()
247 releaseAutomotiveProjection(mCarModeIncallServiceControlOne); in failingTestStartCallInCarModeAndAutomotiveProjection()
306 releaseAutomotiveProjection(mCarModeIncallServiceControlTwo); in testStartCallingInCarModeAndProjectionTwoServices()
455 releaseAutomotiveProjection(mCarModeIncallServiceControlOne); in testSwitchToAutomotiveProjection()
[all …]
/cts/tests/app/src/android/app/cts/
DUiModeManagerTest.java69 releaseAutomotiveProjection(); in setUp()
296 assertFalse(releaseAutomotiveProjection()); in testToggleAutomotiveProjection()
300 assertTrue(releaseAutomotiveProjection()); in testToggleAutomotiveProjection()
302 assertFalse(releaseAutomotiveProjection()); in testToggleAutomotiveProjection()
318 releaseAutomotiveProjection(); in testReadProjectionState()
355 releaseAutomotiveProjection(); in testReadProjectionState_listener()
362 releaseAutomotiveProjection(); in testReadProjectionState_listener()
378 releaseAutomotiveProjection(); in testReadProjectionState_listener()
380 releaseAutomotiveProjection(); // Just to clean up. in testReadProjectionState_listener()
392 private boolean releaseAutomotiveProjection() throws Exception { in releaseAutomotiveProjection() method in UiModeManagerTest
/cts/tests/tests/telecom/aidl/android/telecom/cts/carmodetestapp/
DICtsCarModeInCallServiceControl.aidl28 void releaseAutomotiveProjection(); in releaseAutomotiveProjection() method
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallServiceControl.java91 public void releaseAutomotiveProjection() {