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, 126 public ConferenceParticipant[] newArray(int size) { 127 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; 209 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 39 import com.android.ims.internal.ConferenceParticipant; 87 private List<ConferenceParticipant> mConferenceParticipants; 347 List<ConferenceParticipant> participants) { in onConferenceParticipantsStateChanged() 803 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() 811 return new ArrayList<ConferenceParticipant>(0); in getConferenceParticipants() 813 return new ArrayList<ConferenceParticipant>(mConferenceParticipants); in getConferenceParticipants() 1930 public static List<ConferenceParticipant> parseConferenceState(ImsConferenceState state) { in parseConferenceState() 1938 List<ConferenceParticipant> conferenceParticipants = new ArrayList<>(participants.size()); in parseConferenceState() 1965 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; 1797 @NonNull ConferenceParticipant participant) { in findConnectionTimeUsePhoneNumber() 1805 String number = ConferenceParticipant.getParticipantAddress(participant.getHandle(), in findConnectionTimeUsePhoneNumber() 3302 private void updateConferenceParticipantsTiming(List<ConferenceParticipant> participants) { 3303 for (ConferenceParticipant participant : participants) { 3322 List<ConferenceParticipant> participants) { 4855 List<ConferenceParticipant> participants = ImsCall.parseConferenceState(state); in injectTestConferenceState()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 65671 Landroid/telecom/ConferenceParticipant;-><init>(Landroid/net/Uri;Ljava/lang/String;Landroid/net/Uri… 65672 Landroid/telecom/ConferenceParticipant;->CREATOR:Landroid/os/Parcelable$Creator; 65673 Landroid/telecom/ConferenceParticipant;->getDisplayName()Ljava/lang/String; 65674 Landroid/telecom/ConferenceParticipant;->getEndpoint()Landroid/net/Uri; 65675 Landroid/telecom/ConferenceParticipant;->getHandle()Landroid/net/Uri; 65676 Landroid/telecom/ConferenceParticipant;->getState()I 65677 Landroid/telecom/ConferenceParticipant;->mDisplayName:Ljava/lang/String; 65678 Landroid/telecom/ConferenceParticipant;->mEndpoint:Landroid/net/Uri; 65679 Landroid/telecom/ConferenceParticipant;->mHandle:Landroid/net/Uri; 65680 Landroid/telecom/ConferenceParticipant;->mState:I
|