Searched refs:switchAccount (Results 1 – 3 of 3) sorted by relevance
62 switchAccount(accountId, true); in onAccountSelected()219 switchAccount(accountId, true); // Always go to inbox in onAccountSelected()349 switchAccount(getMailboxListFragment().getAccountId(), true /* force show inbox */); in onBackPressed()353 switchAccount(mListContext.mAccountId, true /* force show inbox */); in onBackPressed()
134 switchAccount(accountId, true); in onAccountSelected()679 switchAccount(accountId, false); in onAccountSelected()
533 public final void switchAccount(long accountId, boolean forceShowInbox) { in switchAccount() method in UIControllerBase