Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java248 HeadsUpEntry currentActiveHeadsUpNotification = getActiveHeadsUpEntry(alertEntry); in maybeShowHeadsUp() local
249 if (CarNotificationDiff.sameNotificationKey(currentActiveHeadsUpNotification, in maybeShowHeadsUp()
251 && currentActiveHeadsUpNotification.getHandler().hasMessagesOrCallbacks()) { in maybeShowHeadsUp()
316 HeadsUpEntry currentActiveHeadsUpNotification = getActiveHeadsUpEntry(alertEntry); in scheduleRemoveHeadsUp() local
319 mClock.millis() - currentActiveHeadsUpNotification.getPostTime(); in scheduleRemoveHeadsUp()
328 currentActiveHeadsUpNotification.getHandler().postDelayed( in scheduleRemoveHeadsUp()
403 HeadsUpEntry currentActiveHeadsUpNotification = getActiveHeadsUpEntry(alertEntry); in addNewHeadsUpEntry() local
404 currentActiveHeadsUpNotification.mIsNewHeadsUp = false; in addNewHeadsUpEntry()
405 currentActiveHeadsUpNotification.mIsAlertAgain = alertAgain( in addNewHeadsUpEntry()
407 if (currentActiveHeadsUpNotification.mIsAlertAgain) { in addNewHeadsUpEntry()
[all …]