Home
last modified time | relevance | path

Searched refs:FLAG_BUBBLE (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleEntry.java19 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()
/frameworks/base/services/core/java/com/android/server/notification/
DBubbleExtractor.java18 import static android.app.Notification.FLAG_BUBBLE;
116 record.getNotification().flags |= FLAG_BUBBLE; in process()
118 record.getNotification().flags &= ~FLAG_BUBBLE; in process()
DNotificationManagerService.java39 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;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java19 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java24 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()
DNotifCollection.java878 && !hasFlag(entry, Notification.FLAG_BUBBLE)
897 && !hasFlag(entry, Notification.FLAG_BUBBLE)
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java20 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()
DNotificationAttentionHelperTest.java18 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()
DNotificationManagerServiceTest.java33 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 …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java19 import static android.app.Notification.FLAG_BUBBLE;
1004 entry.getSbn().getNotification().flags |= FLAG_BUBBLE; in shouldNotBubbleUp_invalidMetadata()
1063 n.flags |= FLAG_BUBBLE; in createBubble()
DVisualInterruptionDecisionProviderTestBase.kt24 import android.app.Notification.FLAG_BUBBLE in <lambda>()
1254 n.flags = n.flags or FLAG_BUBBLE in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java19 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()
/frameworks/base/core/java/android/app/
DNotification.java724 public static final int FLAG_BUBBLE = 0x00001000; field in Notification
784 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java994 .setFlag(mContext, Notification.FLAG_BUBBLE, true)); in testDismissingSummaryDoesNotDismissBubbledChildren()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt6485 field public static final int FLAG_BUBBLE = 4096; // 0x1000