Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/storage/
DStorageUserConnection.java300 @Nullable private CompletableFuture<IExternalStorageService> mRemoteFuture; field in StorageUserConnection.ActiveConnection
314 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()