HomeSort by relevance Sort by last modified time
    Searched defs:HdmiHotplugEvent (Results 1 - 5 of 5) 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 * Rebuilds 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
96 public HdmiHotplugEvent createFromParcel(Parcel p) {
99 return new HdmiHotplugEvent(port, connected);
102 public HdmiHotplugEvent[] newArray(int size)
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 194 milliseconds