Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java979 void unlockNotificationChannelImportance(String pkg, int uid, String updatedChannelId) { in unlockNotificationChannelImportance() method in PreferencesHelper
DNotificationManagerService.java3894 mPreferencesHelper.unlockNotificationChannelImportance(pkg, uid, channelId);
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java4000 mHelper.unlockNotificationChannelImportance(PKG_O, UID_O, channel.getId()); in testUnlockNotificationChannelImportance()