Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A 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
H A DNotificationRecordLogger.java401 && (getLoggingImportance(r) == getLoggingImportance(old)) in shouldLogReported()
520 this.importance = NotificationRecordLogger.getLoggingImportance(p.r); in NotificationReported()
556 static int getLoggingImportance(@NonNull NotificationRecord r) { in getLoggingImportance() method
562 return NotificationChannelLogger.getLoggingImportance(channel, importance); in getLoggingImportance()
H A DPreferencesHelper.java959 NotificationChannelLogger.getLoggingImportance(existing); in createNotificationChannel()
1118 NotificationChannelLogger.getLoggingImportance(channel), fromUser); in updateNotificationChannel()
1180 int oldLoggingImportance = NotificationChannelLogger.getLoggingImportance(conversation); in maybeUpdateChildConversationChannel()
/aosp14/frameworks/base/services/
H A Dart-profile5077 HSPLcom/android/server/notification/NotificationChannelLogger;->getLoggingImportance(Landroid/app/N…
5078 HSPLcom/android/server/notification/NotificationChannelLogger;->getLoggingImportance(Landroid/app/N…
5299 HSPLcom/android/server/notification/NotificationRecordLogger;->getLoggingImportance(Lcom/android/se…