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.java541 private void sendAndVerifyBubble(final int id, Notification.Builder builder, in sendAndVerifyBubble() method in NotificationManagerTest
3302 sendAndVerifyBubble(1, nb, null /* use default metadata */, shouldBeBubble); in testNotificationManagerBubblePolicy_flag_intentBubble()
3450 sendAndVerifyBubble(1, nb, data, shouldBeBubble); in testNotificationManagerBubblePolicy_flag_shortcutBubble()
3475 sendAndVerifyBubble(1, nb, data, false); in testNotificationManagerBubblePolicy_noFlag_invalidShortcut()
3498 sendAndVerifyBubble(1, null /* use default notif builder */, data, in testNotificationManagerBubblePolicy_noFlag_invalidNotif()
3522 sendAndVerifyBubble(1, nb, data, shouldBeBubble); in testNotificationManagerBubblePolicy_appAll_globalOn()
3544 sendAndVerifyBubble(1, nb, data, false); in testNotificationManagerBubblePolicy_appAll_globalOff()
3566 sendAndVerifyBubble(1, nb, data, false); in testNotificationManagerBubblePolicy_appAll_channelNo()
3588 sendAndVerifyBubble(1, nb, data, false); in testNotificationManagerBubblePolicy_appSelected_channelNo()
3611 sendAndVerifyBubble(1, nb, data, shouldBeBubble); in testNotificationManagerBubblePolicy_appSelected_channelYes()
[all …]