Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
H A DInCallNotificationController.java59 private CompletableFuture<Void> mNotificationFuture; field in InCallNotificationController
90 if (mNotificationFuture != null) { in showInCallNotification()
91 mNotificationFuture.cancel(true); in showInCallNotification()
116 mNotificationFuture = NotificationUtils.getDisplayNameAndRoundedAvatar(mContext, callNumber) in showInCallNotification()