Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarPropertyManagerTest.java100 private static final int CUSTOM_SEAT_INT_PROP_2 = field in CarPropertyManagerTest
212 case CUSTOM_SEAT_INT_PROP_2: in testMixedPropertyConfigs()
602 CUSTOM_SEAT_INT_PROP_2, DRIVER_SIDE_AREA_ID, 1); in testOnChangeEventWithDifferentAreaId()
604 mManager.registerCallback(callback, CUSTOM_SEAT_INT_PROP_2, 0); in testOnChangeEventWithDifferentAreaId()
607 fakeValueDriveSide.prop = CUSTOM_SEAT_INT_PROP_2; in testOnChangeEventWithDifferentAreaId()
613 fakeValuePsgSide.prop = CUSTOM_SEAT_INT_PROP_2; in testOnChangeEventWithDifferentAreaId()
624 assertThat((int) callback.getLastCarPropertyValue(CUSTOM_SEAT_INT_PROP_2).getValue()) in testOnChangeEventWithDifferentAreaId()
766 addProperty(CUSTOM_SEAT_INT_PROP_2, handler).addAreaConfig(DRIVER_SIDE_AREA_ID) in configureMockedHal()