Searched refs:updateFuture (Results 1 – 2 of 2) sorted by relevance
120 CompletableFuture<Void> updateFuture = NotificationUtils.getDisplayNameAndRoundedAvatar( in showMissedCallNotification() local149 mUpdateFutures.put(tag, updateFuture); in showMissedCallNotification()
292 updateFuture(future); in enterGarageMode()359 private void updateFuture(CompletableFuture<Void> future) { in updateFuture() method in GarageMode