Searched refs:FLAG_BUBBLE (Results 1 – 16 of 16) sorted by relevance
19 import static android.app.Notification.FLAG_BUBBLE;101 mSbn.getNotification().flags &= ~FLAG_BUBBLE; in setFlagBubble()104 mSbn.getNotification().flags |= FLAG_BUBBLE; in setFlagBubble()110 return (mSbn.getNotification().flags & FLAG_BUBBLE) != 0; in isBubble()
18 import static android.app.Notification.FLAG_BUBBLE;116 record.getNotification().flags |= FLAG_BUBBLE; in process()118 record.getNotification().flags &= ~FLAG_BUBBLE; in process()
39 import static android.app.Notification.FLAG_BUBBLE;1280 FLAG_FOREGROUND_SERVICE | FLAG_USER_INITIATED_JOB | FLAG_BUBBLE,1640 r.getNotification().flags &= ~FLAG_BUBBLE;8414 if ((flags & FLAG_BUBBLE) != 0) {10167 flagsToCheck |= FLAG_BUBBLE;
19 import static android.app.Notification.FLAG_BUBBLE;381 n.flags |= FLAG_BUBBLE; in createBubble()412 n.flags |= FLAG_BUBBLE; in createShortcutBubble()430 n.flags |= FLAG_BUBBLE; in createBubbleInGroup()474 n.flags |= FLAG_BUBBLE; in createBubble()
24 import static android.app.Notification.FLAG_BUBBLE;428 return (mSbn.getNotification().flags & FLAG_BUBBLE) != 0; in isBubble()457 mSbn.getNotification().flags &= ~FLAG_BUBBLE; in setFlagBubble()460 mSbn.getNotification().flags |= FLAG_BUBBLE; in setFlagBubble()
878 && !hasFlag(entry, Notification.FLAG_BUBBLE)897 && !hasFlag(entry, Notification.FLAG_BUBBLE)
20 import static android.app.Notification.FLAG_BUBBLE;165 children.put("c", getNotificationAttributes(FLAG_BUBBLE)); in testGetAutogroupSummaryFlags_oneOngoing()176 children.put("c", getNotificationAttributes(FLAG_BUBBLE)); in testGetAutogroupSummaryFlags_oneOngoingNoClear()186 children.put("b", getNotificationAttributes(FLAG_ONGOING_EVENT | FLAG_BUBBLE)); in testGetAutogroupSummaryFlags_oneOngoingBubble()187 children.put("c", getNotificationAttributes(FLAG_BUBBLE)); in testGetAutogroupSummaryFlags_oneOngoingBubble()198 children.put("c", getNotificationAttributes(FLAG_BUBBLE)); in testGetAutogroupSummaryFlags_multipleOngoing()210 children.put("c", getNotificationAttributes(FLAG_BUBBLE)); in testGetAutogroupSummaryFlags_oneAutoCancel()
18 import static android.app.Notification.FLAG_BUBBLE;2020 record.getNotification().flags |= FLAG_BUBBLE; in testBubbleSuppressedNotificationDoesntMakeSound()2055 record.getNotification().flags |= FLAG_BUBBLE; in testBubbleUpdateMakesSound()2073 record.getNotification().flags |= FLAG_BUBBLE; in testNewBubbleSuppressedNotifMakesSound()
33 import static android.app.Notification.FLAG_BUBBLE;1282 assertTrue((notifsAfter[0].getNotification().flags & FLAG_BUBBLE) != 0); in addGroupWithBubblesAndValidateAdded()9353 assertTrue((notifs[0].getNotification().flags & FLAG_BUBBLE) != 0); in testFlagBubble()9374 assertEquals((notifs[0].getNotification().flags & FLAG_BUBBLE), 0); in testFlagBubble_noFlag_appNotAllowed()9520 nrBubble.getSbn().getNotification().flags |= FLAG_BUBBLE; in testCancelNotificationsFromApp_cancelsBubbles()9546 nr.getSbn().getNotification().flags |= FLAG_BUBBLE; in testCancelAllNotificationsFromApp_cancelsBubble()9561 nrBubble.getSbn().getNotification().flags |= FLAG_BUBBLE; in testCancelAllNotificationsFromListener_ignoresBubbles()9624 nr.getSbn().getNotification().flags |= FLAG_BUBBLE; in testCancelAllNotificationsFromStatusBar_ignoresBubble()10156 assertTrue((notifsBefore[0].getNotification().flags & FLAG_BUBBLE) != 0);10165 assertEquals((notifsAfter[0].getNotification().flags & FLAG_BUBBLE), 0);[all …]
19 import static android.app.Notification.FLAG_BUBBLE;1004 entry.getSbn().getNotification().flags |= FLAG_BUBBLE; in shouldNotBubbleUp_invalidMetadata()1063 n.flags |= FLAG_BUBBLE; in createBubble()
24 import android.app.Notification.FLAG_BUBBLE in <lambda>()1254 n.flags = n.flags or FLAG_BUBBLE in <lambda>()
19 import static android.app.Notification.FLAG_BUBBLE;1036 mRow.getSbn().getNotification().flags &= ~FLAG_BUBBLE; in testRemoveBubble_noLongerBubbleAfterUpdate()1826 mRow.getSbn().getNotification().flags = FLAG_BUBBLE; in testNonInterruptiveUpdate_doesntOverrideOverflowFlagBubble()
724 public static final int FLAG_BUBBLE = 0x00001000; field in Notification784 FLAG_BUBBLE,3964 if ((flags & FLAG_BUBBLE) != 0) { in flagsToString()3966 flags &= ~FLAG_BUBBLE; in flagsToString()7728 return (flags & Notification.FLAG_BUBBLE) != 0; in isBubbleNotification()
994 .setFlag(mContext, Notification.FLAG_BUBBLE, true)); in testDismissingSummaryDoesNotDismissBubbledChildren()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6485 field public static final int FLAG_BUBBLE = 4096; // 0x1000