D | DisplayPortAltModeInfo.java | 38 public final class DisplayPortAltModeInfo implements Parcelable { class 132 public DisplayPortAltModeInfo() { in DisplayPortAltModeInfo() method in DisplayPortAltModeInfo 141 public DisplayPortAltModeInfo(int partnerSinkStatus, int cableStatus, in DisplayPortAltModeInfo() method in DisplayPortAltModeInfo 248 if (!(o instanceof DisplayPortAltModeInfo)) { in equals() 251 DisplayPortAltModeInfo other = (DisplayPortAltModeInfo) o; in equals() 265 public static final @NonNull Parcelable.Creator<DisplayPortAltModeInfo> CREATOR = 266 new Parcelable.Creator<DisplayPortAltModeInfo>() { 268 public DisplayPortAltModeInfo createFromParcel(Parcel in) { 274 return new DisplayPortAltModeInfo(partnerSinkStatus, cableStatus, numLanes, 279 public DisplayPortAltModeInfo[] newArray(int size) { [all …]
|