Searched refs:newImportance (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | AssistantFeedbackController.java | 104 int newImportance = ranking.getImportance(); in getFeedbackStatus() local 106 && newImportance >= NotificationManager.IMPORTANCE_DEFAULT) { in getFeedbackStatus() 109 && newImportance < NotificationManager.IMPORTANCE_DEFAULT) { in getFeedbackStatus() 111 } else if (oldImportance < newImportance in getFeedbackStatus() 114 } 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 44 /* int importance*/ newImportance, in logNotificationChannel()
|
D | NotificationChannelLogger.java | 125 int oldImportance, int newImportance); in logNotificationChannel() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ForegroundServiceNotificationListener.java | 143 private void updateNotification(NotificationEntry entry, int newImportance) { in updateNotification() argument 159 if (newImportance > NotificationManager.IMPORTANCE_MIN) { in updateNotification()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationChannelLoggerFake.java | 45 int uid, String pkg, int oldImportance, int newImportance) { in logNotificationChannel() argument
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | AssistantFeedbackControllerTest.java | 142 private NotificationEntry getEntry(int oldImportance, int newImportance, in getEntry() argument 148 .setImportance(newImportance) in getEntry()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationInfo.java | 436 int newImportance = mChosenImportance; 440 newImportance = mStartingChannelImportance; 448 mStartingChannelImportance, newImportance, mIsAutomaticChosen)); 653 int currentImportance, int newImportance, boolean unlockImportance) { 659 mNewImportance = newImportance;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | FeedbackInfoTest.java | 219 private NotificationEntry getEntry(int oldImportance, int newImportance, in getEntry() argument 225 .setImportance(newImportance) in getEntry()
|