Searched refs:mAccountsFuture (Results 1 – 2 of 2) sorted by relevance
85 private ListenableFuture<List<AccountInfo>> mAccountsFuture; field in AttachPhotoActivity136 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()
72 private Future<List<AccountInfo>> mAccountsFuture; field in ImportDialogFragment115 mAccountsFuture = AccountTypeManager.getInstance(getActivity()).filterAccountsAsync( in onResume()266 Futures.getUnchecked(mAccountsFuture)); in handleImportRequest()