Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DImsConference.java1003 Pair<Uri, Uri> userEntity = new Pair<>(participant.getHandle(), in handleConferenceParticipantsUpdate() local
1012 participantUserEntities.add(userEntity); in handleConferenceParticipantsUpdate()
1014 if (!mConferenceParticipantConnections.containsKey(userEntity)) { in handleConferenceParticipantsUpdate()
1024 mHostParticipantIdentity = userEntity; in handleConferenceParticipantsUpdate()
1028 mConferenceParticipantConnections.get(userEntity); in handleConferenceParticipantsUpdate()