Searched refs:getIntArrayProperty (Results 1 – 7 of 7) sorted by relevance
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarPropertyManagerTest.java | 353 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/ |
D | CarPropertyManagerUnitTest.java | 915 () -> 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/ |
D | CarPropertyManager.java | 2338 public int[] getIntArrayProperty(int propertyId, int areaId) { in getIntArrayProperty() method in CarPropertyManager
|
/packages/services/Car/car-lib/api/ |
D | current.txt | 772 method @NonNull public int[] getIntArrayProperty(int, int);
|
D | lint-baseline.txt | 1484 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/ |
D | current.txt | 772 method @NonNull public int[] getIntArrayProperty(int, int);
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 1664 method TIRAMISU_0 int[] getIntArrayProperty(int prop, int area);
|