Searched refs:conferenceParticipants (Results 1 – 3 of 3) sorted by relevance
88 private List<ParticipantInfo> conferenceParticipants = new ArrayList<>(); field in ConferenceParticipantListAdapter113 List<DialerCall> conferenceParticipants, boolean parentCanSeparate) { in updateParticipants() argument115 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() argument384 Set<String> newCallIds = new ArraySet<>(conferenceParticipants.size()); in updateParticipantInfo()387 for (DialerCall call : conferenceParticipants) { in updateParticipantInfo()402 this.conferenceParticipants.add(participantInfo); in updateParticipantInfo()[all …]
3498 @NonNull List<ConferenceParticipant> conferenceParticipants) { in updateConferenceParticipants()3500 l.onConferenceParticipantsChanged(this, conferenceParticipants); in updateConferenceParticipants()
1973 List<android.telecom.Connection> conferenceParticipants = Arrays.asList(tc1, tc2); in testUnholdConferenceOnOtherSubForVirtualDsdaDevice() local1979 conferenceParticipants, conferences, SUB2_HANDLE, mTelephonyManagerProxy); in testUnholdConferenceOnOtherSubForVirtualDsdaDevice()