Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DConversationParticipantsData.java68 final ParticipantData participant = mConversationParticipantsMap.valueAt(i); in getParticipantListExcludingSelf() local
82 final ParticipantData participant = mConversationParticipantsMap.valueAt(i); in getOtherParticipant() local
H A DParticipantListItemData.java41 public ParticipantListItemData(final ParticipantData participant) { in ParticipantListItemData()
H A DConversationData.java700 final ParticipantData participant = this.getOtherParticipant(); in getParticipantPhoneNumber() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DTestConferenceEventPackageParser.java99 Bundle participant = parseParticipant(parser); in parse() local
101 ImsConferenceState.ENDPOINT), participant); in parse() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DContactRecipientEntryUtils.java112 public static boolean isSendToDestinationContact(final ParticipantData participant) { in isSendToDestinationContact()
H A DAvatarUriUtil.java148 public static Uri createAvatarUri(@NonNull final ParticipantData participant) { in createAvatarUri()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DImsConference.java1073 ConferenceParticipantConnection participant = entry.getValue(); in handleConferenceParticipantsUpdate() local
1235 TelephonyConnection parent, ConferenceParticipant participant) { in createConferenceParticipantConnection()
1279 private void removeConferenceParticipant(ConferenceParticipantConnection participant) { in removeConferenceParticipant()
1649 private void handleConnectionDestruction(ConferenceParticipantConnection participant) { in handleConnectionDestruction()
H A DConferenceParticipantConnection.java61 ConferenceParticipant participant, in ConferenceParticipantConnection()
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
H A DGetOrCreateConversationActionTest.java125 final ParticipantData participant = ParticipantData.getFromCursor(cursor); in testGetOrCreateConversation() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DDataModelImpl.java154 final ParticipantData participant) { in createParticipantListItemData()
H A DDataModel.java101 final ParticipantData participant); in createParticipantListItemData()
H A 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()
H A DMessageNotificationState.java639 final ParticipantData participant = iter.next(); in scanFirstNames() local
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
H A DFakeDataModel.java191 final ParticipantData participant) { in createParticipantListItemData()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationFragment.java751 final ParticipantData participant = data.getOtherParticipant(); in onCreateOptionsMenu() local
814 final ParticipantData participant = mBinding.getData().getOtherParticipant(); in onOptionsItemSelected() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTrackerTest.java427 Bundle participant = new Bundle(); in injectConferenceState() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java1987 private CacheEntry findConnectionTimeUsePhoneNumber( in findConnectionTimeUsePhoneNumber()