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()
360 Preconditions.checkNotNull(mAccountsFuture, "Accounts future must be initialized first"); in selectAccountAndCreateContact()
370 final List<AccountInfo> accountInfos = Futures.getUnchecked(mAccountsFuture); in selectAccountAndCreateContact()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DImportDialogFragment.java76 private Future<List<AccountInfo>> mAccountsFuture; field in ImportDialogFragment
119 mAccountsFuture = AccountTypeManager.getInstance(getActivity()).filterAccountsAsync( in onResume()
275 Futures.getUnchecked(mAccountsFuture)); in handleImportRequest()