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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
H A DTvStatusBar.java178 protected void updateHeadsUp(String key, NotificationData.Entry entry, boolean shouldInterrupt, argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java1914 boolean shouldInterrupt = shouldInterrupt(entry, notification);
1960 updateHeadsUp(key, entry, shouldInterrupt, alertAgain);
1977 protected abstract void updateHeadsUp(String key, Entry entry, boolean shouldInterrupt, argument
2088 protected boolean shouldInterrupt(Entry entry) { method in class:BaseStatusBar
2089 return shouldInterrupt(entry, entry.notification);
2092 protected boolean shouldInterrupt(Entry entry, StatusBarNotification sbn) { method in class:BaseStatusBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1205 boolean isHeadsUped = mUseHeadsUp && shouldInterrupt(shadeEntry);
2051 protected void updateHeadsUp(String key, Entry entry, boolean shouldInterrupt, argument
2055 if (!shouldInterrupt) {
2061 } else if (shouldInterrupt && alertAgain) {

Completed in 92 milliseconds