HomeSort by relevance Sort by last modified time
    Searched refs:mInterruptingNotificationEntry (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 113 protected NotificationData.Entry mInterruptingNotificationEntry;
335 if (n.isClearable() || (mInterruptingNotificationEntry != null
336 && mInterruptingNotificationEntry.row == row)) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]

Completed in 278 milliseconds