Searched refs:propertyId (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/ |
D | VehiclePropertyVerifiers.java | 70 int propertyId, String readPermission) { in getLocationCharacterizationVerifier() argument 72 carPropertyManager, propertyId, readPermission); in getLocationCharacterizationVerifier() 90 (carPropertyConfig, propertyId, areaId, timestampNanos, value) -> { in getLocationCharacterizationVerifierBuilder()
|
D | VehiclePropertyVerifier.java | 179 int propertyId, in VehiclePropertyVerifier() argument 207 mPropertyId = propertyId; in VehiclePropertyVerifier() 208 mPropertyName = VehiclePropertyIds.toString(propertyId); in VehiclePropertyVerifier() 241 int propertyId, int access, int areaType, int changeMode, Class<T> propertyType, in newBuilder() argument 243 return new Builder<>(propertyId, access, areaType, changeMode, propertyType, in newBuilder() 574 Class<? extends Throwable> exceptionClass, int propertyId, int areaId) { in assertGetPropertyThrowsException() argument 819 int propertyId = mPropertyToAreaIdValues.keyAt(i); in restoreInitialValues() local 821 mCarPropertyManager.getCarPropertyConfig(propertyId); in restoreInitialValues() 823 mPropertyToAreaIdValues.get(propertyId); in restoreInitialValues() 826 Log.w(TAG, "No stored values for " + VehiclePropertyIds.toString(propertyId) in restoreInitialValues() [all …]
|
/cts/tests/tests/car/src/android/car/cts/property/ |
D | CarSvcPropsParser.java | 71 int propertyId = propertyObj.getInt("propertyId"); in CarSvcPropsParser() local 72 mAllSystemPropertyIds.add(propertyId); in CarSvcPropsParser() 78 mSystemPropertyIdsByFlag.get(featureFlag).add(propertyId); in CarSvcPropsParser()
|
/cts/tests/tests/car/src/android/car/cts/ |
D | CarPropertyManagerTest.java | 1328 int propertyId = configs.get(i).getPropertyId(); in testVicPropertiesMustNotBeSupportedIfFlagDisabled() local 1329 if (!isSystemProperty(propertyId)) { in testVicPropertiesMustNotBeSupportedIfFlagDisabled() 1333 String propertyName = VehiclePropertyIds.toString(propertyId); in testVicPropertiesMustNotBeSupportedIfFlagDisabled() 1335 + "FLAG_ANDROID_VIC_VEHICLE_PROPERTIES is disabled").that(propertyId) in testVicPropertiesMustNotBeSupportedIfFlagDisabled() 1340 for (int propertyId : vicSystemPropertyIds) { in testVicPropertiesMustNotBeSupportedIfFlagDisabled() 1341 String propertyName = VehiclePropertyIds.toString(propertyId); in testVicPropertiesMustNotBeSupportedIfFlagDisabled() 1344 .that(mCarPropertyManager.getCarPropertyConfig(propertyId)).isNull(); in testVicPropertiesMustNotBeSupportedIfFlagDisabled() 1368 int propertyId = configs.get(i).getPropertyId(); in testAllSupportedSystemPropertyIdsAreDefined() local 1369 if (!isSystemProperty(propertyId)) { in testAllSupportedSystemPropertyIdsAreDefined() 1373 String propertyName = VehiclePropertyIds.toString(propertyId); in testAllSupportedSystemPropertyIdsAreDefined() [all …]
|
D | VehiclePropertyIdsTest.java | 577 for (int propertyId : systemProperties) { in testAllPropertiesAreMappedInToString() 578 String propertyString = VehiclePropertyIds.toString(propertyId); in testAllPropertiesAreMappedInToString()
|