Searched refs:thenComposeAsync (Results 1 – 2 of 2) sorted by relevance
316 return thenComposeAsync(fn, DIRECT_EXECUTOR); in thenCompose()320 public <U> AndroidFuture<U> thenComposeAsync( in thenComposeAsync() method in AndroidFuture
444 mOngoingDeviceDiscovery = fetchProfileDescription.thenComposeAsync(description -> { in associate()