Searched refs:getLoggingImportance (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationChannelLogger.java | 48 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
|
D | NotificationRecordLogger.java | 352 && (getLoggingImportance(r) == getLoggingImportance(old))); in shouldLogReported() 423 static int getLoggingImportance(@NonNull NotificationRecord r) { in getLoggingImportance() method 429 return NotificationChannelLogger.getLoggingImportance(channel, importance); in getLoggingImportance()
|
D | NotificationRecordLoggerImpl.java | 55 NotificationRecordLogger.getLoggingImportance(r), in maybeLogNotificationPosted()
|
D | PreferencesHelper.java | 845 NotificationChannelLogger.getLoggingImportance(existing); in createNotificationChannel() 993 NotificationChannelLogger.getLoggingImportance(channel), fromUser); in updateNotificationChannel()
|