Home
last modified time | relevance | path

Searched defs:newImportance (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationChannelLoggerImpl.java37 int oldImportance, int newImportance) { in logNotificationChannel()
H A DNotificationChannelLogger.java125 int oldImportance, int newImportance); in logNotificationChannel()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DAssistantFeedbackControllerTest.java158 private NotificationEntry getEntry(int oldImportance, int newImportance, in getEntry()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DAssistantFeedbackController.java118 int newImportance = ranking.getImportance(); in getFeedbackStatus() local
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationChannelLoggerFake.java76 int uid, String pkg, int oldImportance, int newImportance) { in logNotificationChannel()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DFeedbackInfoTest.java215 private NotificationEntry getEntry(int oldImportance, int newImportance, in getEntry()