Home
last modified time | relevance | path

Searched refs:newImportance (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationChannelLoggerImpl.java37 int oldImportance, int newImportance) { in logNotificationChannel() argument
44 /* int importance*/ newImportance); in logNotificationChannel()
DNotificationChannelLogger.java125 int oldImportance, int newImportance); in logNotificationChannel() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceNotificationListener.java146 private void updateNotification(NotificationEntry entry, int newImportance) { in updateNotification() argument
162 if (newImportance > NotificationManager.IMPORTANCE_MIN) { in updateNotification()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationChannelLoggerFake.java45 int uid, String pkg, int oldImportance, int newImportance) { in logNotificationChannel() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInfo.java408 int newImportance = mChosenImportance;
412 newImportance = mStartingChannelImportance;
420 mStartingChannelImportance, newImportance));
608 int currentImportance, int newImportance) {
614 mNewImportance = newImportance;