Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpNotificationView.java109 public boolean showNotification(NotificationData.Entry headsUp) { in showNotification() argument
110 if (mHeadsUp != null && headsUp != null && !mHeadsUp.key.equals(headsUp.key)) { in showNotification()
115 mHeadsUp = headsUp; in showNotification()