Searched refs:getAllAccounts (Results 1 – 6 of 6) sorted by relevance
61 return mController.getAllAccounts(); in initialize()69 onChanged(mController.getAllAccounts()); in onChanged()83 public final Account[] getAllAccounts() { in getAllAccounts() method in AllAccountObserver87 return mController.getAllAccounts(); in getAllAccounts()
532 public static Account[] getAllAccounts(ObjectCursor<Account> cursor) { in getAllAccounts() method in Account
397 mFolderWatcher.updateAccountList(getAllAccounts()); in onActivityCreated()429 mFolderWatcher.updateAccountList(getAllAccounts()); in onActivityCreated()735 public Account[] getAllAccounts() { in getAllAccounts() method in FolderListFragment737 return mAllAccountsObserver.getAllAccounts(); in getAllAccounts()1299 mMiniDrawerAccountsAdapter.setAccounts(getAllAccounts(), mCurrentAccount); in rebuildAccountList()1348 final Account[] allAccounts = getAllAccounts(); in buildAccountListDrawerItems()1529 mMiniDrawerAccountsAdapter.setAccounts(getAllAccounts(), mCurrentAccount); in setSelectedAccount()
64 Account[] getAllAccounts(); in getAllAccounts() method
101 public Account[] getAllAccounts() {
780 public Account[] getAllAccounts() { in getAllAccounts() method in AbstractActivityController2861 final Account[] allAccounts = Account.getAllAccounts(accounts);