Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DAccountUtils.java45 List<String> existingList = new ArrayList<String>(); in mergeAccountLists() local
48 existingList.add(account.getEmailAddress()); in mergeAccountLists()
58 if (prioritizeAccountList || existingList.contains(accountName)) { in mergeAccountLists()