Searched refs:mSessionFuture (Results 1 – 1 of 1) sorted by relevance
71 private ListenableFuture<Session> mSessionFuture; field in ScrollCaptureController179 mSessionFuture = mClient.start(response, maxPages); in run()180 mSessionFuture.addListener(this::onStartComplete, mContext.getMainExecutor()); in run()192 if (mSessionFuture != null) { in onCancelled()193 mSessionFuture.cancel(true); in onCancelled()206 mSession = mSessionFuture.get(); in onStartComplete()