Searched refs:verifyNotificationBubbleState (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
D | NotificationManagerBubbleTest.java | 156 verifyNotificationBubbleState(id, shouldBeBubble); in sendAndVerifyBubble() 189 private void verifyNotificationBubbleState(int id, boolean shouldBeBubble) { in verifyNotificationBubbleState() method in NotificationManagerBubbleTest 493 verifyNotificationBubbleState(BUBBLE_NOTIF_ID, false /* shouldBeBubble */); in testNotificationManagerBubblePolicy_noFlag_service() 518 verifyNotificationBubbleState(BUBBLE_NOTIF_ID, false /* shouldBeBubble */); in testNotificationManagerBubblePolicy_noFlag_phonecall() 542 verifyNotificationBubbleState(BUBBLE_NOTIF_ID, false /* shouldBeBubble */); in testNotificationManagerBubblePolicy_noFlag_foreground() 569 verifyNotificationBubbleState(BUBBLE_NOTIF_ID, true /* shouldBeBubble */); in testNotificationManagerBubble_checkActivityFlagsDocumentLaunchMode() 800 verifyNotificationBubbleState(42, false /* should be bubble */); in testNotificationManagerBubblePolicy_noFlag_shortcutRemoved() 822 verifyNotificationBubbleState(BUBBLE_NOTIF_ID, true /* shouldBeBubble */); in testNotificationManagerBubbleNotificationSuppression() 837 verifyNotificationBubbleState(BUBBLE_NOTIF_ID, true /* shouldBubble */); in testNotificationManagerBubbleNotificationSuppression() 871 verifyNotificationBubbleState(BUBBLE_NOTIF_ID, true /* shouldBeBubble */); in testNotificationManagerBubble_checkIsBubbled_pendingIntent() [all …]
|