Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/hdmi/
DHdmiPortInfo.java54 public @interface PortType {} annotation in HdmiPortInfo
77 public HdmiPortInfo(int id, @PortType int type, in HdmiPortInfo()
117 @PortType
270 public Builder(int id, @PortType int type, @IntRange(from = 0) int address) { in Builder()