Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DConferenceParticipantListAdapter.java384 Set<String> newCallIds = new ArraySet<>(conferenceParticipants.size()); in updateParticipantInfo() local
389 newCallIds.add(callId); in updateParticipantInfo()
412 if (!newCallIds.contains(existingCallId)) { in updateParticipantInfo()