Searched refs:oldImportance (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | AssistantFeedbackController.java | 117 int oldImportance = ranking.getChannel().getImportance(); in getFeedbackStatus() local 119 if (oldImportance < NotificationManager.IMPORTANCE_DEFAULT in getFeedbackStatus() 122 } else if (oldImportance >= 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 43 /* int old_importance*/ oldImportance, 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 160 NotificationChannel channel = new NotificationChannel("id", "name", oldImportance); in getEntry()
|
/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 217 NotificationChannel channel = new NotificationChannel("id", "name", oldImportance); in getEntry()
|