Searched refs:currentNotification (Results 1 – 4 of 4) sorted by relevance
302 HeadsUpEntry currentNotification = addNewHeadsUpEntry(alertEntry); in showHeadsUp() local303 if (currentNotification.mIsNewHeadsUp) { in showHeadsUp()305 setAutoDismissViews(currentNotification, alertEntry); in showHeadsUp()306 } else if (currentNotification.mIsAlertAgain) { in showHeadsUp()307 setAutoDismissViews(currentNotification, alertEntry); in showHeadsUp()311 currentNotification.setClickHandlerFactory(mClickHandlerFactory); in showHeadsUp()313 if (currentNotification.getNotificationView() == null) { in showHeadsUp()314 currentNotification.setNotificationView(mInflater.inflate( in showHeadsUp()317 mHunContainer.displayNotification(currentNotification.getNotificationView(), in showHeadsUp()319 currentNotification.setViewHolder( in showHeadsUp()[all …]
123 private int currentNotification = NOTIFICATION_NONE; field in StatusBarNotifier142 currentNotification = NOTIFICATION_NONE; in StatusBarNotifier()222 if (currentNotification != NOTIFICATION_NONE) { in cancelNotification()224 currentNotification = NOTIFICATION_NONE; in cancelNotification()364 if (currentNotification != NOTIFICATION_INCOMING_CALL) { in buildAndSendNotification()435 currentNotification = notificationType; in buildAndSendNotification()527 currentNotification != notificationType); in checkForChangeAndSaveData()530 if (currentNotification != notificationType) { in checkForChangeAndSaveData()531 if (currentNotification == NOTIFICATION_NONE) { in checkForChangeAndSaveData()
86 for (StatusBarNotification currentNotification : activeNotifications) { in throttle()87 if (isNotificationInGroup(currentNotification, groupKey)) { in throttle()
455 private View getNotificationView(HeadsUpEntry currentNotification) { in getNotificationView() argument456 return currentNotification == null ? null : currentNotification.getNotificationView(); in getNotificationView()