Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DConferenceParticipantConnection.java66 int presentation = participant.getParticipantPresentation(); in ConferenceParticipantConnection()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DConferenceParticipant.java144 public int getParticipantPresentation() { in getParticipantPresentation() method in ConferenceParticipant
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java1990 if (PhoneConstants.PRESENTATION_ALLOWED == participant.getParticipantPresentation()) { in findConnectionTimeUsePhoneNumber()