Home
last modified time | relevance | path

Searched defs:setParticipants (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DConnectionRequest.java71 public @NonNull Builder setParticipants( in setParticipants() method in ConnectionRequest.Builder
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DImsConference.java596 public final void setParticipants(List<Uri> address) { in setParticipants() method in ImsConference
H A DTelephonyConnection.java1915 public final void setParticipants(@Nullable List<Uri> address) { in setParticipants() method in TelephonyConnection
/aosp12/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
H A DConversation.java354 public Builder setParticipants(@NonNull List<Person> participants) { in setParticipants() method in Conversation.Builder