Searched refs:BUBBLE_NOTIF_ID (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
D | NotificationManagerBubbleTest.java | 30 import static android.app.stubs.SendBubbleActivity.BUBBLE_NOTIF_ID; 493 verifyNotificationBubbleState(BUBBLE_NOTIF_ID, false /* shouldBeBubble */); in testNotificationManagerBubblePolicy_noFlag_service() 518 verifyNotificationBubbleState(BUBBLE_NOTIF_ID, false /* shouldBeBubble */); in testNotificationManagerBubblePolicy_noFlag_phonecall() 539 a.sendInvalidBubble(BUBBLE_NOTIF_ID, false /* autoExpand */); in testNotificationManagerBubblePolicy_noFlag_foreground() 542 verifyNotificationBubbleState(BUBBLE_NOTIF_ID, false /* shouldBeBubble */); in testNotificationManagerBubblePolicy_noFlag_foreground() 567 a.sendBubble(BUBBLE_NOTIF_ID, true /* autoExpand */, false /* suppressNotif */); in testNotificationManagerBubble_checkActivityFlagsDocumentLaunchMode() 569 verifyNotificationBubbleState(BUBBLE_NOTIF_ID, true /* shouldBeBubble */); in testNotificationManagerBubble_checkActivityFlagsDocumentLaunchMode() 821 a.sendBubble(BUBBLE_NOTIF_ID, false /* autoExpand */, true /* suppressNotif */); in testNotificationManagerBubbleNotificationSuppression() 822 verifyNotificationBubbleState(BUBBLE_NOTIF_ID, true /* shouldBeBubble */); in testNotificationManagerBubbleNotificationSuppression() 836 a.sendBubble(BUBBLE_NOTIF_ID, false /* autoExpand */, false /* suppressNotif */); in testNotificationManagerBubbleNotificationSuppression() [all …]
|
/cts/tests/app/app/src/android/app/stubs/ |
D | BubblesTestService.java | 44 public static final int BUBBLE_NOTIF_ID = 1; field in BubblesTestService 50 startForeground(BUBBLE_NOTIF_ID, n); in onStartCommand()
|
D | SendBubbleActivity.java | 44 public static final int BUBBLE_NOTIF_ID = 1; field in SendBubbleActivity
|