Searched refs:getLoggingImportance (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A 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() 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 D | NotificationRecordLogger.java | 368 && (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 D | NotificationRecordLoggerImpl.java | 73 NotificationRecordLogger.getLoggingImportance(p.r), in writeNotificationReportedAtom()
|
H A D | PreferencesHelper.java | 886 NotificationChannelLogger.getLoggingImportance(existing); in createNotificationChannel() 1051 NotificationChannelLogger.getLoggingImportance(channel), fromUser); in updateNotificationChannel()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 26272 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…
|