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.aidl27 boolean requestAutomotiveProjection(); in requestAutomotiveProjection() method
/cts/tests/app/src/android/app/cts/
DUiModeManagerTest.java297 assertTrue(requestAutomotiveProjection()); in testToggleAutomotiveProjection()
299 assertTrue(requestAutomotiveProjection()); in testToggleAutomotiveProjection()
312 requestAutomotiveProjection(); in testReadProjectionState()
338 requestAutomotiveProjection(); in testReadProjectionState_listener()
351 requestAutomotiveProjection(); in testReadProjectionState_listener()
367 requestAutomotiveProjection(); in testReadProjectionState_listener()
379 requestAutomotiveProjection(); in testReadProjectionState_listener()
385 private boolean requestAutomotiveProjection() throws Exception { in requestAutomotiveProjection() method in UiModeManagerTest
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallServiceControl.java85 public boolean requestAutomotiveProjection() {
/cts/tests/tests/telecom/src/android/telecom/cts/
DCarModeInCallServiceTest.java666 assertEquals(expectedSuccess, control.requestAutomotiveProjection()); in requestAndVerifyAutomotiveProjection()