Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
H A DMissedCallNotificationController.java74 private final Map<String, CompletableFuture<Void>> mUpdateFutures = new HashMap<>(); field in MissedCallNotificationController
149 mUpdateFutures.put(tag, updateFuture); in showMissedCallNotification()
172 CompletableFuture<Void> completableFuture = mUpdateFutures.get(tag); in cancelLoadingRunnable()
176 mUpdateFutures.remove(tag); in cancelLoadingRunnable()