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.java979 void unlockNotificationChannelImportance(String pkg, int uid, String updatedChannelId) { in unlockNotificationChannelImportance() argument
980 Objects.requireNonNull(updatedChannelId); in unlockNotificationChannelImportance()
987 NotificationChannel channel = r.channels.get(updatedChannelId); in unlockNotificationChannelImportance()