Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java846 HalAreaConfig[] allAreaConfigs = config.getAreaConfigs(); in getAllAreaIdsFromPropertyId() local
847 if (allAreaConfigs.length == 0) { in getAllAreaIdsFromPropertyId()
850 int[] areaId = new int[allAreaConfigs.length]; in getAllAreaIdsFromPropertyId()
851 for (int i = 0; i < allAreaConfigs.length; i++) { in getAllAreaIdsFromPropertyId()
852 areaId[i] = allAreaConfigs[i].getAreaId(); in getAllAreaIdsFromPropertyId()