HomeSort by relevance Sort by last modified time
    Searched refs:accountInfos (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java 367 final List<AccountInfo> accountInfos = Futures.getUnchecked(mAccountsFuture);
369 final List<AccountWithDataSet> accounts = AccountInfo.extractAccounts(accountInfos);
  /packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactBrowseListFragment.java 545 final List<AccountInfo> accountInfos = Futures.getUnchecked(mWritableAccountsFuture);
547 final List<AccountWithDataSet> accounts = AccountInfo.extractAccounts(accountInfos);
    [all...]

Completed in 63 milliseconds