Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/property/
DPropertyHalServiceConfigs.java172 List<Integer> halPropIdMgrIds = new ArrayList<>(); in PropertyHalServiceConfigs() local
176 halPropIdMgrIds.add(config.propertyId); in PropertyHalServiceConfigs()
177 halPropIdMgrIds.add(config.halPropId); in PropertyHalServiceConfigs()
180 int[] halPropIdMgrIdArray = new int[halPropIdMgrIds.size()]; in PropertyHalServiceConfigs()
181 for (int i = 0; i < halPropIdMgrIds.size(); i++) { in PropertyHalServiceConfigs()
182 halPropIdMgrIdArray[i] = halPropIdMgrIds.get(i); in PropertyHalServiceConfigs()