Searched refs:getSelf (Results 1 – 3 of 3) sorted by relevance
134 final ParticipantData self = getSelf(db, conversationId, message); in executeAction()195 private ParticipantData getSelf( in getSelf() method in InsertNewMessageAction
213 public static CursorQueryData getSelf(final Context context) { in getSelf() method in ContactUtil
462 selfCursor = ContactUtil.getSelf(db.getContext()).performSynchronousQuery(); in refreshFromSelfProfile()