Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationInterruptionStateProviderTest.java19 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()
DNotificationTestHelper.java19 import static android.app.Notification.FLAG_BUBBLE;
187 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;
237 return (notification.getNotification().flags & FLAG_BUBBLE) != 0; in isBubble()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java24 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 …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java19 import static android.app.Notification.FLAG_BUBBLE;
561 mRow.getEntry().notification.getNotification().flags &= ~FLAG_BUBBLE; in testRemoveBubble_noLongerBubbleAfterUpdate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java20 import static android.app.Notification.FLAG_BUBBLE;
715 bubble.getEntry().notification.getNotification().flags &= ~FLAG_BUBBLE;
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java22 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;
/frameworks/base/core/java/android/app/
DNotification.java629 public static final int FLAG_BUBBLE = 0x00001000; field in Notification
634 FLAG_LOCAL_ONLY, FLAG_GROUP_SUMMARY, FLAG_AUTOGROUP_SUMMARY, FLAG_BUBBLE})
6264 return (flags & Notification.FLAG_BUBBLE) != 0;
/frameworks/base/non-updatable-api/
Dcurrent.txt5356 field public static final int FLAG_BUBBLE = 4096; // 0x1000
/frameworks/base/api/
Dcurrent.txt5356 field public static final int FLAG_BUBBLE = 4096; // 0x1000