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

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

Completed in 73 milliseconds