Searched refs:mRemoteFuture (Results 1 – 1 of 1) sorted by relevance
300 @Nullable private CompletableFuture<IExternalStorageService> mRemoteFuture; field in StorageUserConnection.ActiveConnection314 if (mRemoteFuture != null) { in close()316 mRemoteFuture.cancel(true); in close()317 mRemoteFuture = null; in close()339 if (mRemoteFuture == null) { in asyncBestEffort()344 IExternalStorageService service = mRemoteFuture.getNow(null); in asyncBestEffort()465 if (mRemoteFuture != null) { in connectIfNeeded()466 return mRemoteFuture; in connectIfNeeded()524 mRemoteFuture = future; in connectIfNeeded()