Searched refs:mAccessByPropIdAreaId (Results 1 – 1 of 1) sorted by relevance
138 private final PairSparseArray<Integer> mAccessByPropIdAreaId = new PairSparseArray<Integer>(); field in VehicleHal344 mAccessByPropIdAreaId.put(p.getPropId(), /* areaId */ 0, p.getAccess()); in fetchAllPropConfigs()347 mAccessByPropIdAreaId.put(p.getPropId(), areaConfig.getAreaId(), in fetchAllPropConfigs()538 mAccessByPropIdAreaId.clear(); in release()761 Integer access = mAccessByPropIdAreaId.get(config.getPropId(), areaIds[j]); in createVhalSubscribeOptionsLocked()