Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
DMissedCallNotificationController.java143 CompletableFuture<Void> updateFuture = mUpdateFutures.get(tag); in showMissedCallNotification() local
144 if (updateFuture != null) { in showMissedCallNotification()
145 updateFuture.cancel(true); in showMissedCallNotification()
147 updateFuture = NotificationUtils.getDisplayNameAndRoundedAvatar( in showMissedCallNotification()
175 mUpdateFutures.put(tag, updateFuture); in showMissedCallNotification()
/packages/services/Car/service/src/com/android/car/garagemode/
DGarageMode.java182 updateFuture(future); in enterGarageMode()
233 private void updateFuture(CompletableFuture<Void> future) { in updateFuture() method in GarageMode