Home
last modified time | relevance | path

Searched refs:IMPORTANCE_DEFAULT (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java20 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_DEFAULT;
119 int importance = IMPORTANCE_DEFAULT; in defaultImportance()
134 importance = IMPORTANCE_DEFAULT; in defaultImportance()
156 if (importance < IMPORTANCE_DEFAULT) { in defaultImportance()
157 importance = IMPORTANCE_DEFAULT; in defaultImportance()
321 if (mImportance < IMPORTANCE_DEFAULT && in setContactAffinity()
323 setImportance(IMPORTANCE_DEFAULT, getPeopleExplanation()); in setContactAffinity()
DNotificationIntrusivenessExtractor.java47 if (record.getImportance() >= NotificationListenerService.Ranking.IMPORTANCE_DEFAULT) { in process()
DNotificationManagerService.java41 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_DEFAULT;
2800 final boolean aboveThreshold = record.getImportance() >= IMPORTANCE_DEFAULT; in buzzBeepBlinkLocked()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1054 public static final int IMPORTANCE_DEFAULT = NotificationManager.IMPORTANCE_DEFAULT; field in NotificationListenerService.Ranking
1194 case IMPORTANCE_DEFAULT:
1306 return Ranking.IMPORTANCE_DEFAULT; in getImportance()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java189 int aImportance = Ranking.IMPORTANCE_DEFAULT;
190 int bImportance = Ranking.IMPORTANCE_DEFAULT;
DNotificationGuts.java372 case Ranking.IMPORTANCE_DEFAULT: in updateTitleAndSummary()
/frameworks/base/core/java/android/app/
DNotificationManager.java185 IMPORTANCE_MIN, IMPORTANCE_LOW, IMPORTANCE_DEFAULT, IMPORTANCE_HIGH,
220 public static final int IMPORTANCE_DEFAULT = 3; field in NotificationManager
/frameworks/support/compat/java/android/support/v4/app/
DNotificationManagerCompat.java129 public static final int IMPORTANCE_DEFAULT = 3; field in NotificationManagerCompat
/frameworks/support/api/
Dcurrent.txt4510 field public static final int IMPORTANCE_DEFAULT = 3; // 0x3
/frameworks/base/api/
Dcurrent.txt5312 field public static final int IMPORTANCE_DEFAULT = 3; // 0x3
Dsystem-current.txt5469 field public static final int IMPORTANCE_DEFAULT = 3; // 0x3
Dtest-current.txt5315 field public static final int IMPORTANCE_DEFAULT = 3; // 0x3