Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/property/
DPropertyHalServiceConfigs.java180 int[] halPropIdMgrIdArray = new int[halPropIdMgrIds.size()]; in PropertyHalServiceConfigs() local
182 halPropIdMgrIdArray[i] = halPropIdMgrIds.get(i); in PropertyHalServiceConfigs()
184 mMgrPropIdToHalPropId = BidirectionalSparseIntArray.create(halPropIdMgrIdArray); in PropertyHalServiceConfigs()