Home | History | Annotate | Download | only in vcard

Lines Matching refs:accountList

845             final List<AccountWithDataSet> accountList = accountTypes.getAccounts(true);
846 if (accountList.size() == 0) {
848 } else if (accountList.size() == 1) {
849 mAccount = accountList.get(0);