Searched defs:nestedNavigation (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/
H A DUIControllerOnePane.java67 public void onMailboxSelected(long accountId, long mailboxId, boolean nestedNavigation) { argument
68 if (nestedNavigation) {
H A DUIControllerTwoPane.java92 public void onMailboxSelected(long accountId, long mailboxId, boolean nestedNavigation) { argument
H A DMailboxListFragment.java239 * @param nestedNavigation {@code true} if the event is caused by nested mailbox navigation,
242 public void onMailboxSelected(long accountId, long mailboxId, boolean nestedNavigation); argument
256 boolean nestedNavigation) { }
869 boolean nestedNavigation = false;
873 nestedNavigation = true;
881 mCallback.onMailboxSelected(accountId, id, nestedNavigation);
255 onMailboxSelected(long accountId, long mailboxId, boolean nestedNavigation) argument

Completed in 260 milliseconds