Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DAssistantFeedbackController.java117 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()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationChannelLoggerImpl.java37 int oldImportance, int newImportance) { in logNotificationChannel() argument
43 /* int old_importance*/ oldImportance, in logNotificationChannel()
DNotificationChannelLogger.java125 int oldImportance, int newImportance); in logNotificationChannel() argument
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DAssistantFeedbackControllerTest.java159 private NotificationEntry getEntry(int oldImportance, int newImportance, in getEntry() argument
161 NotificationChannel channel = new NotificationChannel("id", "name", oldImportance); in getEntry()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationChannelLoggerFake.java76 int uid, String pkg, int oldImportance, int newImportance) { in logNotificationChannel() argument
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DFeedbackInfoTest.java232 private NotificationEntry getEntry(int oldImportance, int newImportance, in getEntry() argument
234 NotificationChannel channel = new NotificationChannel("id", "name", oldImportance); in getEntry()