Home
last modified time | relevance | path

Searched refs:getLoggingImportance (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationChannelLogger.java48 channel, uid, pkg, 0, getLoggingImportance(channel)); in logNotificationChannelCreated()
61 channel, uid, pkg, getLoggingImportance(channel), 0); in logNotificationChannelDeleted()
75 channel, uid, pkg, oldLoggingImportance, getLoggingImportance(channel)); in logNotificationChannelModified()
235 static int getLoggingImportance(@NonNull NotificationChannel channel) { in getLoggingImportance() method
236 return getLoggingImportance(channel, channel.getImportance()); in getLoggingImportance()
243 static int getLoggingImportance(@NonNull NotificationChannel channel, int importance) { in getLoggingImportance() method
DNotificationRecordLogger.java401 && (getLoggingImportance(r) == getLoggingImportance(old)) in shouldLogReported()
520 this.importance = NotificationRecordLogger.getLoggingImportance(p.r); in NotificationReported()
553 static int getLoggingImportance(@NonNull NotificationRecord r) { in getLoggingImportance() method
559 return NotificationChannelLogger.getLoggingImportance(channel, importance); in getLoggingImportance()
DPreferencesHelper.java1019 NotificationChannelLogger.getLoggingImportance(existing); in createNotificationChannel()
1178 NotificationChannelLogger.getLoggingImportance(channel), fromUser); in updateNotificationChannel()
1240 int oldLoggingImportance = NotificationChannelLogger.getLoggingImportance(conversation); in maybeUpdateChildConversationChannel()
/frameworks/base/services/
Dart-wear-profile15795 HPLcom/android/server/notification/NotificationChannelLogger;->getLoggingImportance(Landroid/app/No…
15796 HPLcom/android/server/notification/NotificationChannelLogger;->getLoggingImportance(Landroid/app/No…
16341 PLcom/android/server/notification/NotificationRecordLogger;->getLoggingImportance(Lcom/android/serv…