Searched defs:destinationLabel (Results 1 – 6 of 6) 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() 41 final String destinationLabel, final long contactId, final Long directoryId, in constructTopLevelEntry() 51 final String destinationLabel, final long contactId, final Long directoryId, 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() 213 String destinationLabel, long contactId, Long directoryId, long dataId, in constructSecondLevelEntry()
|
H A D | BaseRecipientAdapter.java | 143 public final String destinationLabel; field in BaseRecipientAdapter.TemporaryEntry 155 String destinationLabel, in TemporaryEntry()
|
/aosp12/frameworks/opt/chips/tests/src/com/android/ex/chips/ |
H A D | RecipientAlternatesAdapterTest.java | 81 String destinationLabel, in addRow() 96 String destinationLabel, in assertRow()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
H A D | ContactListItemData.java | 63 final String destinationLabel = cursor.getString(ContactUtil.INDEX_PHONE_EMAIL_LABEL); in bind() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | ContactUtil.java | 469 final String destinationLabel, final long contactId, final String lookupKey, in createRecipientEntry() 497 final String destinationLabel = cursor.getString( in createRecipientEntryForPhoneQuery() local
|