Home
last modified time | relevance | path

Searched defs:getNotificationChannelsBypassingDnd (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A DNotificationBackend.java345 public ParceledListSlice<NotificationChannel> getNotificationChannelsBypassingDnd(String pkg, in getNotificationChannelsBypassingDnd() method in NotificationBackend
/aosp12/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl120 ParceledListSlice getNotificationChannelsBypassingDnd(String pkg, int userId); in getNotificationChannelsBypassingDnd() method
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java1554 public ParceledListSlice<NotificationChannel> getNotificationChannelsBypassingDnd(String pkg, in getNotificationChannelsBypassingDnd() method in PreferencesHelper