/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
D | ConversationParticipantsData.java | 68 final ParticipantData participant = mConversationParticipantsMap.valueAt(i); in getParticipantListExcludingSelf() local 82 final ParticipantData participant = mConversationParticipantsMap.valueAt(i); in getOtherParticipant() local
|
D | ParticipantListItemData.java | 41 public ParticipantListItemData(final ParticipantData participant) { in ParticipantListItemData()
|
D | ConversationData.java | 700 final ParticipantData participant = this.getOtherParticipant(); in getParticipantPhoneNumber() local
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | ContactRecipientEntryUtils.java | 112 public static boolean isSendToDestinationContact(final ParticipantData participant) { in isSendToDestinationContact()
|
D | AvatarUriUtil.java | 148 public static Uri createAvatarUri(@NonNull final ParticipantData participant) { in createAvatarUri()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | ConferenceParticipantConnection.java | 61 ConferenceParticipant participant, in ConferenceParticipantConnection()
|
D | ImsConference.java | 815 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/ |
D | GetOrCreateConversationActionTest.java | 132 final ParticipantData participant = ParticipantData.getFromCursor(cursor); in testGetOrCreateConversation() local
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | RcsProvider.java | 146 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/ |
D | DataModelImpl.java | 148 final ParticipantData participant) { in createParticipantListItemData()
|
D | DataModel.java | 102 final ParticipantData participant); in createParticipantListItemData()
|
D | BugleDatabaseOperations.java | 948 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()
|
D | MessageNotificationState.java | 637 final ParticipantData participant = iter.next(); in scanFirstNames() local
|
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/ |
D | FakeDataModel.java | 198 final ParticipantData participant) { in createParticipantListItemData()
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | ConversationItemViewModel.java | 254 String participant = ""; in getContentDescription() local
|
D | SendersView.java | 420 final ParticipantInfo participant = conversationInfo.participantInfos.get(i); in handlePriority() local
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | ConversationFragment.java | 748 final ParticipantData participant = data.getOtherParticipant(); in onCreateOptionsMenu() local 804 final ParticipantData participant = mBinding.getData().getOtherParticipant(); in onOptionsItemSelected() local
|