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.java85 public void sendBubble(int notifId, boolean autoExpand, boolean suppressNotification) { in sendBubble() method in SendBubbleActivity
86 sendBubble(notifId, autoExpand, suppressNotification, false /* suppressBubble */, in sendBubble()
91 public void sendBubble(int notifId, boolean autoExpand, boolean suppressNotification, in sendBubble() method in SendBubbleActivity
93 sendBubble(notifId, autoExpand, suppressNotification, suppressBubble, in sendBubble()
98 public void sendBubble(int notifId, boolean autoExpand, boolean suppressNotification, in sendBubble() method in SendBubbleActivity
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerBubbleTest.java567 a.sendBubble(BUBBLE_NOTIF_ID, true /* autoExpand */, false /* suppressNotif */); in testNotificationManagerBubble_checkActivityFlagsDocumentLaunchMode()
821 a.sendBubble(BUBBLE_NOTIF_ID, false /* autoExpand */, true /* suppressNotif */); in testNotificationManagerBubbleNotificationSuppression()
836 a.sendBubble(BUBBLE_NOTIF_ID, false /* autoExpand */, false /* suppressNotif */); in testNotificationManagerBubbleNotificationSuppression()
869 a.sendBubble(BUBBLE_NOTIF_ID, true /* autoExpand */, false /* suppressNotif */); in testNotificationManagerBubble_checkIsBubbled_pendingIntent()
898 a.sendBubble(BUBBLE_NOTIF_ID, true /* autoExpand */, in testNotificationManagerBubble_checkIsBubbled_shortcut()
931 a.sendBubble(notifId, in testNotificationManagerBubble_setSuppressBubble()
975 a.sendBubble(BUBBLE_NOTIF_ID, in testNotificationManagerBubble_setSuppressBubble_notSuppressable()
1020 a.sendBubble(BUBBLE_NOTIF_ID, in testNotificationManagerBubble_setSuppressBubble_activityNoLocusId()
1064 a.sendBubble(BUBBLE_NOTIF_ID, in testNotificationManagerBubble_setSuppressBubble_notificationNoLocusId()
1113 a.sendBubble(notifId, in testNotificationManagerBubble_setSuppressBubble_dismissLocusActivity()