Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java555 getParticipantsToDial(request.getParticipants()), in placeOutgoingConference()
603 conference.setParticipants(connection.getParticipants()); in prepareConference()
858 conn.setParticipants(request.getParticipants()); in onCreateOutgoingConnection()
1164 connection.setParticipants(request.getParticipants()); in getTelephonyConnection()
DImsConference.java576 public final List<Uri> getParticipants() { in getParticipants() method in ImsConference
DTelephonyConnection.java1639 public final @Nullable List<Uri> getParticipants() { in getParticipants() method in TelephonyConnection
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFragment.java356 getActivity(), data, mBinding.getData().getParticipants(),
1105 final ConversationParticipantsData participants = conversationData.getParticipants(); in ensureKnownRecipients()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DConversationData.java690 public ConversationParticipantsData getParticipants() { in getParticipants() method in ConversationData
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java1218 .setParticipants(call.getParticipants()) in createConference()
DCall.java1147 public List<Uri> getParticipants() { in getParticipants() method in Call