Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java1194 assertEquals(0, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDndCount_noChannelsBypassing()
1207 assertEquals(0, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDnd_noChannelsForUserIdBypassing()
1222 assertEquals(1, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDndCount_oneChannelBypassing_groupBlocked()
1228 assertEquals(0, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDndCount_oneChannelBypassing_groupBlocked()
1248 assertEquals(3, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDndCount_multipleChannelsBypassing()
1253 assertEquals(0, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDndCount_multipleChannelsBypassing()
1258 assertEquals(3, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDndCount_multipleChannelsBypassing()
1264 assertEquals(1, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDndCount_multipleChannelsBypassing()
1269 assertEquals(0, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDndCount_multipleChannelsBypassing()
/frameworks/base/core/java/android/app/
DINotificationManager.aidl108 ParceledListSlice getNotificationChannelsBypassingDnd(String pkg, int userId); in getNotificationChannelsBypassingDnd() method
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1102 public ParceledListSlice<NotificationChannel> getNotificationChannelsBypassingDnd(String pkg, in getNotificationChannelsBypassingDnd() method in PreferencesHelper
DNotificationManagerService.java2943 public ParceledListSlice<NotificationChannel> getNotificationChannelsBypassingDnd(
2946 return mPreferencesHelper.getNotificationChannelsBypassingDnd(pkg, userId);