Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
H A DMissedCallNotificationController.java120 CompletableFuture<Void> updateFuture = NotificationUtils.getDisplayNameAndRoundedAvatar( in showMissedCallNotification() local
149 mUpdateFutures.put(tag, updateFuture); in showMissedCallNotification()
/aosp12/packages/services/Car/service/src/com/android/car/garagemode/
H A DGarageMode.java292 updateFuture(future); in enterGarageMode()
359 private void updateFuture(CompletableFuture<Void> future) { in updateFuture() method in GarageMode