Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPropertyServiceUnitTest.java335 int invalidPropertyID = -1; in testGetPropertyConfigList_noConfig() local
337 READ_WRITE_INT_PROPERTY_ID, invalidPropertyID}); in testGetPropertyConfigList_noConfig()
339 assertThat(result.unsupportedPropIds).isEqualTo(new int[] {invalidPropertyID}); in testGetPropertyConfigList_noConfig()
374 int invalidPropertyID = -1; in testGetPropertiesAsync_propertyIdNotSupported() local
376 invalidPropertyID, 0); in testGetPropertiesAsync_propertyIdNotSupported()
543 int invalidPropertyID = -1; in testSetPropertiesAsync_propertyIdNotSupported() local
545 0, invalidPropertyID, 0, TEST_PROPERTY_VALUE); in testSetPropertiesAsync_propertyIdNotSupported()
1682 int invalidPropertyID = -1; in getSupportedNoReadPermPropIds() local
1684 CONTINUOUS_READ_ONLY_PROPERTY_ID, WRITE_ONLY_INT_PROPERTY_ID, invalidPropertyID in getSupportedNoReadPermPropIds()