Searched refs:newImportance (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | AssistantFeedbackController.java | 118 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 D | NotificationChannelLoggerImpl.java | 37 int oldImportance, int newImportance) { in logNotificationChannel() argument 44 /* int importance*/ newImportance, in logNotificationChannel()
|
H A D | NotificationChannelLogger.java | 125 int oldImportance, int newImportance); in logNotificationChannel() argument
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | AssistantFeedbackControllerTest.java | 158 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 D | NotificationInfo.java | 451 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 D | NotificationChannelLoggerFake.java | 76 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 D | FeedbackInfoTest.java | 215 private NotificationEntry getEntry(int oldImportance, int newImportance, in getEntry() argument 221 .setImportance(newImportance) in getEntry()
|