Searched refs:sendAndVerifyBubble (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
D | NotificationManagerBubbleTest.java | 149 private void sendAndVerifyBubble(final int id, Notification.Builder builder, in sendAndVerifyBubble() method in NotificationManagerBubbleTest 470 sendAndVerifyBubble(1, nb, shouldBeBubble); in testNotificationManagerBubblePolicy_flag_intentBubble() 602 sendAndVerifyBubble(1, nb, shouldBeBubble); in testNotificationManagerBubblePolicy_flag_shortcutBubble() 623 sendAndVerifyBubble(1, nb, false); in testNotificationManagerBubblePolicy_noFlag_invalidShortcut() 645 sendAndVerifyBubble(id, nb, false /* shouldBeBubble */); in testNotificationManagerBubblePolicy_noFlag_invalidNotif() 665 sendAndVerifyBubble(1, nb, shouldBeBubble); in testNotificationManagerBubblePolicy_appAll_globalOn() 687 sendAndVerifyBubble(1, nb, false); in testNotificationManagerBubblePolicy_appAll_globalOff() 709 sendAndVerifyBubble(1, nb, false); in testNotificationManagerBubblePolicy_appAll_channelNo() 731 sendAndVerifyBubble(1, nb, false); in testNotificationManagerBubblePolicy_appSelected_channelNo() 754 sendAndVerifyBubble(1, nb, shouldBeBubble); in testNotificationManagerBubblePolicy_appSelected_channelYes() [all …]
|