Home
last modified time | relevance | path

Searched refs:unlockNotificationChannelImportance (Results 1 – 3 of 3) 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() method in PreferencesHelper
H A DNotificationManagerService.java4148 mPreferencesHelper.unlockNotificationChannelImportance(pkg, uid, channelId);
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java5635 mHelper.unlockNotificationChannelImportance(PKG_O, UID_O, channel.getId()); in testUnlockNotificationChannelImportance()