HomeSort by relevance Sort by last modified time
    Searched full:mwritableaccountsfuture (Results 1 - 1 of 1) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactBrowseListFragment.java 160 private Future<List<AccountInfo>> mWritableAccountsFuture;
545 final List<AccountInfo> accountInfos = Futures.getUnchecked(mWritableAccountsFuture);
616 Futures.getUnchecked(mWritableAccountsFuture));
770 mWritableAccountsFuture = AccountTypeManager.getInstance(getContext()).filterAccountsAsync(
    [all...]

Completed in 465 milliseconds