Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java1053 void unlockNotificationChannelImportance(String pkg, int uid, String updatedChannelId) { in unlockNotificationChannelImportance() argument
1054 Objects.requireNonNull(updatedChannelId); in unlockNotificationChannelImportance()
1061 NotificationChannel channel = r.channels.get(updatedChannelId); in unlockNotificationChannelImportance()