Searched refs:shouldInterrupt (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/ |
D | TvStatusBar.java | 174 protected void updateHeadsUp(String key, NotificationData.Entry entry, boolean shouldInterrupt, in updateHeadsUp() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | BaseStatusBar.java | 1857 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/ |
D | PhoneStatusBar.java | 1175 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()
|