Searched refs:activityResultFuture (Results 1 – 1 of 1) sorted by relevance
29 private var activityResultFuture: CompletableFuture<Result>? = null variable in android.storageaccess.cts.ClientActivity44 activityResultFuture = future in startActivityForFutureResult()63 activityResultFuture?.apply { complete(result) } in onActivityResult()64 activityResultFuture = null in onActivityResult()