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

/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java122 private static final int SCORE_DISPLAY_THRESHOLD = Notification.PRIORITY_MIN * NOTIFICATION_PRIORITY_MULTIPLIER; field in class:NotificationManagerService
1684 if (score < SCORE_DISPLAY_THRESHOLD) {

Completed in 32 milliseconds