Home
last modified time | relevance | path

Searched refs:conferenceParticipants (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DConferenceParticipantListAdapter.java88 private List<ParticipantInfo> conferenceParticipants = new ArrayList<>(); field in ConferenceParticipantListAdapter
113 List<DialerCall> conferenceParticipants, boolean parentCanSeparate) { in updateParticipants() argument
115 updateParticipantInfo(conferenceParticipants); in updateParticipants()
125 return conferenceParticipants.size(); in getCount()
136 return conferenceParticipants.get(position); in getItem()
207 ParticipantInfo participantInfo = conferenceParticipants.get(position); in getView()
381 private void updateParticipantInfo(List<DialerCall> conferenceParticipants) { in updateParticipantInfo() argument
384 Set<String> newCallIds = new ArraySet<>(conferenceParticipants.size()); in updateParticipantInfo()
387 for (DialerCall call : conferenceParticipants) { in updateParticipantInfo()
402 this.conferenceParticipants.add(participantInfo); in updateParticipantInfo()
[all …]
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java3498 @NonNull List<ConferenceParticipant> conferenceParticipants) { in updateConferenceParticipants()
3500 l.onConferenceParticipantsChanged(this, conferenceParticipants); in updateConferenceParticipants()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java1973 List<android.telecom.Connection> conferenceParticipants = Arrays.asList(tc1, tc2); in testUnholdConferenceOnOtherSubForVirtualDsdaDevice() local
1979 conferenceParticipants, conferences, SUB2_HANDLE, mTelephonyManagerProxy); in testUnholdConferenceOnOtherSubForVirtualDsdaDevice()