Searched refs:extractAccounts (Results 1 – 9 of 9) sorted by relevance
177 : AccountInfo.extractAccounts(Futures.getUnchecked(getAccountsAsync())); in getAccounts()189 return AccountInfo.extractAccounts( in blockForWritableAccounts()234 AccountInfo.extractAccounts(Futures.getUnchecked(getAccountsAsync()));299 AccountInfo.extractAccounts(Futures.getUnchecked(getAccountsAsync()));
59 return Objects.equal(AccountInfo.extractAccounts(previous), in isSameData()60 AccountInfo.extractAccounts(next)); in isSameData()
135 public static List<AccountWithDataSet> extractAccounts(List<AccountInfo> accounts) { in extractAccounts() method in AccountInfo
547 final List<AccountWithDataSet> accounts = AccountInfo.extractAccounts(accountInfos); in onEnableAutoSync()615 final List<AccountWithDataSet> accounts = AccountInfo.extractAccounts( in syncContacts()
259 final List<AccountWithDataSet> accountList = AccountInfo.extractAccounts( in handleImportRequest()
369 final List<AccountWithDataSet> accounts = AccountInfo.extractAccounts(accountInfos); in selectAccountAndCreateContact()
229 accounts = AccountInfo.extractAccounts( in onSyncStateUpdated()
453 .getOnlyOrDefaultAccount(AccountInfo.extractAccounts(mAccounts)); in setState()
1017 final List<AccountWithDataSet> accounts = AccountInfo.extractAccounts(mWritableAccounts); in selectAccountAndCreateContact()