Searched refs:createOpenAccountInboxIntent (Results 1 – 5 of 5) sorted by relevance
116 public static Intent createOpenAccountInboxIntent(Context context, long accountId) { in createOpenAccountInboxIntent() method in Welcome140 fromActivity.startActivity(createOpenAccountInboxIntent(fromActivity, accountId)); in actionOpenAccountInbox()
929 mActivity.startActivity(Welcome.createOpenAccountInboxIntent(mActivity, accountId)); in onMailboxNotFound()
1803 startActivity(Welcome.createOpenAccountInboxIntent(this, mAccount.mId)); in onBack()
333 intent = Welcome.createOpenAccountInboxIntent(mContext, mAccountId); in updateHeader()342 intent = Welcome.createOpenAccountInboxIntent(mContext, -1); in updateHeader()
463 intent = Welcome.createOpenAccountInboxIntent(mContext, accountId); in createNewMessageNotification()