Home
last modified time | relevance | path

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

/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/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinderImpl.java184 @Nullable Integer oldImportance, in onNotificationRankingUpdated() argument
199 if (oldImportance != null && entry.getImportance() != oldImportance) { in onNotificationRankingUpdated()
DNotificationRowBinder.java52 @Nullable Integer oldImportance, in onNotificationRankingUpdated() argument
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationChannelLoggerFake.java45 int uid, String pkg, int oldImportance, int newImportance) { in logNotificationChannel() argument