Searched defs:mInterruptingNotificationEntry (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java113 protected NotificationData.Entry mInterruptingNotificationEntry; field in class:BaseStatusBar
335 if (n.isClearable() || (mInterruptingNotificationEntry != null
336 && mInterruptingNotificationEntry.row == row)) {
953 if (ENABLE_HEADS_UP && mInterruptingNotificationEntry != null
954 && oldNotification == mInterruptingNotificationEntry.notification) {
960 mInterruptingNotificationEntry.notification = notification;
961 updateNotificationViews(mInterruptingNotificationEntry, notification);
1038 if (!screenOn && mInterruptingNotificationEntry != null) {

Completed in 2898 milliseconds