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

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DAllAccountObserver.java75 * @param allAccounts the array of all accounts in the current application.
77 public abstract void onChanged(Account[] allAccounts); argument
H A DFolderWatcher.java79 * @param allAccounts all the current accounts on the device.
81 public void updateAccountList(Account[] allAccounts) { argument
82 if (allAccounts == null) {
86 final List<Uri> newAccounts = new ArrayList<Uri>(allAccounts.length);
87 for (final Account account : allAccounts) {

Completed in 141 milliseconds