Home
last modified time | relevance | path

Searched defs:participant (Results 1 – 17 of 17) 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/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/services/Telephony/src/com/android/services/telephony/
DConferenceParticipantConnection.java61 ConferenceParticipant participant, in ConferenceParticipantConnection()
DImsConference.java815 ConferenceParticipantConnection participant = entry.getValue(); in handleConferenceParticipantsUpdate() local
963 TelephonyConnection parent, ConferenceParticipant participant) { in createConferenceParticipantConnection()
1000 private void removeConferenceParticipant(ConferenceParticipantConnection participant) { in removeConferenceParticipant()
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DGetOrCreateConversationActionTest.java132 final ParticipantData participant = ParticipantData.getFromCursor(cursor); in testGetOrCreateConversation() local
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DRcsProvider.java146 URL_MATCHER.addURI(AUTHORITY, "participant", PARTICIPANT); in URL_MATCHER.addURI()
149 URL_MATCHER.addURI(AUTHORITY, "participant/#", PARTICIPANT_WITH_ID); in URL_MATCHER.addURI()
168 URL_MATCHER.addURI(AUTHORITY, "p2p_thread/#/participant", P2P_THREAD_PARTICIPANT); in URL_MATCHER.addURI()
172 URL_MATCHER.addURI(AUTHORITY, "p2p_thread/#/participant/#", P2P_THREAD_PARTICIPANT_WITH_ID); in URL_MATCHER.addURI()
217 URL_MATCHER.addURI(AUTHORITY, "group_thread/#/participant", in URL_MATCHER.addURI()
222 URL_MATCHER.addURI(AUTHORITY, "group_thread/#/participant/#", in URL_MATCHER.addURI()
/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