Home
last modified time | relevance | path

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

/aosp12/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.java368 && (getLoggingImportance(r) == getLoggingImportance(old)) in shouldLogReported()
440 static int getLoggingImportance(@NonNull NotificationRecord r) { in getLoggingImportance() method
446 return NotificationChannelLogger.getLoggingImportance(channel, importance); in getLoggingImportance()
H A DNotificationRecordLoggerImpl.java73 NotificationRecordLogger.getLoggingImportance(p.r), in writeNotificationReportedAtom()
H A DPreferencesHelper.java886 NotificationChannelLogger.getLoggingImportance(existing); in createNotificationChannel()
1051 NotificationChannelLogger.getLoggingImportance(channel), fromUser); in updateNotificationChannel()
/aosp12/frameworks/base/services/
H A Dart-profile26272 HSPLcom/android/server/notification/NotificationChannelLogger;->getLoggingImportance(Landroid/app/N…
26273 HSPLcom/android/server/notification/NotificationChannelLogger;->getLoggingImportance(Landroid/app/N…
27298 HPLcom/android/server/notification/NotificationRecordLogger;->getLoggingImportance(Lcom/android/ser…