Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecNetwork.java456 ArraySet<Integer> mhlSupportedPorts = new ArraySet<Integer>(mhlPortInfo.length); in initPortInfo() local
459 mhlSupportedPorts.add(info.getId()); in initPortInfo()
465 if (mhlSupportedPorts.isEmpty()) { in initPortInfo()
471 if (mhlSupportedPorts.contains(info.getId())) { in initPortInfo()