Searched refs:FLAG_BUBBLE (Results 1 – 10 of 10) sorted by relevance
19 import static android.app.Notification.FLAG_BUBBLE;515 entry.notification.getNotification().flags |= FLAG_BUBBLE; in shouldBubbleUp_false_invalidMetadata()559 entry.notification.getNotification().flags |= FLAG_BUBBLE; in createBubble()
19 import static android.app.Notification.FLAG_BUBBLE;187 n.flags |= FLAG_BUBBLE; in createBubble()
24 import static android.app.Notification.FLAG_BUBBLE;237 return (notification.getNotification().flags & FLAG_BUBBLE) != 0; in isBubble()
24 import static android.app.Notification.FLAG_BUBBLE;573 assertTrue((notifsAfter[0].getNotification().flags & FLAG_BUBBLE) != 0); in addGroupWithBubblesAndValidateAdded()4361 assertTrue((notifs[0].getNotification().flags & FLAG_BUBBLE) != 0); in testFlagBubble()4385 assertEquals((notifs[0].getNotification().flags & FLAG_BUBBLE), 0); in testFlagBubble_noFlag_appNotAllowed()4869 nr.sbn.getNotification().flags |= FLAG_BUBBLE; in testCancelAllNotifications_cancelsBubble()4883 nrBubble.sbn.getNotification().flags |= FLAG_BUBBLE; in testAppCancelNotifications_cancelsBubbles()4907 nrBubble.sbn.getNotification().flags |= FLAG_BUBBLE; in testCancelAllNotificationsFromListener_ignoresBubbles()4924 nrBubble.sbn.getNotification().flags |= FLAG_BUBBLE; in testCancelNotificationsFromListener_ignoresBubbles()5059 assertTrue((notifsBefore[0].getNotification().flags & FLAG_BUBBLE) != 0); in testNotificationBubbleChanged_false()5068 assertEquals((notifsAfter[0].getNotification().flags & FLAG_BUBBLE), 0); in testNotificationBubbleChanged_false()[all …]
19 import static android.app.Notification.FLAG_BUBBLE;561 mRow.getEntry().notification.getNotification().flags &= ~FLAG_BUBBLE; in testRemoveBubble_noLongerBubbleAfterUpdate()
20 import static android.app.Notification.FLAG_BUBBLE;715 bubble.getEntry().notification.getNotification().flags &= ~FLAG_BUBBLE;
22 import static android.app.Notification.FLAG_BUBBLE;1069 r.getNotification().flags |= FLAG_BUBBLE;1071 r.getNotification().flags &= ~FLAG_BUBBLE;3278 FLAG_ONGOING_EVENT | FLAG_FOREGROUND_SERVICE | FLAG_BUBBLE,4949 notification.flags |= FLAG_BUBBLE;4951 notification.flags &= ~FLAG_BUBBLE;4988 if (oldRecord != null && (oldRecord.getNotification().flags & FLAG_BUBBLE) != 0) {5459 if ((flags & FLAG_BUBBLE) != 0) {7094 flagsToCheck |= FLAG_BUBBLE;
629 public static final int FLAG_BUBBLE = 0x00001000; field in Notification634 FLAG_LOCAL_ONLY, FLAG_GROUP_SUMMARY, FLAG_AUTOGROUP_SUMMARY, FLAG_BUBBLE})6264 return (flags & Notification.FLAG_BUBBLE) != 0;
5356 field public static final int FLAG_BUBBLE = 4096; // 0x1000