Searched refs:ConferenceParticipant (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | ConferenceParticipant.java | 32 public class ConferenceParticipant implements Parcelable { class 88 public ConferenceParticipant(Uri handle, String displayName, Uri endpoint, int state, in ConferenceParticipant() method in ConferenceParticipant 100 …public static final @android.annotation.NonNull Parcelable.Creator<ConferenceParticipant> CREATOR = 101 new Parcelable.Creator<ConferenceParticipant>() { 104 public ConferenceParticipant createFromParcel(Parcel source) { 113 ConferenceParticipant participant = 114 new ConferenceParticipant(handle, displayName, endpoint, state, 123 public ConferenceParticipant[] newArray(int size) { 124 return new ConferenceParticipant[size];
|
D | ConferenceParticipant.aidl | 22 parcelable ConferenceParticipant;
|
D | Connection.java | 893 List<ConferenceParticipant> participants) {} in onConferenceParticipantsChanged() 3261 List<ConferenceParticipant> conferenceParticipants) { in updateConferenceParticipants()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Connection.java | 23 import android.telecom.ConferenceParticipant; 100 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants); in onConferenceParticipantsChanged() 134 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants) {} in onConferenceParticipantsChanged() 579 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() 1150 public void updateConferenceParticipants(List<ConferenceParticipant> conferenceParticipants) { in updateConferenceParticipants()
|
D | Call.java | 19 import android.telecom.ConferenceParticipant; 132 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCall.java | 20 import android.telecom.ConferenceParticipant; 146 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants()
|
D | ImsPhoneCallTracker.java | 48 import android.telecom.ConferenceParticipant; 1370 @NonNull ConferenceParticipant participant) { in findConnectionTimeUsePhoneNumber() 1378 String number = ConferenceParticipant.getParticipantAddress(participant.getHandle(), in findConnectionTimeUsePhoneNumber() 2760 private void updateConferenceParticipantsTiming(List<ConferenceParticipant> participants) { 2761 for (ConferenceParticipant participant : participants) { 2780 List<ConferenceParticipant> participants) {
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 31 import android.telecom.ConferenceParticipant; 84 private List<ConferenceParticipant> mConferenceParticipants; 344 List<ConferenceParticipant> participants) { in onConferenceParticipantsStateChanged() 789 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() 797 return new ArrayList<ConferenceParticipant>(0); in getConferenceParticipants() 799 return new ArrayList<ConferenceParticipant>(mConferenceParticipants); in getConferenceParticipants() 1876 ConferenceParticipant conferenceParticipant = new ConferenceParticipant(handle, in notifyConferenceStateUpdated()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 70444 Landroid/telecom/ConferenceParticipant; 70445 Landroid/telecom/ConferenceParticipant;-><init>(Landroid/net/Uri;Ljava/lang/String;Landroid/net/Uri… 70446 Landroid/telecom/ConferenceParticipant;->CREATOR:Landroid/os/Parcelable$Creator; 70447 Landroid/telecom/ConferenceParticipant;->getDisplayName()Ljava/lang/String; 70448 Landroid/telecom/ConferenceParticipant;->getEndpoint()Landroid/net/Uri; 70449 Landroid/telecom/ConferenceParticipant;->getHandle()Landroid/net/Uri; 70450 Landroid/telecom/ConferenceParticipant;->getState()I 70451 Landroid/telecom/ConferenceParticipant;->mDisplayName:Ljava/lang/String; 70452 Landroid/telecom/ConferenceParticipant;->mEndpoint:Landroid/net/Uri; 70453 Landroid/telecom/ConferenceParticipant;->mHandle:Landroid/net/Uri; [all …]
|