Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DConferenceParticipantListAdapter.java59 private final Map<String, ParticipantInfo> participantsByCallId = new ArrayMap<>(); field in ConferenceParticipantListAdapter
158 if (participantsByCallId.containsKey(callId)) { in refreshCall()
159 ParticipantInfo participantInfo = participantsByCallId.get(callId); in refreshCall()
258 if (participantsByCallId.containsKey(callId)) { in updateContactInfo()
259 ParticipantInfo participantInfo = participantsByCallId.get(callId); in updateContactInfo()
395 if (participantsByCallId.containsKey(callId)) { in updateParticipantInfo()
396 ParticipantInfo participantInfo = participantsByCallId.get(callId); in updateParticipantInfo()
403 participantsByCallId.put(call.getId(), participantInfo); in updateParticipantInfo()
408 Iterator<Map.Entry<String, ParticipantInfo>> it = participantsByCallId.entrySet().iterator(); in updateParticipantInfo()