Searched refs:updateFuture (Results 1 – 2 of 2) sorted by relevance
143 CompletableFuture<Void> updateFuture = mUpdateFutures.get(tag); in showMissedCallNotification() local144 if (updateFuture != null) { in showMissedCallNotification()145 updateFuture.cancel(true); in showMissedCallNotification()147 updateFuture = NotificationUtils.getDisplayNameAndRoundedAvatar( in showMissedCallNotification()175 mUpdateFutures.put(tag, updateFuture); in showMissedCallNotification()
182 updateFuture(future); in enterGarageMode()233 private void updateFuture(CompletableFuture<Void> future) { in updateFuture() method in GarageMode