/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
H A D | ConversationParticipantsData.java | 68 final ParticipantData participant = mConversationParticipantsMap.valueAt(i); in getParticipantListExcludingSelf() local 82 final ParticipantData participant = mConversationParticipantsMap.valueAt(i); in getOtherParticipant() local
|
H A D | ParticipantListItemData.java | 41 public ParticipantListItemData(final ParticipantData participant) { in ParticipantListItemData()
|
H A D | ConversationData.java | 700 final ParticipantData participant = this.getOtherParticipant(); in getParticipantPhoneNumber() local
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
H A D | TestConferenceEventPackageParser.java | 99 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 D | ContactRecipientEntryUtils.java | 112 public static boolean isSendToDestinationContact(final ParticipantData participant) { in isSendToDestinationContact()
|
H A D | AvatarUriUtil.java | 148 public static Uri createAvatarUri(@NonNull final ParticipantData participant) { in createAvatarUri()
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/ |
H A D | ImsConference.java | 1073 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 D | ConferenceParticipantConnection.java | 61 ConferenceParticipant participant, in ConferenceParticipantConnection()
|
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/ |
H A D | GetOrCreateConversationActionTest.java | 125 final ParticipantData participant = ParticipantData.getFromCursor(cursor); in testGetOrCreateConversation() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
H A D | DataModelImpl.java | 154 final ParticipantData participant) { in createParticipantListItemData()
|
H A D | DataModel.java | 101 final ParticipantData participant); in createParticipantListItemData()
|
H A 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()
|
H A D | MessageNotificationState.java | 639 final ParticipantData participant = iter.next(); in scanFirstNames() local
|
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/ |
H A D | FakeDataModel.java | 191 final ParticipantData participant) { in createParticipantListItemData()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
H A D | ConversationFragment.java | 751 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 D | ImsPhoneCallTrackerTest.java | 427 Bundle participant = new Bundle(); in injectConferenceState() local
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
H A D | ImsPhoneCallTracker.java | 1987 private CacheEntry findConnectionTimeUsePhoneNumber( in findConnectionTimeUsePhoneNumber()
|