Searched refs:mMiniDrawerAccountsAdapter (Results 1 – 1 of 1) sorted by relevance
219 private MiniDrawerAccountsAdapter mMiniDrawerAccountsAdapter; field in FolderListFragment1298 if (mMiniDrawerAccountsAdapter != null) { in rebuildAccountList()1299 mMiniDrawerAccountsAdapter.setAccounts(getAllAccounts(), mCurrentAccount); in rebuildAccountList()1528 if (mMiniDrawerAccountsAdapter != null) { in setSelectedAccount()1529 mMiniDrawerAccountsAdapter.setAccounts(getAllAccounts(), mCurrentAccount); in setSelectedAccount()1713 mMiniDrawerAccountsAdapter = new MiniDrawerAccountsAdapter(); in setupMiniDrawerAccountsAdapter()1717 return mMiniDrawerAccountsAdapter; in getMiniDrawerAccountsAdapter()