Home
last modified time | relevance | path

Searched defs:minMaxSupportedPropertyValue (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java2859 var minMaxSupportedPropertyValue = mPropertyHalService.getMinMaxSupportedValue( in testGetMinMaxSupportedValue_dynamicSupportedValuesNotSupported() local
2876 var minMaxSupportedPropertyValue = mPropertyHalService.getMinMaxSupportedValue( in testGetMinMaxSupportedValue_dynamicSupportedValuesNotSupported_nullMinValue() local
2893 var minMaxSupportedPropertyValue = mPropertyHalService.getMinMaxSupportedValue( in testGetMinMaxSupportedValue_dynamicSupportedValuesNotSupported_nullMaxValue() local
2921 var minMaxSupportedPropertyValue = mPropertyHalService.getMinMaxSupportedValue( in testGetMinMaxSupportedValue() local
2960 var minMaxSupportedPropertyValue = mPropertyHalService.getMinMaxSupportedValue( in testGetMinMaxSupportedValue_maxValueNull() local
2985 var minMaxSupportedPropertyValue = mPropertyHalService.getMinMaxSupportedValue( in testGetMinMaxSupportedValue_minValueNull() local
3001 var minMaxSupportedPropertyValue = mPropertyHalService.getMinMaxSupportedValue( in testGetMinMaxSupportedValue_notSpecified() local
/aosp_15_r20/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java3143 var minMaxSupportedPropertyValue = new MinMaxSupportedPropertyValue(); in testGetMinMaxSupportedValue() local
3161 var minMaxSupportedPropertyValue = new MinMaxSupportedPropertyValue(); in testGetMinMaxSupportedValue_nullMinValue() local
3178 var minMaxSupportedPropertyValue = new MinMaxSupportedPropertyValue(); in testGetMinMaxSupportedValue_nullMaxValue() local
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPropertyServiceUnitTest.java1758 MinMaxSupportedPropertyValue minMaxSupportedPropertyValue = mock( in testGetMinMaxSupportedValue() local