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.java973 Pair<Uri, Uri> userEntity = new Pair<>(participant.getHandle(), in handleConferenceParticipantsUpdate() local
982 participantUserEntities.add(userEntity); in handleConferenceParticipantsUpdate()
984 if (!mConferenceParticipantConnections.containsKey(userEntity)) { in handleConferenceParticipantsUpdate()
994 mHostParticipantIdentity = userEntity; in handleConferenceParticipantsUpdate()
998 mConferenceParticipantConnections.get(userEntity); in handleConferenceParticipantsUpdate()