Searched refs:ConferenceParticipant (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
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, 127 public ConferenceParticipant[] newArray(int size) { 128 return new ConferenceParticipant[size];
|
/frameworks/base/telecomm/java/android/telecom/ |
D | ConferenceParticipant.aidl | 22 parcelable ConferenceParticipant;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Connection.java | 29 import com.android.ims.internal.ConferenceParticipant; 105 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants); in onConferenceParticipantsChanged() 139 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants) {} in onConferenceParticipantsChanged() 617 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() 1219 public void updateConferenceParticipants(List<ConferenceParticipant> conferenceParticipants) { in updateConferenceParticipants()
|
D | Call.java | 21 import com.android.ims.internal.ConferenceParticipant; 201 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 26 import com.android.ims.internal.ConferenceParticipant; 88 private List<ConferenceParticipant> mConferenceParticipants; 348 List<ConferenceParticipant> participants) { in onConferenceParticipantsStateChanged() 804 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() 812 return new ArrayList<ConferenceParticipant>(0); in getConferenceParticipants() 814 return new ArrayList<ConferenceParticipant>(mConferenceParticipants); in getConferenceParticipants() 1931 public static List<ConferenceParticipant> parseConferenceState(ImsConferenceState state) { in parseConferenceState() 1939 List<ConferenceParticipant> conferenceParticipants = new ArrayList<>(participants.size()); in parseConferenceState() 1966 ConferenceParticipant conferenceParticipant = new ConferenceParticipant(handle, in parseConferenceState()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCall.java | 26 import com.android.ims.internal.ConferenceParticipant; 153 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants()
|
D | ImsPhoneCallTracker.java | 88 import com.android.ims.internal.ConferenceParticipant; 1814 @NonNull ConferenceParticipant participant) { in findConnectionTimeUsePhoneNumber() 1822 String number = ConferenceParticipant.getParticipantAddress(participant.getHandle(), in findConnectionTimeUsePhoneNumber() 3317 private void updateConferenceParticipantsTiming(List<ConferenceParticipant> participants) { 3318 for (ConferenceParticipant participant : participants) { 3337 List<ConferenceParticipant> participants) { 4867 List<ConferenceParticipant> participants = ImsCall.parseConferenceState(state); in injectTestConferenceState()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 48331 Lcom/android/ims/internal/ConferenceParticipant$1; 48332 Lcom/android/ims/internal/ConferenceParticipant;
|