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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DFolderListFragment.java219 private MiniDrawerAccountsAdapter mMiniDrawerAccountsAdapter; field in class:FolderListFragment
1298 if (mMiniDrawerAccountsAdapter != null) {
1299 mMiniDrawerAccountsAdapter.setAccounts(getAllAccounts(), mCurrentAccount);
1528 if (mMiniDrawerAccountsAdapter != null) {
1529 mMiniDrawerAccountsAdapter.setAccounts(getAllAccounts(), mCurrentAccount);
1713 mMiniDrawerAccountsAdapter = new MiniDrawerAccountsAdapter();
1717 return mMiniDrawerAccountsAdapter;

Completed in 52 milliseconds