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

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java171 static final int NOTIFICATION_PRIORITY_MULTIPLIER = 10; field in class:NotificationManagerService
172 static final int SCORE_DISPLAY_THRESHOLD = Notification.PRIORITY_MIN * NOTIFICATION_PRIORITY_MULTIPLIER;
177 Notification.PRIORITY_LOW * NOTIFICATION_PRIORITY_MULTIPLIER;
2113 final int score = notification.priority * NOTIFICATION_PRIORITY_MULTIPLIER;

Completed in 67 milliseconds