Home
last modified time | relevance | path

Searched defs:participants (Results 1 – 25 of 52) sorted by relevance

123

/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DGetOrCreateConversationAction.java55 final ArrayList<ParticipantData> participants, final Object data, in getOrCreateConversation()
68 final ArrayList<ParticipantData> participants = new ArrayList<>(); in getOrCreateConversation() local
82 private GetOrCreateConversationAction(final ArrayList<ParticipantData> participants, in GetOrCreateConversationAction()
96 final ArrayList<ParticipantData> participants = in executeAction() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DMessageDetailsDialog.java54 final ConversationParticipantsData participants, final ParticipantData self) { in show()
75 final ConversationParticipantsData participants, final ParticipantData self) { in getMessageDetails()
103 final ConversationParticipantsData participants, final ParticipantData self) { in getSmsMessageDetails()
156 final ConversationParticipantsData participants, final ParticipantData self) { in getMmsMessageDetails()
312 final ConversationParticipantsData participants, final String senderId, in getRecipientParticipantString()
/aosp12/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSession.aidl128 void startConference(in String[] participants, in ImsCallProfile profile); in startConference()
220 void extendToConference(in String[] participants); in extendToConference()
229 void inviteParticipants(in String[] participants); in inviteParticipants()
238 void removeParticipants(in String[] participants); in removeParticipants()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionImplBase.java412 public void startConference(String[] participants, ImsCallProfile profile) { in startConference()
534 public void extendToConference(String[] participants) { in extendToConference()
544 public void inviteParticipants(String[] participants) { in inviteParticipants()
554 public void removeParticipants(String[] participants) { in removeParticipants()
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/impl/datamodels/util/
H A DConversationFetchUtil.java93 List<Person> participants = in initConversationBuilder() local
145 List<Person> participants = in fetchParticipants() local
H A DContactUtils.java78 List<Person> participants = new ArrayList<>(); in getRecipients() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleDatabaseOperations.java81 final ArrayList<ParticipantData> participants = new in getConversationParticipantsFromRecipients() local
97 public static void sanitizeConversationParticipants(final List<ParticipantData> participants) { in sanitizeConversationParticipants()
141 final List<ParticipantData> participants) { in getRecipientsFromConversationParticipants()
171 final ArrayList<ParticipantData> participants = in getOrCreateConversationFromThreadId() local
210 final boolean archived, final ArrayList<ParticipantData> participants, in getOrCreateConversation()
367 final List<ParticipantData> participants, final boolean archived, in createConversationInTransaction()
440 final List<ParticipantData> participants) { in fillParticipantData()
827 final ArrayList<ParticipantData> participants = in updateConversationNameAndAvatarInTransaction() local
837 final List<ParticipantData> participants) { in updateConversationNameAndAvatarInTransaction()
910 final ArrayList<ParticipantData> participants = in getRecipientsForConversation() local
[all …]
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTransitionTests.java78 ArraySet<WindowContainer> participants = transition.mParticipants; in testCreateInfo_NewTask() local
135 ArraySet<WindowContainer> participants = transition.mParticipants; in testCreateInfo_NestedTasks() local
185 ArraySet<WindowContainer> participants = transition.mParticipants; in testCreateInfo_DisplayArea() local
391 ArraySet<WindowContainer> participants = transition.mParticipants; in testIndependent() local
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DConferenceManagerFragment.java92 public void update(List<DialerCall> participants, boolean parentCanSeparate) { in update()
H A DConferenceManagerPresenter.java135 void update(List<DialerCall> participants, boolean parentCanSeparate); in update()
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
H A DGetOrCreateConversationActionTest.java58 final ArrayList<ParticipantData> participants = new in testGetOrCreateConversation() local
H A DReadWriteDraftMessageActionTest.java110 final ArrayList<ParticipantData> participants = in getOrCreateConversation() local
186 final ArrayList<ParticipantData> participants = in testReadDraftForNewConversation() local
/aosp12/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
H A DImsCallSessionImplBase.java182 public void startConference(String[] participants, ImsCallProfile profile) { in startConference()
309 public void extendToConference(String[] participants) { in extendToConference()
320 public void inviteParticipants(String[] participants) { in inviteParticipants()
331 public void removeParticipants(String[] participants) { in removeParticipants()
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/
H A DContactPickerFragmentTest.java191 final List<ParticipantData> participants = in testPickInitialContact() local
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DConnectionRequest.java71 public @NonNull Builder setParticipants( in setParticipants()
260 List<Uri> participants, in ConnectionRequest()
/aosp12/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
H A DConversation.java85 @NonNull List<Person> participants, in Conversation()
147 List<Person> participants = in fromBundle() local
354 public Builder setParticipants(@NonNull List<Person> participants) { in setParticipants()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConference.java107 public void onAddConferenceParticipants(List<Uri> participants) { in onAddConferenceParticipants()
H A DCdmaConference.java77 public void onAddConferenceParticipants(List<Uri> participants) { in onAddConferenceParticipants()
H A DImsConference.java666 public void onAddConferenceParticipants(List<Uri> participants) { in onAddConferenceParticipants()
952 TelephonyConnection parent, List<ConferenceParticipant> participants) { in handleConferenceParticipantsUpdate()
/aosp12/system/security/keystore2/src/
H A Dshared_secret_negotiation.rs41 let participants = list_participants() in perform_shared_secret_negotiation() localVariable
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DPeopleAndOptionsData.java46 List<ParticipantData> participants); in onParticipantsListLoaded()
H A DConversationListItemData.java480 final List<ParticipantData> participants) { in hasAnyEnterpriseContact()
523 public static String generateConversationName(final List<ParticipantData> in generateConversationName()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallSession.java796 public void start(String[] participants, ImsCallProfile profile) { in start()
986 public void extendToConference(String[] participants) { in extendToConference()
1004 public void inviteParticipants(String[] participants) { in inviteParticipants()
1022 public void removeParticipants(String[] participants) { in removeParticipants()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java360 List<ConferenceParticipant> participants) { in onConferenceParticipantsStateChanged()
1167 public void start(ImsCallSession session, String[] participants) in start()
1627 public void extendToConference(String[] participants) throws ImsException { in extendToConference()
1663 public void inviteParticipants(String[] participants) throws ImsException { in inviteParticipants()
1681 public void removeParticipants(String[] participants) throws ImsException { in removeParticipants()
1985 Set<Entry<String, Bundle>> participants = state.mParticipants.entrySet(); in parseConferenceState() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/
H A DPeopleAndOptionsFragment.java125 final List<ParticipantData> participants) { in onParticipantsListLoaded()

123