Home
last modified time | relevance | path

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

/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java145 private final int mPropertyId; field in VehiclePropertyVerifier
207 mPropertyId = propertyId; in VehiclePropertyVerifier()
251 return mPropertyId; in getPropertyId()
351 .getCarPropertyConfig(mPropertyId); in getCarPropertyConfig()
386 () -> mCarPropertyManager.getProperty(mPropertyId, /*areaId=*/ 0)); in assertGetPropertyNotSupported()
388 assertThat(mCarPropertyManager.getProperty(mPropertyId, /* areaId= */ 0)).isNull(); in assertGetPropertyNotSupported()
414 mPropertyId, /*areaId=*/ in verifyConfig()
522 + mPropertyId in verifyReadPermissionCannotWrite()
526 () -> mCarPropertyManager.setProperty(mPropertyType, mPropertyId, in verifyReadPermissionCannotWrite()
536 assertThat(mCarPropertyManager.getCarPropertyConfig(mPropertyId)).isNotNull(); in verifyReadPermissionGivesAccessToReadApis()
[all …]