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

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DAllAccountObserver.java61 return mController.getAllAccounts();
69 onChanged(mController.getAllAccounts());
83 public final Account[] getAllAccounts() { method in class:AllAccountObserver
87 return mController.getAllAccounts();
H A DAccount.java532 public static Account[] getAllAccounts(ObjectCursor<Account> cursor) { method in class:Account
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAccountController.java64 Account[] getAllAccounts(); method in interface:AccountController
H A DFolderListFragment.java397 mFolderWatcher.updateAccountList(getAllAccounts());
429 mFolderWatcher.updateAccountList(getAllAccounts());
735 public Account[] getAllAccounts() { method in class:FolderListFragment
737 return mAllAccountsObserver.getAllAccounts();
1299 mMiniDrawerAccountsAdapter.setAccounts(getAllAccounts(), mCurrentAccount);
1348 final Account[] allAccounts = getAllAccounts();
1529 mMiniDrawerAccountsAdapter.setAccounts(getAllAccounts(), mCurrentAccount);
H A DFolderSelectionActivity.java101 public Account[] getAllAccounts() {
H A DAbstractActivityController.java780 public Account[] getAllAccounts() { method in class:AbstractActivityController
2861 final Account[] allAccounts = Account.getAllAccounts(accounts);

Completed in 179 milliseconds