Searched refs:getMailboxListFragment (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/
H A DUIControllerOnePane.java304 return getMailboxListFragment().getAccountId();
327 if (isMailboxListInstalled() && getMailboxListFragment().navigateUp()) {
354 switchAccount(getMailboxListFragment().getAccountId(), true /* force show inbox */);
384 return getMailboxListFragment();
H A DUIControllerTwoPane.java302 return isMailboxListInstalled() ? getMailboxListFragment().getAccountId()
348 getMailboxListFragment().setHighlightedMailbox(fragment.getMailboxId());
537 if (isMailboxListInstalled() && getMailboxListFragment().navigateUp()) {
720 || (isMailboxListInstalled() && getMailboxListFragment().canNavigateUp());
H A DUIControllerBase.java460 protected final MailboxListFragment getMailboxListFragment() { method in class:UIControllerBase
574 return isMailboxListInstalled() ? getMailboxListFragment().getSelectedMailboxId()

Completed in 47 milliseconds