Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationChannelLogger.java73 String pkg, int oldLoggingImportance, boolean byUser) { in logNotificationChannelModified() argument
74 logNotificationChannel(NotificationChannelEvent.getUpdated(byUser), in logNotificationChannelModified()
181 public static NotificationChannelEvent getUpdated(boolean byUser) { in getUpdated() argument
182 return byUser in getUpdated()