Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/hardware/property/
H A DICarProperty.aidl42 List<CarPropertyConfig> getPropertyConfigList(in int[] propIds) = 7; in getPropertyConfigList() method
H A DCarPropertyManager.java383 configs = mService.getPropertyConfigList(propIds); in getPropertyList()
403 configs = mService.getPropertyConfigList(new int[] {propId}); in getCarPropertyConfig()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarDrivingStateService.java147 .getPropertyConfigList(REQUIRED_PROPERTIES); in checkPropertySupport()
370 .getPropertyConfigList(REQUIRED_PROPERTIES); in getSupportedGears()
H A DCarPropertyService.java371 return getPropertyConfigList(allPropId); in getPropertyList()
381 public List<CarPropertyConfig> getPropertyConfigList(int[] propIds) { in getPropertyConfigList() method in CarPropertyService
H A DBluetoothDeviceConnectionPolicy.java234 List<CarPropertyConfig> availableProp = mCarPropertyService.getPropertyConfigList( in getDriverSeatLocationFromVhal()
/aosp12/packages/services/Car/car-test-lib/src/android/car/testapi/
H A DFakeCarPropertyService.java90 public List<CarPropertyConfig> getPropertyConfigList(int[] propIds) { in getPropertyConfigList() method in FakeCarPropertyService