Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java156 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() method in ImsPhoneCall
164 return call.getConferenceParticipants(); in getConferenceParticipants()
DImsPhoneCallTracker.java3141 List<ConferenceParticipant> cpList = imsCall.getConferenceParticipants(); in processCallStateChange()
6189 List<ConferenceParticipant> participants = getConferenceParticipants(c); in addConnection()
6208 private List<ConferenceParticipant> getConferenceParticipants(ImsPhoneConnection c) { in getConferenceParticipants() method in ImsPhoneCallTracker
6214 List<ConferenceParticipant> participants = imsCall.getConferenceParticipants(); in getConferenceParticipants()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCall.java214 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() method in Call
DConnection.java775 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() method in Connection
783 return c.getConferenceParticipants(); in getConferenceParticipants()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java849 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() method in ImsCall
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java2851 doReturn(participants).when(imsCall).getConferenceParticipants(); in getImsCallProfileForSrvccSync()