Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DAssistantFeedbackController.java118 int newImportance = ranking.getImportance(); in getFeedbackStatus() local
120 && newImportance >= NotificationManager.IMPORTANCE_DEFAULT) { in getFeedbackStatus()
123 && newImportance < NotificationManager.IMPORTANCE_DEFAULT) { in getFeedbackStatus()
125 } else if (oldImportance < newImportance in getFeedbackStatus()
128 } else if (oldImportance > newImportance in getFeedbackStatus()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationChannelLoggerImpl.java37 int oldImportance, int newImportance) { in logNotificationChannel() argument
44 /* int importance*/ newImportance, in logNotificationChannel()
H A DNotificationChannelLogger.java125 int oldImportance, int newImportance); in logNotificationChannel() argument
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DAssistantFeedbackControllerTest.java158 private NotificationEntry getEntry(int oldImportance, int newImportance, in getEntry() argument
164 .setImportance(newImportance) in getEntry()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInfo.java451 int newImportance = mChosenImportance;
455 newImportance = mStartingChannelImportance;
463 mStartingChannelImportance, newImportance, mIsAutomaticChosen));
670 int currentImportance, int newImportance, boolean unlockImportance) {
676 mNewImportance = newImportance;
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationChannelLoggerFake.java76 int uid, String pkg, int oldImportance, int newImportance) { in logNotificationChannel() argument
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DFeedbackInfoTest.java215 private NotificationEntry getEntry(int oldImportance, int newImportance, in getEntry() argument
221 .setImportance(newImportance) in getEntry()