Searched refs:CUSTOM_GLOBAL_INT_ARRAY_PROP (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarPropertyManagerTest.java | 142 private static final int CUSTOM_GLOBAL_INT_ARRAY_PROP = field in CarPropertyManagerTest 300 case CUSTOM_GLOBAL_INT_ARRAY_PROP: in testMixedPropertyConfigs() 350 mManager.setProperty(Integer[].class, CUSTOM_GLOBAL_INT_ARRAY_PROP, 0, in testGetIntArrayProperty() 353 int[] result = mManager.getIntArrayProperty(CUSTOM_GLOBAL_INT_ARRAY_PROP, 0); in testGetIntArrayProperty() 481 mManager.setProperty(Integer[].class, CUSTOM_GLOBAL_INT_ARRAY_PROP, 0, in testGetPropertyWithClass() 485 CUSTOM_GLOBAL_INT_ARRAY_PROP, 0); in testGetPropertyWithClass() 494 assertThat(mManager.isPropertyAvailable(CUSTOM_GLOBAL_INT_ARRAY_PROP, 0)).isFalse(); in testIsPropertyAvailable() 496 mManager.setProperty(Integer[].class, CUSTOM_GLOBAL_INT_ARRAY_PROP, 0, in testIsPropertyAvailable() 499 assertThat(mManager.isPropertyAvailable(CUSTOM_GLOBAL_INT_ARRAY_PROP, 0)).isTrue(); in testIsPropertyAvailable() 1471 addAidlProperty(CUSTOM_GLOBAL_INT_ARRAY_PROP, handler); in configureMockedHal()
|