Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java154 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() method in ImsPhoneCall
162 return call.getConferenceParticipants(); in getConferenceParticipants()
H A DImsPhoneCallTracker.java2598 List<ConferenceParticipant> cpList = imsCall.getConferenceParticipants(); in processCallStateChange()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCall.java202 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() method in Call
H A DConnection.java670 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() method in Connection
678 return c.getConferenceParticipants(); in getConferenceParticipants()
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/
H A DImsConferenceTest.java457 when(mConferenceHost.mMockRadioConnection.getConferenceParticipants()) in testSinglePartyEmulationWithSinglePartyAtCreation()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DImsConference.java411 mConferenceHost.getConferenceParticipants()); in updateConferenceParticipantsAfterCreation()
H A DTelephonyConnection.java2272 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() method in TelephonyConnection
2277 return mOriginalConnection.getConferenceParticipants(); in getConferenceParticipants()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java833 public List<ConferenceParticipant> getConferenceParticipants() { in getConferenceParticipants() method in ImsCall