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.java76 releaseAutomotiveProjection(mCarModeIncallServiceControlOne); in setUp()
77 releaseAutomotiveProjection(mCarModeIncallServiceControlTwo); in setUp()
155 releaseAutomotiveProjection(mCarModeIncallServiceControlOne); in testRequestAutomotiveProjection()
170 releaseAutomotiveProjection(mCarModeIncallServiceControlOne); in testRequestAutomotiveProjectionExclusive()
172 releaseAutomotiveProjection(mCarModeIncallServiceControlTwo); in testRequestAutomotiveProjectionExclusive()
223 releaseAutomotiveProjection(mCarModeIncallServiceControlOne); in testStartCallInAutomotiveProjection()
249 releaseAutomotiveProjection(mCarModeIncallServiceControlOne); in failingTestStartCallInCarModeAndAutomotiveProjection()
264 releaseAutomotiveProjection(mCarModeIncallServiceControlOne); in failingTestStartCallInCarModeAndAutomotiveProjection()
327 releaseAutomotiveProjection(mCarModeIncallServiceControlTwo); in testStartCallingInCarModeAndProjectionTwoServices()
484 releaseAutomotiveProjection(mCarModeIncallServiceControlOne); in testSwitchToAutomotiveProjection()
[all …]
/cts/tests/tests/telecom/aidl/android/telecom/cts/carmodetestapp/
DICtsCarModeInCallServiceControl.aidl30 void releaseAutomotiveProjection(); in releaseAutomotiveProjection() method
/cts/tests/app/src/android/app/cts/
DUiModeManagerTest.java94 releaseAutomotiveProjection(); in setUp()
547 assertFalse(releaseAutomotiveProjection()); in testToggleAutomotiveProjection()
551 assertTrue(releaseAutomotiveProjection()); in testToggleAutomotiveProjection()
553 assertFalse(releaseAutomotiveProjection()); in testToggleAutomotiveProjection()
569 releaseAutomotiveProjection(); in testReadProjectionState()
606 releaseAutomotiveProjection(); in testReadProjectionState_listener()
613 releaseAutomotiveProjection(); in testReadProjectionState_listener()
629 releaseAutomotiveProjection(); in testReadProjectionState_listener()
631 releaseAutomotiveProjection(); // Just to clean up. in testReadProjectionState_listener()
643 private boolean releaseAutomotiveProjection() throws Exception { in releaseAutomotiveProjection() method in UiModeManagerTest
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallServiceControl.java97 public void releaseAutomotiveProjection() {