HomeSort by relevance Sort by last modified time
    Searched defs:HdmiHotplugEvent (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/hardware/hdmi/
HdmiHotplugEvent.java 29 public final class HdmiHotplugEvent implements Parcelable {
41 public HdmiHotplugEvent(int port, boolean connected) {
86 public static final Parcelable.Creator<HdmiHotplugEvent> CREATOR
87 = new Parcelable.Creator<HdmiHotplugEvent>() {
89 * Rebuild a {@link HdmiHotplugEvent} previously stored with
92 * @param p {@link HdmiHotplugEvent} object to read the Rating from
93 * @return a new {@link HdmiHotplugEvent} created from the data in the parcel
95 public HdmiHotplugEvent createFromParcel(Parcel p) {
98 return new HdmiHotplugEvent(port, connected);
100 public HdmiHotplugEvent[] newArray(int size)
    [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 52 milliseconds