Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java1282 assertEquals(0, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDndCount_noChannelsBypassing()
1295 assertEquals(0, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDnd_noChannelsForUserIdBypassing()
1310 assertEquals(1, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDndCount_oneChannelBypassing_groupBlocked()
1316 assertEquals(0, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDndCount_oneChannelBypassing_groupBlocked()
1336 assertEquals(3, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDndCount_multipleChannelsBypassing()
1341 assertEquals(0, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDndCount_multipleChannelsBypassing()
1346 assertEquals(3, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDndCount_multipleChannelsBypassing()
1352 assertEquals(1, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDndCount_multipleChannelsBypassing()
1357 assertEquals(0, mHelper.getNotificationChannelsBypassingDnd(PKG_N_MR1, in testGetChannelsBypassingDndCount_multipleChannelsBypassing()
/frameworks/base/core/java/android/app/
DINotificationManager.aidl117 ParceledListSlice getNotificationChannelsBypassingDnd(String pkg, int userId); in getNotificationChannelsBypassingDnd() method
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1456 public ParceledListSlice<NotificationChannel> getNotificationChannelsBypassingDnd(String pkg, in getNotificationChannelsBypassingDnd() method in PreferencesHelper
DNotificationManagerService.java3601 public ParceledListSlice<NotificationChannel> getNotificationChannelsBypassingDnd(
3604 return mPreferencesHelper.getNotificationChannelsBypassingDnd(pkg, userId);
/frameworks/base/services/
Dart-profile21336 …ndroid/server/notification/NotificationManagerService$10;->getNotificationChannelsBypassingDnd(Lja…
22146 HPLcom/android/server/notification/PreferencesHelper;->getNotificationChannelsBypassingDnd(Ljava/la…