Searched refs:mNotificationFuture (Results 1 – 1 of 1) sorted by relevance
59 private CompletableFuture<Void> mNotificationFuture; field in InCallNotificationController90 if (mNotificationFuture != null) { in showInCallNotification()91 mNotificationFuture.cancel(true); in showInCallNotification()116 mNotificationFuture = NotificationUtils.getDisplayNameAndRoundedAvatar(mContext, callNumber) in showInCallNotification()