Home
last modified time | relevance | path

Searched defs:destinationLabel (Results 1 – 6 of 6) 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()
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 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()
213 String destinationLabel, long contactId, Long directoryId, long dataId, in constructSecondLevelEntry()
H A DBaseRecipientAdapter.java143 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 DRecipientAlternatesAdapterTest.java81 String destinationLabel, in addRow()
96 String destinationLabel, in assertRow()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DContactListItemData.java63 final String destinationLabel = cursor.getString(ContactUtil.INDEX_PHONE_EMAIL_LABEL); in bind() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DContactUtil.java469 final String destinationLabel, final long contactId, final String lookupKey, in createRecipientEntry()
497 final String destinationLabel = cursor.getString( in createRecipientEntryForPhoneQuery() local