Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java540 private void sendAndVerifyBubble(final int id, Notification.Builder builder, in sendAndVerifyBubble() method in NotificationManagerTest
3327 sendAndVerifyBubble(1, nb, null /* use default metadata */, shouldBeBubble); in testNotificationManagerBubblePolicy_flag_intentBubble()
3475 sendAndVerifyBubble(1, nb, data, shouldBeBubble); in testNotificationManagerBubblePolicy_flag_shortcutBubble()
3500 sendAndVerifyBubble(1, nb, data, false); in testNotificationManagerBubblePolicy_noFlag_invalidShortcut()
3523 sendAndVerifyBubble(1, null /* use default notif builder */, data, in testNotificationManagerBubblePolicy_noFlag_invalidNotif()
3547 sendAndVerifyBubble(1, nb, data, shouldBeBubble); in testNotificationManagerBubblePolicy_appAll_globalOn()
3569 sendAndVerifyBubble(1, nb, data, false); in testNotificationManagerBubblePolicy_appAll_globalOff()
3591 sendAndVerifyBubble(1, nb, data, false); in testNotificationManagerBubblePolicy_appAll_channelNo()
3613 sendAndVerifyBubble(1, nb, data, false); in testNotificationManagerBubblePolicy_appSelected_channelNo()
3636 sendAndVerifyBubble(1, nb, data, shouldBeBubble); in testNotificationManagerBubblePolicy_appSelected_channelYes()
[all …]