Searched refs:currentActiveHeadsUpNotification (Results 1 – 1 of 1) sorted by relevance
248 HeadsUpEntry currentActiveHeadsUpNotification = getActiveHeadsUpEntry(alertEntry); in maybeShowHeadsUp() local249 if (CarNotificationDiff.sameNotificationKey(currentActiveHeadsUpNotification, in maybeShowHeadsUp()251 && currentActiveHeadsUpNotification.getHandler().hasMessagesOrCallbacks()) { in maybeShowHeadsUp()316 HeadsUpEntry currentActiveHeadsUpNotification = getActiveHeadsUpEntry(alertEntry); in scheduleRemoveHeadsUp() local319 mClock.millis() - currentActiveHeadsUpNotification.getPostTime(); in scheduleRemoveHeadsUp()328 currentActiveHeadsUpNotification.getHandler().postDelayed( in scheduleRemoveHeadsUp()403 HeadsUpEntry currentActiveHeadsUpNotification = getActiveHeadsUpEntry(alertEntry); in addNewHeadsUpEntry() local404 currentActiveHeadsUpNotification.mIsNewHeadsUp = false; in addNewHeadsUpEntry()405 currentActiveHeadsUpNotification.mIsAlertAgain = alertAgain( in addNewHeadsUpEntry()407 if (currentActiveHeadsUpNotification.mIsAlertAgain) { in addNewHeadsUpEntry()[all …]