FileDocCategorySizeDatePackage
HdmiHotplugEvent.javaAPI DocAndroid 5.1 API601Sat Mar 14 14:10:06 GMT 2015android.hardware.hdmi

HdmiHotplugEvent.java

package android.hardware.hdmi;
public final class HdmiHotplugEvent
  implements android.os.Parcelable
{
HdmiHotplugEvent() { throw new RuntimeException("Stub!"); }
public  int getPort() { throw new RuntimeException("Stub!"); }
public  boolean isConnected() { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.hardware.hdmi.HdmiHotplugEvent> CREATOR;
static { CREATOR = null; }
}