Searched refs:getOrCreateSelf (Results 1 – 5 of 5) sorted by relevance
204 self = BugleDatabaseOperations.getOrCreateSelf(db, requestedSubId); in getSelf()230 self = BugleDatabaseOperations.getOrCreateSelf(db, defaultSubId); in getSelf()278 final ParticipantData self = BugleDatabaseOperations.getOrCreateSelf(db, subId); in createMessage()
69 final ParticipantData self = BugleDatabaseOperations.getOrCreateSelf(db, subId); in executeAction()
346 .getOrCreateSelf(db, PhoneUtils.getDefault() in findNextMessageToSend()
730 BugleDatabaseOperations.getOrCreateSelf(db, ParticipantData.DEFAULT_SELF_SUB_ID); in refreshConversationSelfIds()
1707 public static ParticipantData getOrCreateSelf(final DatabaseWrapper dbWrapper, in getOrCreateSelf() method in BugleDatabaseOperations