Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPropertyManagerTest.java266 CarPropertyConfig config = mManager.getCarPropertyConfig(CUSTOM_SEAT_MIXED_PROP_ID_1); in testGetPropertyConfig()
269 assertThat(mManager.getCarPropertyConfig(FAKE_PROPERTY_ID)).isNull(); in testGetPropertyConfig()
528 mManager.getCarPropertyConfig(prop)); in testUserHal_getCarPropertyConfig()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java400 public CarPropertyConfig<?> getCarPropertyConfig(int propId) { in getCarPropertyConfig() method in CarPropertyManager
418 CarPropertyConfig<?> propConfig = getCarPropertyConfig(propId); in getAreaId()
/packages/services/Car/car-lib/api/
Dcurrent.txt557 method @Nullable public android.car.hardware.CarPropertyConfig<?> getCarPropertyConfig(int);