Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1113 void unlockNotificationChannelImportance(String pkg, int uid, String updatedChannelId) { in unlockNotificationChannelImportance() argument
1114 Objects.requireNonNull(updatedChannelId); in unlockNotificationChannelImportance()
1121 NotificationChannel channel = r.channels.get(updatedChannelId); in unlockNotificationChannelImportance()