Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/aidl/android/telecom/cts/carmodetestapp/
DICtsCarModeInCallServiceControl.aidl29 boolean requestAutomotiveProjection(); in requestAutomotiveProjection() method
/cts/tests/app/src/android/app/cts/
DUiModeManagerTest.java548 assertTrue(requestAutomotiveProjection()); in testToggleAutomotiveProjection()
550 assertTrue(requestAutomotiveProjection()); in testToggleAutomotiveProjection()
563 requestAutomotiveProjection(); in testReadProjectionState()
589 requestAutomotiveProjection(); in testReadProjectionState_listener()
602 requestAutomotiveProjection(); in testReadProjectionState_listener()
618 requestAutomotiveProjection(); in testReadProjectionState_listener()
630 requestAutomotiveProjection(); in testReadProjectionState_listener()
636 private boolean requestAutomotiveProjection() throws Exception { in requestAutomotiveProjection() method in UiModeManagerTest
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallServiceControl.java91 public boolean requestAutomotiveProjection() {
/cts/tests/tests/telecom/src/android/telecom/cts/
DCarModeInCallServiceTest.java732 assertEquals(expectedSuccess, control.requestAutomotiveProjection()); in requestAndVerifyAutomotiveProjection()