Searched refs:FLAG_BUBBLE (Results 1 – 15 of 15) 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()
25 import static android.app.Notification.FLAG_BUBBLE;1161 FLAG_FOREGROUND_SERVICE | FLAG_USER_INITIATED_JOB | FLAG_BUBBLE,1451 r.getNotification().flags &= ~FLAG_BUBBLE;7691 if ((flags & FLAG_BUBBLE) != 0) {9778 flagsToCheck |= FLAG_BUBBLE;
19 import static android.app.Notification.FLAG_BUBBLE;103 children.put("c", FLAG_BUBBLE); in testGetAutogroupSummaryFlags_oneOngoing()114 children.put("c", FLAG_BUBBLE); in testGetAutogroupSummaryFlags_oneOngoingNoClear()124 children.put("b", FLAG_ONGOING_EVENT | FLAG_BUBBLE); in testGetAutogroupSummaryFlags_oneOngoingBubble()125 children.put("c", FLAG_BUBBLE); in testGetAutogroupSummaryFlags_oneOngoingBubble()136 children.put("c", FLAG_BUBBLE); in testGetAutogroupSummaryFlags_multipleOngoing()148 children.put("c", FLAG_BUBBLE); in testGetAutogroupSummaryFlags_oneAutoCancel()
18 import static android.app.Notification.FLAG_BUBBLE;1812 record.getNotification().flags |= FLAG_BUBBLE; in testBubbleSuppressedNotificationDoesntMakeSound()1847 record.getNotification().flags |= FLAG_BUBBLE; in testBubbleUpdateMakesSound()1865 record.getNotification().flags |= FLAG_BUBBLE; in testNewBubbleSuppressedNotifMakesSound()
26 import static android.app.Notification.FLAG_BUBBLE;1058 assertTrue((notifsAfter[0].getNotification().flags & FLAG_BUBBLE) != 0); in addGroupWithBubblesAndValidateAdded()8388 assertTrue((notifs[0].getNotification().flags & FLAG_BUBBLE) != 0); in testFlagBubble()8409 assertEquals((notifs[0].getNotification().flags & FLAG_BUBBLE), 0); in testFlagBubble_noFlag_appNotAllowed()8555 nrBubble.getSbn().getNotification().flags |= FLAG_BUBBLE; in testCancelNotificationsFromApp_cancelsBubbles()8581 nr.getSbn().getNotification().flags |= FLAG_BUBBLE; in testCancelAllNotificationsFromApp_cancelsBubble()8596 nrBubble.getSbn().getNotification().flags |= FLAG_BUBBLE; in testCancelAllNotificationsFromListener_ignoresBubbles()8659 nr.getSbn().getNotification().flags |= FLAG_BUBBLE; in testCancelAllNotificationsFromStatusBar_ignoresBubble()8955 assertEquals((notifsAfter[0].getNotification().flags & FLAG_BUBBLE), 0);9710 nr.getSbn().getNotification().flags |= FLAG_BUBBLE | FLAG_AUTO_CANCEL;[all …]
19 import static android.app.Notification.FLAG_BUBBLE;324 n.flags |= FLAG_BUBBLE; in createBubble()355 n.flags |= FLAG_BUBBLE; in createShortcutBubble()373 n.flags |= FLAG_BUBBLE; in createBubbleInGroup()417 n.flags |= FLAG_BUBBLE; in createBubble()
24 import static android.app.Notification.FLAG_BUBBLE;410 return (mSbn.getNotification().flags & FLAG_BUBBLE) != 0; in isBubble()439 mSbn.getNotification().flags &= ~FLAG_BUBBLE; in setFlagBubble()442 mSbn.getNotification().flags |= FLAG_BUBBLE; in setFlagBubble()
878 && !hasFlag(entry, Notification.FLAG_BUBBLE)897 && !hasFlag(entry, Notification.FLAG_BUBBLE)
19 import static android.app.Notification.FLAG_BUBBLE;943 entry.getSbn().getNotification().flags |= FLAG_BUBBLE; in shouldNotBubbleUp_invalidMetadata()988 n.flags |= FLAG_BUBBLE; in createBubble()
19 import static android.app.Notification.FLAG_BUBBLE;920 mRow.getSbn().getNotification().flags &= ~FLAG_BUBBLE; in testRemoveBubble_noLongerBubbleAfterUpdate()1680 mRow.getSbn().getNotification().flags = FLAG_BUBBLE; in testNonInterruptiveUpdate_doesntOverrideOverflowFlagBubble()
994 .setFlag(mContext, Notification.FLAG_BUBBLE, true)); in testDismissingSummaryDoesNotDismissBubbledChildren()
704 public static final int FLAG_BUBBLE = 0x00001000; field in Notification744 FLAG_LOCAL_ONLY, FLAG_GROUP_SUMMARY, FLAG_AUTOGROUP_SUMMARY, FLAG_BUBBLE,7072 return (flags & Notification.FLAG_BUBBLE) != 0; in isBubbleNotification()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6290 field public static final int FLAG_BUBBLE = 4096; // 0x1000