Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DAssistantFeedbackController.java103 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 DNotificationChannelLoggerImpl.java37 int oldImportance, int newImportance) { in logNotificationChannel() argument
43 /* int old_importance*/ oldImportance, in logNotificationChannel()
H A DNotificationChannelLogger.java125 int oldImportance, int newImportance); in logNotificationChannel() argument
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotificationRowBinderImpl.java176 @Nullable Integer oldImportance, in onNotificationRankingUpdated() argument
191 if (oldImportance != null && entry.getImportance() != oldImportance) { in onNotificationRankingUpdated()
H A DNotificationRowBinder.java51 @Nullable Integer oldImportance, in onNotificationRankingUpdated() argument
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DAssistantFeedbackControllerTest.java142 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 DNotificationChannelLoggerFake.java45 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 DFeedbackInfoTest.java219 private NotificationEntry getEntry(int oldImportance, int newImportance, in getEntry() argument
221 NotificationChannel channel = new NotificationChannel("id", "name", oldImportance); in getEntry()