Home
last modified time | relevance | path

Searched refs:ConferenceParticipant (Results 1 – 14 of 14) 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/
DSrvccConnection.java33 import com.android.ims.internal.ConferenceParticipant;
101 public SrvccConnection(ConferenceParticipant cp, @PreciseCallStates int preciseCallState) { in SrvccConnection()
DCall.java22 import com.android.ims.internal.ConferenceParticipant;
214 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants()
DConnection.java34 import com.android.ims.internal.ConferenceParticipant;
117 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants); in onConferenceParticipantsChanged()
172 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants) {} in onConferenceParticipantsChanged()
775 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants()
1386 public void updateConferenceParticipants(List<ConferenceParticipant> conferenceParticipants) { in updateConferenceParticipants()
/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()
849 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants()
857 return new ArrayList<ConferenceParticipant>(0); in getConferenceParticipants()
859 return new ArrayList<ConferenceParticipant>(mConferenceParticipants); in getConferenceParticipants()
2029 public static List<ConferenceParticipant> parseConferenceState(ImsConferenceState state) { in parseConferenceState()
2037 List<ConferenceParticipant> conferenceParticipants = new ArrayList<>(participants.size()); in parseConferenceState()
2064 ConferenceParticipant conferenceParticipant = new ConferenceParticipant(handle, in parseConferenceState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java29 import com.android.ims.internal.ConferenceParticipant;
156 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants()
DImsPhoneCallTracker.java126 import com.android.ims.internal.ConferenceParticipant;
2476 @NonNull ConferenceParticipant participant) { in findConnectionTimeUsePhoneNumber()
2484 String number = ConferenceParticipant.getParticipantAddress(participant.getHandle(), in findConnectionTimeUsePhoneNumber()
3141 List<ConferenceParticipant> cpList = imsCall.getConferenceParticipants(); in processCallStateChange()
3143 for (ConferenceParticipant cp : cpList) { in processCallStateChange()
3144 String number = ConferenceParticipant.getParticipantAddress(cp.getHandle(), in processCallStateChange()
4203 private void updateConferenceParticipantsTiming(List<ConferenceParticipant> participants) {
4204 for (ConferenceParticipant participant : participants) {
4223 List<ConferenceParticipant> participants) {
5967 List<ConferenceParticipant> participants = ImsCall.parseConferenceState(state); in injectTestConferenceState()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java117 import com.android.ims.internal.ConferenceParticipant;
2355 List<ConferenceParticipant> participants = new ArrayList<ConferenceParticipant>(); in testConvertToSrvccConnectionInfoConferenceCall()
2356 participants.add(new ConferenceParticipant(Uri.parse("tel:1234"), "", null, in testConvertToSrvccConnectionInfoConferenceCall()
2359 participants.add(new ConferenceParticipant(Uri.parse("tel:5678"), "", null, in testConvertToSrvccConnectionInfoConferenceCall()
2839 ImsPhoneConnection c, boolean localTone, List<ConferenceParticipant> participants) { in getImsCallProfileForSrvccSync()
/frameworks/base/boot/
Dpreloaded-classes10679 com.android.ims.internal.ConferenceParticipant$1
10680 com.android.ims.internal.ConferenceParticipant
Dboot-image-profile.txt33104 Lcom/android/ims/internal/ConferenceParticipant$1;
33105 Lcom/android/ims/internal/ConferenceParticipant;
/frameworks/base/config/
Dpreloaded-classes10710 com.android.ims.internal.ConferenceParticipant$1
10711 com.android.ims.internal.ConferenceParticipant
Dboot-image-profile.txt43265 Lcom/android/ims/internal/ConferenceParticipant$1;
43266 Lcom/android/ims/internal/ConferenceParticipant;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt51005 Landroid/telecom/ConferenceParticipant;-><init>(Landroid/net/Uri;Ljava/lang/String;Landroid/net/Uri…
51006 Landroid/telecom/ConferenceParticipant;->CREATOR:Landroid/os/Parcelable$Creator;
51007 Landroid/telecom/ConferenceParticipant;->getDisplayName()Ljava/lang/String;
51008 Landroid/telecom/ConferenceParticipant;->getEndpoint()Landroid/net/Uri;
51009 Landroid/telecom/ConferenceParticipant;->getHandle()Landroid/net/Uri;
51010 Landroid/telecom/ConferenceParticipant;->getState()I
51011 Landroid/telecom/ConferenceParticipant;->mDisplayName:Ljava/lang/String;
51012 Landroid/telecom/ConferenceParticipant;->mEndpoint:Landroid/net/Uri;
51013 Landroid/telecom/ConferenceParticipant;->mHandle:Landroid/net/Uri;
51014 Landroid/telecom/ConferenceParticipant;->mState:I