Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java960 Pair<Uri, Uri> userEntity = new Pair<>(participant.getHandle(), in handleConferenceParticipantsUpdate() local
969 participantUserEntities.add(userEntity); in handleConferenceParticipantsUpdate()
971 if (!mConferenceParticipantConnections.containsKey(userEntity)) { in handleConferenceParticipantsUpdate()
981 mHostParticipantIdentity = userEntity; in handleConferenceParticipantsUpdate()
985 mConferenceParticipantConnections.get(userEntity); in handleConferenceParticipantsUpdate()