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

  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java 147 static final int NOTIFICATION_PRIORITY_MULTIPLIER = 10;
148 static final int SCORE_DISPLAY_THRESHOLD = Notification.PRIORITY_MIN * NOTIFICATION_PRIORITY_MULTIPLIER;
153 Notification.PRIORITY_LOW * NOTIFICATION_PRIORITY_MULTIPLIER;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 204 private static final int NOTIFICATION_PRIORITY_MULTIPLIER = 10; // see NotificationManagerService
205 private static final int HIDE_ICONS_BELOW_SCORE = Notification.PRIORITY_LOW * NOTIFICATION_PRIORITY_MULTIPLIER;
    [all...]

Completed in 67 milliseconds