Home | History | Annotate | Download | only in datamodel

Lines Matching defs:self

93      * Sanitize a given list of conversation participants by de-duping and stripping out self
111 // Remove self phone number from group conversation.
116 // Prescan to count the self numbers in the list
122 // If all are self numbers, maybe that's what the user wants, just leave
123 // the participants as is. Otherwise, do another scan to remove self numbers.
222 // Create the conversation with the default self participant which always maps to
224 final ParticipantData self = ParticipantData.getSelfParticipant(
229 // Look up the "self" participantId (creating if necessary)
231 BugleDatabaseOperations.getOrCreateParticipantInTransaction(db, self);
591 // conversation self id. Therefore, notify UI through local broadcast receiver about
639 * Adds self-id auto switch info for a conversation if the last message has a different
641 * @return true if self id will need to be changed, false otherwise.
645 // Only auto switch conversation self for incoming messages.
688 * Adds conversation self id updates to ContentValues given. This performs check on the selfId
690 * @return true if self id will need to be changed, false otherwise.
854 * Updates a given conversation's self id.
1314 * Update conversation snippet, timestamp and optionally self id to match latest message in
1355 * @param shouldAutoSwitchSelfId should we try to auto-switch the conversation's self-id as a
1441 * @param shouldAutoSwitchSelfId should we try to auto-switch the conversation's self-id as a
1644 return "SELF(" + subId + ")";