Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java570 verifyNotificationBubbleState(id, shouldBeBubble); in sendAndVerifyBubble()
577 private void verifyNotificationBubbleState(int id, boolean shouldBeBubble) { in verifyNotificationBubbleState() method in NotificationManagerTest
3327 verifyNotificationBubbleState(BUBBLE_NOTIF_ID, false /* shouldBeBubble */); in testNotificationManagerBubblePolicy_noFlag_service()
3354 verifyNotificationBubbleState(BUBBLE_NOTIF_ID, false /* shouldBeBubble */); in testNotificationManagerBubblePolicy_noFlag_phonecall()
3380 verifyNotificationBubbleState(BUBBLE_NOTIF_ID, false /* shouldBeBubble */); in testNotificationManagerBubblePolicy_noFlag_foreground()
3415 verifyNotificationBubbleState(BUBBLE_NOTIF_ID, true /* shouldBeBubble */); in testNotificationManagerBubble_checkActivityFlagsDocumentLaunchMode()
3661 verifyNotificationBubbleState(42, false /* should be bubble */); in testNotificationManagerBubblePolicy_noFlag_shortcutRemoved()
3686 verifyNotificationBubbleState(BUBBLE_NOTIF_ID, true /* shouldBeBubble */); in testNotificationManagerBubbleNotificationSuppression()
3701 verifyNotificationBubbleState(BUBBLE_NOTIF_ID, true /* shouldBubble */); in testNotificationManagerBubbleNotificationSuppression()
3743 verifyNotificationBubbleState(BUBBLE_NOTIF_ID, true /* shouldBeBubble */); in testNotificationManagerBubble_checkIsBubbled_pendingIntent()
[all …]