Searched defs:nextAccount (Results 1 - 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAccountController.java94 void closeDrawer(boolean hasNewFolderOrAccount, Account nextAccount, Folder nextFolder); argument
H A DAbstractActivityController.java805 public void closeDrawer(final boolean hasNewFolderOrAccount, Account nextAccount, argument
820 preloadConvList(nextAccount, nextFolder);
849 * @param nextAccount The account which the app will switch to shortly, possibly null.
852 protected void preloadConvList(Account nextAccount, Folder nextFolder) { argument
856 if (nextAccount != null) {
857 args.putParcelable(BUNDLE_ACCOUNT_KEY, nextAccount);

Completed in 59 milliseconds