HomeSort by relevance Sort by last modified time
    Searched refs:getMailboxListFragment (Results 1 - 3 of 3) sorted by null

  /packages/apps/Email/src/com/android/email/activity/
UIControllerOnePane.java 304 return getMailboxListFragment().getAccountId();
327 if (isMailboxListInstalled() && getMailboxListFragment().navigateUp()) {
354 switchAccount(getMailboxListFragment().getAccountId(), true /* force show inbox */);
384 return getMailboxListFragment();
UIControllerTwoPane.java 302 return isMailboxListInstalled() ? getMailboxListFragment().getAccountId()
348 getMailboxListFragment().setHighlightedMailbox(fragment.getMailboxId());
537 if (isMailboxListInstalled() && getMailboxListFragment().navigateUp()) {
720 || (isMailboxListInstalled() && getMailboxListFragment().canNavigateUp());
UIControllerBase.java 460 protected final MailboxListFragment getMailboxListFragment() {
574 return isMailboxListInstalled() ? getMailboxListFragment().getSelectedMailboxId()
    [all...]

Completed in 111 milliseconds