Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPropertyManagerTest.java353 int[] result = mManager.getIntArrayProperty(CUSTOM_GLOBAL_INT_ARRAY_PROP, 0); in testGetIntArrayProperty()
365 assertThat(mManager.getIntArrayProperty(PROP_VALUE_STATUS_ERROR_INT_ARRAY, 0)).isEqualTo( in testGetIntArrayPropertyWithErrorStatusBeforeS()
378 () -> mManager.getIntArrayProperty(PROP_VALUE_STATUS_ERROR_INT_ARRAY, 0)); in testGetIntArrayPropertyWithErrorStatusEqualAfterS()
389 assertThat(mManager.getIntArrayProperty(PROP_VALUE_STATUS_UNKNOWN_INT_ARRAY, 0)).isEqualTo( in testGetIntArrayPropertyWithUnknownStatusBeforeS()
402 () -> mManager.getIntArrayProperty(PROP_VALUE_STATUS_UNKNOWN_INT_ARRAY, 0)); in testGetIntArrayPropertyWithUnknownStatusEqualAfterS()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java915 () -> mCarPropertyManager.getIntArrayProperty(FLOAT_PROP, 0)); in testGetIntArrayProperty()
924 assertThat(mCarPropertyManager.getIntArrayProperty(INT32_VEC_PROP, 0)).isEqualTo( in testGetIntArrayProperty_tryAgainBeforeR()
935 () -> mCarPropertyManager.getIntArrayProperty(INT32_VEC_PROP, 0)); in testGetIntArrayProperty_tryAgainEqualAfterR()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java2338 public int[] getIntArrayProperty(int propertyId, int areaId) { in getIntArrayProperty() method in CarPropertyManager
/packages/services/Car/car-lib/api/
Dcurrent.txt772 method @NonNull public int[] getIntArrayProperty(int, int);
Dlint-baseline.txt1484 UnflaggedApi: android.car.hardware.property.CarPropertyManager#getIntArrayProperty(int, int):
1485 …h @FlaggedApi: method android.car.hardware.property.CarPropertyManager.getIntArrayProperty(int,int)
/packages/services/Car/car-lib-module/api/
Dcurrent.txt772 method @NonNull public int[] getIntArrayProperty(int, int);
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt1664 method TIRAMISU_0 int[] getIntArrayProperty(int prop, int area);