Home
last modified time | relevance | path

Searched refs:ConferenceParticipant (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DConferenceParticipant.java32 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];
DConferenceParticipant.aidl22 parcelable ConferenceParticipant;
DConnection.java893 List<ConferenceParticipant> participants) {} in onConferenceParticipantsChanged()
3261 List<ConferenceParticipant> conferenceParticipants) { in updateConferenceParticipants()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java23 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()
DCall.java19 import android.telecom.ConferenceParticipant;
132 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java20 import android.telecom.ConferenceParticipant;
146 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants()
DImsPhoneCallTracker.java48 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/
DImsCall.java31 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/
Dhiddenapi-greylist-max-o.txt70444 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 …]