Searched refs:ConferenceParticipant (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DConferenceParticipant.aidl22 parcelable ConferenceParticipant;
H A DConferenceParticipant.java27 public class ConferenceParticipant implements Parcelable { class in inherits:Parcelable
53 * Creates an instance of {@code ConferenceParticipant}.
60 public ConferenceParticipant(Uri handle, String displayName, Uri endpoint, int state) { method in class:ConferenceParticipant
68 * Responsible for creating {@code ConferenceParticipant} objects for deserialized Parcels.
70 public static final Parcelable.Creator<ConferenceParticipant> CREATOR =
71 new Parcelable.Creator<ConferenceParticipant>() {
74 public ConferenceParticipant createFromParcel(Parcel source) {
80 return new ConferenceParticipant(handle, displayName, endpoint, state);
84 public ConferenceParticipant[] newArray(int size) {
85 return new ConferenceParticipant[siz
[all...]
H A DConnection.java830 List<ConferenceParticipant> participants) {}
3101 List<ConferenceParticipant> conferenceParticipants) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCall.java19 import android.telecom.ConferenceParticipant;
121 public List<ConferenceParticipant> getConferenceParticipants() {
H A DConnection.java22 import android.telecom.ConferenceParticipant;
96 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants);
128 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants) {}
449 public List<ConferenceParticipant> getConferenceParticipants() {
976 public void updateConferenceParticipants(List<ConferenceParticipant> conferenceParticipants) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java19 import android.telecom.ConferenceParticipant;
143 public List<ConferenceParticipant> getConferenceParticipants() {
H A DImsPhoneCallTracker.java46 import android.telecom.ConferenceParticipant;
2629 List<ConferenceParticipant> participants) {
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java32 import android.telecom.ConferenceParticipant;
84 private List<ConferenceParticipant> mConferenceParticipants;
344 List<ConferenceParticipant> participants) {
771 public List<ConferenceParticipant> getConferenceParticipants() {
779 return new ArrayList<ConferenceParticipant>(0);
781 return new ArrayList<ConferenceParticipant>(mConferenceParticipants);
1843 ConferenceParticipant conferenceParticipant = new ConferenceParticipant(handle,

Completed in 138 milliseconds