Home
last modified time | relevance | path

Searched refs:setToUseGearSelection (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/evs/
DCarEvsServiceUnitTest.java319 mCarEvsService.setToUseGearSelection(/* useGearSelection= */ true); in testServiceRelease()
657 mCarEvsService.setToUseGearSelection(/* useGearSelection= */ true); in testCarPropertyEvent()
673 mCarEvsService.setToUseGearSelection(/* useGearSelection= */ true); in testCarPropertyEventWithInvalidEvsCameraActivity()
693 mCarEvsService.setToUseGearSelection(/* useGearSelection= */ true); in testDuplicatedDisplayEvent()
725 mCarEvsService.setToUseGearSelection(/* useGearSelection= */ true); in testEmptyCarPropertyEvent()
745 mCarEvsService.setToUseGearSelection(/* useGearSelection= */ true); in testNonPropertyChangeEvent()
766 mCarEvsService.setToUseGearSelection(/* useGearSelection= */ true); in testNonGearSelectionProperty()
/packages/services/Car/service/src/com/android/car/evs/
DCarEvsService.java1030 void setToUseGearSelection(boolean useGearSelection) { in setToUseGearSelection() method in CarEvsService