Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DINotificationManager.aidl102 void unlockAllNotificationChannels(); in unlockAllNotificationChannels() method
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java2518 public void unlockAllNotificationChannels() { in unlockAllNotificationChannels() method in PreferencesHelper
DNotificationManagerService.java3899 public void unlockAllNotificationChannels() {
3901 mPreferencesHelper.unlockAllNotificationChannels();
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java4022 mHelper.unlockAllNotificationChannels(); in testUnlockAllNotificationChannels()