Home
last modified time | relevance | path

Searched defs:carPropertyConfigList (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/property/
DCarPropertyConfigListUnitTest.java35 CarPropertyConfigList carPropertyConfigList = new CarPropertyConfigList(null); in testSerializeThenDeserializeNullConfigList() local
48 CarPropertyConfigList carPropertyConfigList = new CarPropertyConfigList(null); in testSerializeNullPayloadThenDeserialize() local
64 CarPropertyConfigList carPropertyConfigList = new CarPropertyConfigList(configs); in testSerializeThenDeserializeWithValidResults() local
90 CarPropertyConfigList carPropertyConfigList = new CarPropertyConfigList( in testCreateFromParcel() local
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarPropertyManagerTest.java88 List<CarPropertyConfig> carPropertyConfigList = mCarPropertyManager.getPropertyList( in testGetProperty_withVendorPropertyId_throws() local
102 List<CarPropertyConfig> carPropertyConfigList = mCarPropertyManager.getPropertyList( in testSetProperty_withVendorPropertyId_throws() local
/packages/services/Car/car-lib/src/android/car/hardware/
DCarSensorManager.java322 List<CarPropertyConfig> carPropertyConfigList = getPropertyList(); in getSupportedSensors() local