Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPropertyServiceUnitTest.java116 private static final int WRITE_ONLY_INT_PROPERTY_ID = 12345; field in CarPropertyServiceUnitTest
187 when(mHalService.isWritable(mContext, WRITE_ONLY_INT_PROPERTY_ID)) in setUp()
189 mConfigs.put(WRITE_ONLY_INT_PROPERTY_ID, CarPropertyConfig.newBuilder(Integer.class, in setUp()
190 WRITE_ONLY_INT_PROPERTY_ID, VehicleAreaType.VEHICLE_AREA_TYPE_GLOBAL, 1) in setUp()
397 WRITE_ONLY_INT_PROPERTY_ID, 0); in testGetPropertiesAsync_propertyNotReadable()
440 0, WRITE_ONLY_INT_PROPERTY_ID, 0, new CarPropertyValue(WRITE_ONLY_INT_PROPERTY_ID, in testSetPropertiesAsync_noWaitForPropertyUpdate()
591 WRITE_ONLY_INT_PROPERTY_ID, 0, TEST_PROPERTY_VALUE); in testSetPropertiesAsync_propertyNotReadable()
1163 int propertyId = WRITE_ONLY_INT_PROPERTY_ID; in testOnPropertySetError()
1185 int propertyId = WRITE_ONLY_INT_PROPERTY_ID; in testOnPropertySetError_unregisterProperty()
1294 () -> mService.getProperty(WRITE_ONLY_INT_PROPERTY_ID, in getProperty_throwsExceptionBecausePropertyIsNotReadable()
[all …]