Home
last modified time | relevance | path

Searched refs:INVALID_DESTINATION_TYPE (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEntry.java39 public static final int INVALID_DESTINATION_TYPE = -1; field in RecipientEntry
164 INVALID_DESTINATION_TYPE, null, INVALID_CONTACT, null /* directoryId */, in constructFakeEntry()
174 INVALID_DESTINATION_TYPE, null, INVALID_CONTACT, null /* directoryId */, in constructFakePhoneEntry()
185 return new RecipientEntry(ENTRY_TYPE_PERSON, display, address, INVALID_DESTINATION_TYPE, in constructGeneratedEntry()
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DContactRecipientEntryUtils.java69 destination, RecipientEntry.INVALID_DESTINATION_TYPE, null, contactId, in constructSpecialRecipientEntry()