Home
last modified time | relevance | path

Searched defs:participant (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DConversationParticipantsData.java68 final ParticipantData participant = mConversationParticipantsMap.valueAt(i); in getParticipantListExcludingSelf() local
82 final ParticipantData participant = mConversationParticipantsMap.valueAt(i); in getOtherParticipant() local
DParticipantListItemData.java41 public ParticipantListItemData(final ParticipantData participant) { in ParticipantListItemData()
DConversationData.java700 final ParticipantData participant = this.getOtherParticipant(); in getParticipantPhoneNumber() local
/packages/services/Telephony/src/com/android/services/telephony/
DConferenceParticipantConnection.java64 ConferenceParticipant participant) { in ConferenceParticipantConnection()
171 private int getParticipantPresentation(ConferenceParticipant participant) { in getParticipantPresentation()
DImsConference.java692 ConferenceParticipantConnection participant = entry.getValue(); in handleConferenceParticipantsUpdate() local
721 TelephonyConnection parent, ConferenceParticipant participant) { in createConferenceParticipantConnection()
748 private void removeConferenceParticipant(ConferenceParticipantConnection participant) { in removeConferenceParticipant()
/packages/apps/Messaging/src/com/android/messaging/util/
DContactRecipientEntryUtils.java112 public static boolean isSendToDestinationContact(final ParticipantData participant) { in isSendToDestinationContact()
DAvatarUriUtil.java148 public static Uri createAvatarUri(@NonNull final ParticipantData participant) { in createAvatarUri()
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DGetOrCreateConversationActionTest.java127 final ParticipantData participant = ParticipantData.getFromCursor(cursor); in testGetOrCreateConversation() local
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DDataModelImpl.java148 final ParticipantData participant) { in createParticipantListItemData()
DDataModel.java102 final ParticipantData participant); in createParticipantListItemData()
DBugleDatabaseOperations.java948 ParticipantData participant = null; in getExistingParticipant() local
1634 final ParticipantData participant, final String conversationId) { in addParticipantToConversation()
1715 ParticipantData participant = null; in getOrCreateSelf() local
1736 final ParticipantData participant) { in getOrCreateParticipantInTransaction()
DMessageNotificationState.java637 final ParticipantData participant = iter.next(); in scanFirstNames() local
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
DFakeDataModel.java198 final ParticipantData participant) { in createParticipantListItemData()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationItemViewModel.java254 String participant = ""; in getContentDescription() local
DSendersView.java420 final ParticipantInfo participant = conversationInfo.participantInfos.get(i); in handlePriority() local
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFragment.java748 final ParticipantData participant = data.getOtherParticipant(); in onCreateOptionsMenu() local
804 final ParticipantData participant = mBinding.getData().getOtherParticipant(); in onOptionsItemSelected() local