Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DConferenceParticipant.java35 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/
DConferenceParticipant.aidl22 parcelable ConferenceParticipant;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java32 import com.android.ims.internal.ConferenceParticipant;
109 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants); in onConferenceParticipantsChanged()
157 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants) {} in onConferenceParticipantsChanged()
670 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants()
1281 public void updateConferenceParticipants(List<ConferenceParticipant> conferenceParticipants) { in updateConferenceParticipants()
DCall.java22 import com.android.ims.internal.ConferenceParticipant;
202 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java28 import com.android.ims.internal.ConferenceParticipant;
90 private List<ConferenceParticipant> mConferenceParticipants;
360 List<ConferenceParticipant> participants) { in onConferenceParticipantsStateChanged()
833 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants()
841 return new ArrayList<ConferenceParticipant>(0); in getConferenceParticipants()
843 return new ArrayList<ConferenceParticipant>(mConferenceParticipants); in getConferenceParticipants()
1984 public static List<ConferenceParticipant> parseConferenceState(ImsConferenceState state) { in parseConferenceState()
1992 List<ConferenceParticipant> conferenceParticipants = new ArrayList<>(participants.size()); in parseConferenceState()
2019 ConferenceParticipant conferenceParticipant = new ConferenceParticipant(handle, in parseConferenceState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java27 import com.android.ims.internal.ConferenceParticipant;
154 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants()
DImsPhoneCallTracker.java95 import com.android.ims.internal.ConferenceParticipant;
1988 @NonNull ConferenceParticipant participant) { in findConnectionTimeUsePhoneNumber()
1996 String number = ConferenceParticipant.getParticipantAddress(participant.getHandle(), in findConnectionTimeUsePhoneNumber()
2598 List<ConferenceParticipant> cpList = imsCall.getConferenceParticipants(); in processCallStateChange()
2600 for (ConferenceParticipant cp : cpList) { in processCallStateChange()
2601 String number = ConferenceParticipant.getParticipantAddress(cp.getHandle(), in processCallStateChange()
3558 private void updateConferenceParticipantsTiming(List<ConferenceParticipant> participants) {
3559 for (ConferenceParticipant participant : participants) {
3578 List<ConferenceParticipant> participants) {
5150 List<ConferenceParticipant> participants = ImsCall.parseConferenceState(state); in injectTestConferenceState()
/frameworks/base/boot/
Dpreloaded-classes8637 com.android.ims.internal.ConferenceParticipant$1
8638 com.android.ims.internal.ConferenceParticipant
Dboot-image-profile.txt32639 Lcom/android/ims/internal/ConferenceParticipant$1;
32640 Lcom/android/ims/internal/ConferenceParticipant;
/frameworks/base/config/
Dpreloaded-classes8658 com.android.ims.internal.ConferenceParticipant$1
8659 com.android.ims.internal.ConferenceParticipant
Dboot-image-profile.txt42303 Lcom/android/ims/internal/ConferenceParticipant$1;
42304 Lcom/android/ims/internal/ConferenceParticipant;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt54971 Landroid/telecom/ConferenceParticipant;-><init>(Landroid/net/Uri;Ljava/lang/String;Landroid/net/Uri…
54972 Landroid/telecom/ConferenceParticipant;->CREATOR:Landroid/os/Parcelable$Creator;
54973 Landroid/telecom/ConferenceParticipant;->getDisplayName()Ljava/lang/String;
54974 Landroid/telecom/ConferenceParticipant;->getEndpoint()Landroid/net/Uri;
54975 Landroid/telecom/ConferenceParticipant;->getHandle()Landroid/net/Uri;
54976 Landroid/telecom/ConferenceParticipant;->getState()I
54977 Landroid/telecom/ConferenceParticipant;->mDisplayName:Ljava/lang/String;
54978 Landroid/telecom/ConferenceParticipant;->mEndpoint:Landroid/net/Uri;
54979 Landroid/telecom/ConferenceParticipant;->mHandle:Landroid/net/Uri;
54980 Landroid/telecom/ConferenceParticipant;->mState:I