D | ConferenceParticipant.java | 35 public class ConferenceParticipant implements Parcelable { class 92 public ConferenceParticipant(Uri handle, String displayName, Uri endpoint, int state, in ConferenceParticipant() method in ConferenceParticipant 104 …public static final @android.annotation.NonNull Parcelable.Creator<ConferenceParticipant> CREATOR = 105 new Parcelable.Creator<ConferenceParticipant>() { 108 public ConferenceParticipant createFromParcel(Parcel source) { 109 ClassLoader classLoader = ConferenceParticipant.class.getClassLoader(); 117 ConferenceParticipant participant = 118 new ConferenceParticipant(handle, displayName, endpoint, state, 126 public ConferenceParticipant[] newArray(int size) { 127 return new ConferenceParticipant[size];
|