Searched refs:oldImportance (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | AssistantFeedbackController.java | 103 int oldImportance = ranking.getChannel().getImportance(); in getFeedbackStatus() local 105 if (oldImportance < NotificationManager.IMPORTANCE_DEFAULT in getFeedbackStatus() 108 } else if (oldImportance >= NotificationManager.IMPORTANCE_DEFAULT in getFeedbackStatus() 111 } else if (oldImportance < newImportance in getFeedbackStatus() 114 } else if (oldImportance > newImportance in getFeedbackStatus()
|
/aosp12/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
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/ |
H A D | NotificationRowBinderImpl.java | 176 @Nullable Integer oldImportance, in onNotificationRankingUpdated() argument 191 if (oldImportance != null && entry.getImportance() != oldImportance) { in onNotificationRankingUpdated()
|
H A D | NotificationRowBinder.java | 51 @Nullable Integer oldImportance, in onNotificationRankingUpdated() argument
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | AssistantFeedbackControllerTest.java | 142 private NotificationEntry getEntry(int oldImportance, int newImportance, in getEntry() argument 144 NotificationChannel channel = new NotificationChannel("id", "name", oldImportance); in getEntry()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationChannelLoggerFake.java | 45 int uid, String pkg, int oldImportance, int newImportance) { in logNotificationChannel() argument
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | FeedbackInfoTest.java | 219 private NotificationEntry getEntry(int oldImportance, int newImportance, in getEntry() argument 221 NotificationChannel channel = new NotificationChannel("id", "name", oldImportance); in getEntry()
|