Home
last modified time | relevance | path

Searched defs:destinationType (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleRecipientEntry.java31 final String destination, final int destinationType, final String destinationLabel, in BugleRecipientEntry()
40 final int displayNameSource, final String destination, final int destinationType, in constructTopLevelEntry()
50 final int displayNameSource, final String destination, final int destinationType, in constructSecondLevelEntry()
/aosp12/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEntry.java102 int destinationType, String destinationLabel, long contactId, Long directoryId, in RecipientEntry()
111 int destinationType, String destinationLabel, long contactId, Long directoryId, in RecipientEntry()
134 int destinationType, String destinationLabel, long contactId, Long directoryId, in RecipientEntry()
191 String destination, int destinationType, String destinationLabel, long contactId, in constructTopLevelEntry()
201 String destination, int destinationType, String destinationLabel, long contactId, in constructTopLevelEntry()
212 int displayNameSource, String destination, int destinationType, in constructSecondLevelEntry()
H A DBaseRecipientAdapter.java142 public final int destinationType; field in BaseRecipientAdapter.TemporaryEntry
154 int destinationType, in TemporaryEntry()
H A DDropdownChipLayouter.java124 CharSequence destinationType = getDestinationType(entry); in bindView() local
/aosp12/frameworks/opt/chips/tests/src/com/android/ex/chips/
H A DRecipientAlternatesAdapterTest.java80 int destinationType, in addRow()
95 int destinationType, in assertRow()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DContactListItemData.java62 final int destinationType = cursor.getInt(ContactUtil.INDEX_PHONE_EMAIL_TYPE); in bind() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DContactUtil.java468 final int displayNameSource, final String destination, final int destinationType, in createRecipientEntry()
495 final int destinationType = cursor.getInt( in createRecipientEntryForPhoneQuery() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DUIIntentsImpl.java211 final String destinationType = MmsSmsUtils.isEmailAddress(destination) ? in launchAddContactActivity() local
/aosp12/frameworks/base/core/java/android/app/
H A DDownloadManager.java1736 long destinationType = getLong(getColumnIndex(Downloads.Impl.COLUMN_DESTINATION)); in getLocalUri() local