Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPropertyManagerTest.java449 assertThat((int) callback.getLastCarPropertyValue(CUSTOM_SEAT_INT_PROP_1).getValue()) in testOnChangeEventWithSameAreaId()
481 assertThat((int) callback.getLastCarPropertyValue(CUSTOM_SEAT_INT_PROP_2).getValue()) in testOnChangeEventWithDifferentAreaId()
766 public CarPropertyValue getLastCarPropertyValue(int propId) { in getLastCarPropertyValue() method in CarPropertyManagerTest.TestSequenceCallback