Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DHidlVehicleStub.java155 ArrayList<VehiclePropConfig> configForSupportedProps; in getAllPropConfigs() local
157 configForSupportedProps = getPropConfigs(new ArrayList<>( in getAllPropConfigs()
166 if (configForSupportedProps.size() == 0) { in getAllPropConfigs()
179 return getAllPropConfigsThroughMultipleRequests(configForSupportedProps.get(0)); in getAllPropConfigs()
424 VehiclePropConfig configForSupportedProps) in getAllPropConfigsThroughMultipleRequests() argument
426 if (configForSupportedProps.configArray.size() < 1) { in getAllPropConfigsThroughMultipleRequests()
432 int numConfigsPerRequest = configForSupportedProps.configArray.get(0); in getAllPropConfigsThroughMultipleRequests()