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.java550 getParticipantsToDial(request.getParticipants()), in placeOutgoingConference()
598 conference.setParticipants(connection.getParticipants()); in prepareConference()
853 conn.setParticipants(request.getParticipants()); in onCreateOutgoingConnection()
1159 connection.setParticipants(request.getParticipants()); in getTelephonyConnection()
DImsConference.java574 public final List<Uri> getParticipants() { in getParticipants() method in ImsConference
DTelephonyConnection.java1630 public final @Nullable List<Uri> getParticipants() { in getParticipants() method in TelephonyConnection
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFragment.java355 getActivity(), data, mBinding.getData().getParticipants(),
1097 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.java1226 .setParticipants(call.getParticipants()) in createConference()
DCall.java1184 public List<Uri> getParticipants() { in getParticipants() method in Call