Searched refs:oldImportance (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
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()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationChannelLoggerImpl.java | 37 int oldImportance, int newImportance) { in logNotificationChannel() argument 43 /* int old_importance*/ oldImportance, in logNotificationChannel()
|
D | NotificationChannelLogger.java | 125 int oldImportance, int newImportance); in logNotificationChannel() argument
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | AssistantFeedbackControllerTest.java | 159 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/ |
D | NotificationChannelLoggerFake.java | 76 int uid, String pkg, int oldImportance, int newImportance) { in logNotificationChannel() argument
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | FeedbackInfoTest.java | 232 private NotificationEntry getEntry(int oldImportance, int newImportance, in getEntry() argument 234 NotificationChannel channel = new NotificationChannel("id", "name", oldImportance); in getEntry()
|