Searched defs:destinationType (Results 1 – 9 of 9) sorted by relevance
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
H A D | BugleRecipientEntry.java | 31 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 D | RecipientEntry.java | 102 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 D | BaseRecipientAdapter.java | 142 public final int destinationType; field in BaseRecipientAdapter.TemporaryEntry 154 int destinationType, in TemporaryEntry()
|
H A D | DropdownChipLayouter.java | 124 CharSequence destinationType = getDestinationType(entry); in bindView() local
|
/aosp12/frameworks/opt/chips/tests/src/com/android/ex/chips/ |
H A D | RecipientAlternatesAdapterTest.java | 80 int destinationType, in addRow() 95 int destinationType, in assertRow()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
H A D | ContactListItemData.java | 62 final int destinationType = cursor.getInt(ContactUtil.INDEX_PHONE_EMAIL_TYPE); in bind() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | ContactUtil.java | 468 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 D | UIIntentsImpl.java | 211 final String destinationType = MmsSmsUtils.isEmailAddress(destination) ? in launchAddContactActivity() local
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | DownloadManager.java | 1736 long destinationType = getLong(getColumnIndex(Downloads.Impl.COLUMN_DESTINATION)); in getLocalUri() local
|