Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarPropertyManagerTest.java110 private static final int CUSTOM_GLOBAL_INT_ARRAY_PROP = field in CarPropertyManagerTest
213 case CUSTOM_GLOBAL_INT_ARRAY_PROP: in testMixedPropertyConfigs()
252 mManager.setProperty(Integer[].class, CUSTOM_GLOBAL_INT_ARRAY_PROP, VehicleArea.GLOBAL, in testGetIntArrayProperty()
255 int[] result = mManager.getIntArrayProperty(CUSTOM_GLOBAL_INT_ARRAY_PROP, in testGetIntArrayProperty()
323 mManager.setProperty(Integer[].class, CUSTOM_GLOBAL_INT_ARRAY_PROP, VehicleArea.GLOBAL, in testGetPropertyWithClass()
327 CUSTOM_GLOBAL_INT_ARRAY_PROP, VehicleArea.GLOBAL); in testGetPropertyWithClass()
337 assertThat(mManager.isPropertyAvailable(CUSTOM_GLOBAL_INT_ARRAY_PROP, VehicleArea.GLOBAL)) in testIsPropertyAvailable()
744 addProperty(CUSTOM_GLOBAL_INT_ARRAY_PROP, handler); in configureMockedHal()