Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/infra/
DAndroidFuture.java316 return thenComposeAsync(fn, DIRECT_EXECUTOR); in thenCompose()
320 public <U> AndroidFuture<U> thenComposeAsync( in thenComposeAsync() method in AndroidFuture
/frameworks/base/services/companion/java/com/android/server/companion/
DCompanionDeviceManagerService.java444 mOngoingDeviceDiscovery = fetchProfileDescription.thenComposeAsync(description -> { in associate()