Searched refs:BUBBLE_NOTIF_ID (Results 1 – 3 of 3) sorted by relevance
/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 | 47 public static final int BUBBLE_NOTIF_ID = 1; field in SendBubbleActivity
|
/cts/tests/app/src/android/app/cts/ |
D | NotificationManagerTest.java | 56 import static android.app.stubs.SendBubbleActivity.BUBBLE_NOTIF_ID; 3352 verifyNotificationBubbleState(BUBBLE_NOTIF_ID, false /* shouldBeBubble */); in testNotificationManagerBubblePolicy_noFlag_service() 3379 verifyNotificationBubbleState(BUBBLE_NOTIF_ID, false /* shouldBeBubble */); in testNotificationManagerBubblePolicy_noFlag_phonecall() 3402 a.sendInvalidBubble(BUBBLE_NOTIF_ID, false /* autoExpand */); in testNotificationManagerBubblePolicy_noFlag_foreground() 3405 verifyNotificationBubbleState(BUBBLE_NOTIF_ID, false /* shouldBeBubble */); in testNotificationManagerBubblePolicy_noFlag_foreground() 3438 a.sendBubble(BUBBLE_NOTIF_ID, true /* autoExpand */, false /* suppressNotif */); in testNotificationManagerBubble_checkActivityFlagsDocumentLaunchMode() 3440 verifyNotificationBubbleState(BUBBLE_NOTIF_ID, true /* shouldBeBubble */); in testNotificationManagerBubble_checkActivityFlagsDocumentLaunchMode() 3710 a.sendBubble(BUBBLE_NOTIF_ID, false /* autoExpand */, true /* suppressNotif */); in testNotificationManagerBubbleNotificationSuppression() 3711 verifyNotificationBubbleState(BUBBLE_NOTIF_ID, true /* shouldBeBubble */); in testNotificationManagerBubbleNotificationSuppression() 3725 a.sendBubble(BUBBLE_NOTIF_ID, false /* autoExpand */, false /* suppressNotif */); in testNotificationManagerBubbleNotificationSuppression() [all …]
|