Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/appwidget/
DAppWidgetManager.java861 List<CompletableFuture<Void>> updateFutures = new ArrayList<>(); in notifyCollectionWidgetChange() local
864 updateFutures.add(CompletableFuture.runAsync(() -> { in notifyCollectionWidgetChange()
875 CompletableFuture.allOf(updateFutures.toArray(CompletableFuture[]::new)).join(); in notifyCollectionWidgetChange()