Home
last modified time | relevance | path

Searched refs:mergeAccountLists (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DAccountUtils.java41 public static List<Account> mergeAccountLists(List<Account> inList, Account[] accounts, in mergeAccountLists() method in AccountUtils
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DFromAddressSpinner.java94 final List<Account> accounts = AccountUtils.mergeAccountLists(mAccounts, in initialize()