Searched refs:mPropConfigsByPropId (Results 1 – 1 of 1) sorted by relevance
94 private final SparseArray<HalPropConfig> mPropConfigsByPropId; field in FakeVehicleStub154 mPropConfigsByPropId = extractPropConfigs(configDeclarationsByPropId); in FakeVehicleStub()309 HalPropConfig[] propConfigs = new HalPropConfig[mPropConfigsByPropId.size()]; in getAllPropConfigs()310 for (int i = 0; i < mPropConfigsByPropId.size(); i++) { in getAllPropConfigs()311 propConfigs[i] = mPropConfigsByPropId.valueAt(i); in getAllPropConfigs()329 HalPropConfig halPropConfig = mPropConfigsByPropId.get(propId); in getAccess()711 int[] configArray = mPropConfigsByPropId.get(VehicleProperty.HVAC_POWER_ON) in getHvacPowerDependentProps()833 HalAreaConfig[] areaConfigs = mPropConfigsByPropId.get(propId).getAreaConfigs(); in getAllSupportedAreaId()854 HalAreaConfig areaConfig = mPropConfigsByPropId.get(propId).getAreaConfigs()[index]; in withinRange()931 if (!mPropConfigsByPropId.contains(propId)) { in checkPropIdSupported()[all …]