Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarPropertyManagerTest.java592 assertThat((int) callback.getLastCarPropertyValue(CUSTOM_SEAT_INT_PROP_1).getValue()) in testOnChangeEventWithSameAreaId()
624 assertThat((int) callback.getLastCarPropertyValue(CUSTOM_SEAT_INT_PROP_2).getValue()) in testOnChangeEventWithDifferentAreaId()
934 public CarPropertyValue getLastCarPropertyValue(int propId) { in getLastCarPropertyValue() method in CarPropertyManagerTest.TestSequenceCallback