Home
last modified time | relevance | path

Searched refs:mAccountsFuture (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/activities/
DAttachPhotoActivity.java85 private ListenableFuture<List<AccountInfo>> mAccountsFuture; field in AttachPhotoActivity
136 mAccountsFuture = AccountTypeManager.getInstance(this).filterAccountsAsync( in onCreate()
357 Preconditions.checkNotNull(mAccountsFuture, "Accounts future must be initialized first"); in selectAccountAndCreateContact()
367 final List<AccountInfo> accountInfos = Futures.getUnchecked(mAccountsFuture); in selectAccountAndCreateContact()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DImportDialogFragment.java72 private Future<List<AccountInfo>> mAccountsFuture; field in ImportDialogFragment
115 mAccountsFuture = AccountTypeManager.getInstance(getActivity()).filterAccountsAsync( in onResume()
266 Futures.getUnchecked(mAccountsFuture)); in handleImportRequest()