Searched defs:propertyId (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/ |
D | VehiclePropertyVerifiers.java | 70 int propertyId, String readPermission) { in getLocationCharacterizationVerifier()
|
D | VehiclePropertyVerifier.java | 179 int propertyId, in VehiclePropertyVerifier() 241 int propertyId, int access, int areaType, int changeMode, Class<T> propertyType, in newBuilder() 574 Class<? extends Throwable> exceptionClass, int propertyId, int areaId) { in assertGetPropertyThrowsException() 819 int propertyId = mPropertyToAreaIdValues.keyAt(i); in restoreInitialValues() local 845 int propertyId = carPropertyConfig.getPropertyId(); in getInitialValuesByAreaId() local 877 int propertyId = booleanCarPropertyConfig.getPropertyId(); in setBooleanPropertyInAllAreaIds() local 894 int propertyId = carPropertyConfig.getPropertyId(); in restoreInitialValuesByAreaId() local 1773 int propertyId, int areaId, int status, long timestampNanos, T value, in verifyCarPropertyValue() 2121 void verify(CarPropertyConfig<T> carPropertyConfig, int propertyId, int areaId, in verify() 2178 private Builder(int propertyId, int access, int areaType, int changeMode, in Builder() [all …]
|
/cts/tests/tests/car/src/android/car/cts/property/ |
D | CarSvcPropsParser.java | 71 int propertyId = propertyObj.getInt("propertyId"); in CarSvcPropsParser() local
|
/cts/tests/tests/car/src/android/car/cts/ |
D | CarPropertyManagerTest.java | 1328 int propertyId = configs.get(i).getPropertyId(); in testVicPropertiesMustNotBeSupportedIfFlagDisabled() local 1368 int propertyId = configs.get(i).getPropertyId(); in testAllSupportedSystemPropertyIdsAreDefined() local 1395 Integer propertyId = null; in testAllPropertiesHaveVehiclePropertyVerifier() local
|