Home
last modified time | relevance | path

Searched refs:getAllAccounts (Results 1 – 6 of 6) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DAllAccountObserver.java61 return mController.getAllAccounts(); in initialize()
69 onChanged(mController.getAllAccounts()); in onChanged()
83 public final Account[] getAllAccounts() { in getAllAccounts() method in AllAccountObserver
87 return mController.getAllAccounts(); in getAllAccounts()
DAccount.java532 public static Account[] getAllAccounts(ObjectCursor<Account> cursor) { in getAllAccounts() method in Account
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DFolderListFragment.java397 mFolderWatcher.updateAccountList(getAllAccounts()); in onActivityCreated()
429 mFolderWatcher.updateAccountList(getAllAccounts()); in onActivityCreated()
735 public Account[] getAllAccounts() { in getAllAccounts() method in FolderListFragment
737 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()
DAccountController.java64 Account[] getAllAccounts(); in getAllAccounts() method
DFolderSelectionActivity.java101 public Account[] getAllAccounts() {
DAbstractActivityController.java780 public Account[] getAllAccounts() { in getAllAccounts() method in AbstractActivityController
2861 final Account[] allAccounts = Account.getAllAccounts(accounts);