Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DAssistantFeedbackController.java104 int newImportance = ranking.getImportance(); in getFeedbackStatus() local
106 && newImportance >= NotificationManager.IMPORTANCE_DEFAULT) { in getFeedbackStatus()
109 && newImportance < NotificationManager.IMPORTANCE_DEFAULT) { in getFeedbackStatus()
111 } else if (oldImportance < newImportance in getFeedbackStatus()
114 } else if (oldImportance > newImportance in getFeedbackStatus()
/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.java143 private void updateNotification(NotificationEntry entry, int newImportance) { in updateNotification() argument
159 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/tests/src/com/android/systemui/statusbar/notification/
DAssistantFeedbackControllerTest.java142 private NotificationEntry getEntry(int oldImportance, int newImportance, in getEntry() argument
148 .setImportance(newImportance) in getEntry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInfo.java436 int newImportance = mChosenImportance;
440 newImportance = mStartingChannelImportance;
448 mStartingChannelImportance, newImportance, mIsAutomaticChosen));
653 int currentImportance, int newImportance, boolean unlockImportance) {
659 mNewImportance = newImportance;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DFeedbackInfoTest.java219 private NotificationEntry getEntry(int oldImportance, int newImportance, in getEntry() argument
225 .setImportance(newImportance) in getEntry()