Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
DTvStatusBar.java174 protected void updateHeadsUp(String key, NotificationData.Entry entry, boolean shouldInterrupt, in updateHeadsUp() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java1857 boolean shouldInterrupt = shouldInterrupt(entry, notification);
1903 updateHeadsUp(key, entry, shouldInterrupt, alertAgain);
1920 protected abstract void updateHeadsUp(String key, Entry entry, boolean shouldInterrupt,
2031 protected boolean shouldInterrupt(Entry entry) {
2032 return shouldInterrupt(entry, entry.notification);
2035 protected boolean shouldInterrupt(Entry entry, StatusBarNotification sbn) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java1175 boolean isHeadsUped = mUseHeadsUp && shouldInterrupt(shadeEntry); in addNotification()
2010 protected void updateHeadsUp(String key, Entry entry, boolean shouldInterrupt, in updateHeadsUp() argument
2014 if (!shouldInterrupt) { in updateHeadsUp()
2020 } else if (shouldInterrupt && alertAgain) { in updateHeadsUp()