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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java1824 final boolean shouldInterrupt = shouldInterrupt(notification);
1848 if (shouldInterrupt) {
1859 if (shouldInterrupt && alertAgain) {
1878 if (shouldInterrupt) {
1898 if (shouldInterrupt && alertAgain) {
1993 protected boolean shouldInterrupt(StatusBarNotification sbn) { method in class:BaseStatusBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1285 if (mUseHeadsUp && shouldInterrupt(notification)) {

Completed in 32 milliseconds