Home
last modified time | relevance | path

Searched refs:PARTICIPANT_CONTACT_ID_NOT_RESOLVED (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DParticipantData.java60 public static final long PARTICIPANT_CONTACT_ID_NOT_RESOLVED = -1; field in ParticipantData
195 pd.mContactId = PARTICIPANT_CONTACT_ID_NOT_RESOLVED; in getFromRecipientEntry()
217 pd.mContactId = PARTICIPANT_CONTACT_ID_NOT_RESOLVED; in getFromRawPhone()
283 pd.mContactId = PARTICIPANT_CONTACT_ID_NOT_RESOLVED; in getSelfParticipant()
514 return (mContactId != PARTICIPANT_CONTACT_ID_NOT_RESOLVED); in isContactIdResolved()
H A DConversationMessageData.java600 if (mSenderContactId > ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED in getSenderContactLookupUri()
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
H A DParticipantRefreshTest.java152 addParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED, in testIncrementalRefreshNotResolvedSingleMatch()
166 addParticipant("650-123-1233", ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED, in testIncrementalRefreshNotResolvedMultiMatch()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DShareIntentAdapter.java104 return ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED;
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DContactIconView.java133 if ((mContactId > ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED in maybeInitializeOnClickListener()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DDatabaseHelper.java182 + ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED + "), "
459 + ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED + "), "
H A DParticipantRefresh.java252 String.valueOf(ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED) }; in refreshParticipants()
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DContactUtil.java198 if (contactId > ParticipantData.PARTICIPANT_CONTACT_ID_NOT_RESOLVED in showOrAddContact()