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()
228 static int getLoggingImportance(@NonNull NotificationChannel channel) { in getLoggingImportance() method
229 return getLoggingImportance(channel, channel.getImportance()); in getLoggingImportance()
236 static int getLoggingImportance(@NonNull NotificationChannel channel, int importance) { in getLoggingImportance() method
DNotificationRecordLogger.java352 && (getLoggingImportance(r) == getLoggingImportance(old))); in shouldLogReported()
423 static int getLoggingImportance(@NonNull NotificationRecord r) { in getLoggingImportance() method
429 return NotificationChannelLogger.getLoggingImportance(channel, importance); in getLoggingImportance()
DNotificationRecordLoggerImpl.java55 NotificationRecordLogger.getLoggingImportance(r), in maybeLogNotificationPosted()
DPreferencesHelper.java845 NotificationChannelLogger.getLoggingImportance(existing); in createNotificationChannel()
993 NotificationChannelLogger.getLoggingImportance(channel), fromUser); in updateNotificationChannel()