FileDocCategorySizeDatePackage
HdmiPortInfo.javaAPI DocAndroid 5.1 API1185Sat Mar 14 14:09:56 GMT 2015android.hardware.hdmi

HdmiPortInfo

public final class HdmiPortInfo extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final int
PORT_INPUT
public static final int
PORT_OUTPUT
Constructors Summary
public HdmiPortInfo(int id, int type, int address, boolean cec, boolean mhl, boolean arc)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object o)

 throw new RuntimeException("Stub!"); 
public intgetAddress()

 throw new RuntimeException("Stub!"); 
public intgetId()

 throw new RuntimeException("Stub!"); 
public intgetType()

 throw new RuntimeException("Stub!"); 
public booleanisArcSupported()

 throw new RuntimeException("Stub!"); 
public booleanisCecSupported()

 throw new RuntimeException("Stub!"); 
public booleanisMhlSupported()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");