Home
last modified time | relevance | path

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

/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationBundlingTests.java73 mHelper.sendBundlingNotifications(lists, BUNDLE_GROUP_KEY); in testBundlingNotification()
91 mHelper.sendBundlingNotifications(lists, BUNDLE_GROUP_KEY); in testDismissBundlingNotification()
106 mHelper.sendBundlingNotifications(lists, BUNDLE_GROUP_KEY); in testDismissIndividualNotification()
DNotificationHelper.java171 public void sendBundlingNotifications(List<Integer> lists, String groupKey) throws Exception { in sendBundlingNotifications() method in NotificationHelper
DNotificationInteractionTests.java286 mHelper.sendBundlingNotifications(lists, BUNDLE_GROUP_KEY); in testReceiveAndExpandRedactNotification()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java141 public void sendBundlingNotifications(List<Integer> lists, String groupKey, in sendBundlingNotifications() method in NotificationHelper