OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PARTICIPANT_CONTACT_ID_NOT_FOUND
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
ParticipantRefreshTest.java
202
addParticipant("650-123-1233", ParticipantData.
PARTICIPANT_CONTACT_ID_NOT_FOUND
,
209
verifyParticipant("650-123-1233", ParticipantData.
PARTICIPANT_CONTACT_ID_NOT_FOUND
,
217
addParticipant("650-123-1233", ParticipantData.
PARTICIPANT_CONTACT_ID_NOT_FOUND
,
277
verifyParticipant("650-123-1233", ParticipantData.
PARTICIPANT_CONTACT_ID_NOT_FOUND
,
/packages/apps/Messaging/src/com/android/messaging/datamodel/
ParticipantRefresh.java
520
if (currentContactId != ParticipantData.
PARTICIPANT_CONTACT_ID_NOT_FOUND
) {
521
participantData.setContactId(ParticipantData.
PARTICIPANT_CONTACT_ID_NOT_FOUND
);
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ParticipantData.java
55
public static final long
PARTICIPANT_CONTACT_ID_NOT_FOUND
= -2;
Completed in 92 milliseconds