Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java177 : 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()));
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountsLoader.java59 return Objects.equal(AccountInfo.extractAccounts(previous), in isSameData()
60 AccountInfo.extractAccounts(next)); in isSameData()
DAccountInfo.java135 public static List<AccountWithDataSet> extractAccounts(List<AccountInfo> accounts) { in extractAccounts() method in AccountInfo
/packages/apps/Contacts/src/com/android/contacts/list/
DDefaultContactBrowseListFragment.java547 final List<AccountWithDataSet> accounts = AccountInfo.extractAccounts(accountInfos); in onEnableAutoSync()
615 final List<AccountWithDataSet> accounts = AccountInfo.extractAccounts( in syncContacts()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DImportDialogFragment.java259 final List<AccountWithDataSet> accountList = AccountInfo.extractAccounts( in handleImportRequest()
/packages/apps/Contacts/src/com/android/contacts/activities/
DAttachPhotoActivity.java369 final List<AccountWithDataSet> accounts = AccountInfo.extractAccounts(accountInfos); in selectAccountAndCreateContact()
DPeopleActivity.java229 accounts = AccountInfo.extractAccounts( in onSyncStateUpdated()
/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactEditorView.java453 .getOnlyOrDefaultAccount(AccountInfo.extractAccounts(mAccounts)); in setState()
DContactEditorFragment.java1017 final List<AccountWithDataSet> accounts = AccountInfo.extractAccounts(mWritableAccounts); in selectAccountAndCreateContact()