Searched refs:portDeviceMap (Results 1 – 1 of 1) sorted by relevance
814 SparseArray<HdmiDeviceInfo> portDeviceMap = new SparseArray<>(); in initPortInfo() local818 portDeviceMap.put(info.getId(), new HdmiDeviceInfo(info.getAddress(), info.getId())); in initPortInfo()822 mPortDeviceMap = new UnmodifiableSparseArray<>(portDeviceMap); in initPortInfo()