Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DSendBubbleActivity.java104 public void sendBubble(int notifId, boolean autoExpand, boolean suppressNotification) { in sendBubble() method in SendBubbleActivity
105 sendBubble(notifId, autoExpand, suppressNotification, false /* suppressBubble */, in sendBubble()
110 public void sendBubble(int notifId, boolean autoExpand, boolean suppressNotification, in sendBubble() method in SendBubbleActivity
112 sendBubble(notifId, autoExpand, suppressNotification, suppressBubble, in sendBubble()
117 public void sendBubble(int notifId, boolean autoExpand, boolean suppressNotification, in sendBubble() method in SendBubbleActivity
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java3438 a.sendBubble(BUBBLE_NOTIF_ID, true /* autoExpand */, false /* suppressNotif */); in testNotificationManagerBubble_checkActivityFlagsDocumentLaunchMode()
3710 a.sendBubble(BUBBLE_NOTIF_ID, false /* autoExpand */, true /* suppressNotif */); in testNotificationManagerBubbleNotificationSuppression()
3725 a.sendBubble(BUBBLE_NOTIF_ID, false /* autoExpand */, false /* suppressNotif */); in testNotificationManagerBubbleNotificationSuppression()
3766 a.sendBubble(BUBBLE_NOTIF_ID, true /* autoExpand */, false /* suppressNotif */); in testNotificationManagerBubble_checkIsBubbled_pendingIntent()
3803 a.sendBubble(BUBBLE_NOTIF_ID, true /* autoExpand */, in testNotificationManagerBubble_checkIsBubbled_shortcut()
3839 a.sendBubble(notifId, in testNotificationManagerBubble_setSuppressBubble()
3894 a.sendBubble(BUBBLE_NOTIF_ID, in testNotificationManagerBubble_setSuppressBubble_notSuppressable()
3949 a.sendBubble(BUBBLE_NOTIF_ID, in testNotificationManagerBubble_setSuppressBubble_activityNoLocusId()
4003 a.sendBubble(BUBBLE_NOTIF_ID, in testNotificationManagerBubble_setSuppressBubble_notificationNoLocusId()
4062 a.sendBubble(notifId, in testNotificationManagerBubble_setSuppressBubble_dismissLocusActivity()