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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java110 private static final int HIDE_ICONS_BELOW_SCORE = Notification.PRIORITY_LOW * NOTIFICATION_PRIORITY_MULTIPLIER; field in class:TabletStatusBar
1413 if ((provisioned && ent.notification.getScore() >= HIDE_ICONS_BELOW_SCORE)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java133 private static final int HIDE_ICONS_BELOW_SCORE = Notification.PRIORITY_LOW * NOTIFICATION_PRIORITY_MULTIPLIER; field in class:PhoneStatusBar
1060 if (!((provisioned && ent.notification.getScore() >= HIDE_ICONS_BELOW_SCORE)

Completed in 96 milliseconds