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.java1191 assertEquals(0, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDndCount_noChannelsBypassing()
1204 assertEquals(0, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDnd_noChannelsForUserIdBypassing()
1219 assertEquals(1, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDndCount_oneChannelBypassing_groupBlocked()
1225 assertEquals(0, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDndCount_oneChannelBypassing_groupBlocked()
1245 assertEquals(3, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDndCount_multipleChannelsBypassing()
1250 assertEquals(0, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDndCount_multipleChannelsBypassing()
1255 assertEquals(3, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDndCount_multipleChannelsBypassing()
1261 assertEquals(1, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDndCount_multipleChannelsBypassing()
1266 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.java1086 public ParceledListSlice<NotificationChannel> getNotificationChannelsBypassingDnd(String pkg, in getNotificationChannelsBypassingDnd() method in PreferencesHelper
DNotificationManagerService.java2854 public ParceledListSlice<NotificationChannel> getNotificationChannelsBypassingDnd(
2857 return mPreferencesHelper.getNotificationChannelsBypassingDnd(pkg, userId);