Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DGroupHelperTest.java18 import static android.app.Notification.FLAG_AUTO_CANCEL;
147 children.put("b", FLAG_AUTO_CANCEL); in testGetAutogroupSummaryFlags_oneAutoCancel()
157 children.put("a", FLAG_AUTO_CANCEL); in testGetAutogroupSummaryFlags_allAutoCancel()
159 children.put("c", FLAG_AUTO_CANCEL); in testGetAutogroupSummaryFlags_allAutoCancel()
162 assertEquals(FLAG_AUTO_CANCEL | BASE_FLAGS, in testGetAutogroupSummaryFlags_allAutoCancel()
169 children.put("a", FLAG_AUTO_CANCEL); in testGetAutogroupSummaryFlags_allAutoCancelOneOngoing()
171 children.put("c", FLAG_AUTO_CANCEL); in testGetAutogroupSummaryFlags_allAutoCancelOneOngoing()
281 sbn.getNotification().flags |= FLAG_AUTO_CANCEL; in testAddSummary_allChildrenAutoCancel_summaryAutoCancel()
285 eq(BASE_FLAGS | FLAG_AUTO_CANCEL)); in testAddSummary_allChildrenAutoCancel_summaryAutoCancel()
297 sbn.getNotification().flags |= FLAG_AUTO_CANCEL; in testAddSummary_summaryAutoCancelNoClear()
[all …]
H A DNotificationManagerServiceTest.java25 import static android.app.Notification.FLAG_AUTO_CANCEL;
1077 nrSummary.getNotification().flags |= FLAG_AUTO_CANCEL; in addGroupWithBubblesAndValidateAdded()
4782 update.getNotification().flags = FLAG_AUTO_CANCEL; in testOnlyAutogroupIfNeeded_flagsChanged_ghUpdate()
9710 nr.getSbn().getNotification().flags |= FLAG_BUBBLE | FLAG_AUTO_CANCEL;
9744 nr.getSbn().getNotification().flags |= FLAG_BUBBLE | FLAG_AUTO_CANCEL;
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DGroupHelper.java19 import static android.app.Notification.FLAG_AUTO_CANCEL;
48 private static final int ALL_CHILDREN_FLAG = FLAG_AUTO_CANCEL;
H A DNotificationUsageStats.java445 if ((n.flags & Notification.FLAG_AUTO_CANCEL) != 0) { in countApiUse()
H A DNotificationManagerService.java24 import static android.app.Notification.FLAG_AUTO_CANCEL;
1160 sbn.getId(), Notification.FLAG_AUTO_CANCEL,
6957 notification.flags &= ~FLAG_AUTO_CANCEL;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarterTest.java190 sbn.getNotification().flags |= Notification.FLAG_AUTO_CANCEL; in setUp()
196 bubbleSbn.getNotification().flags |= Notification.FLAG_AUTO_CANCEL; in setUp()
295 notification.flags |= Notification.FLAG_AUTO_CANCEL; in testOnNotificationClicked_keyGuardShowing()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java633 if ((flags & Notification.FLAG_AUTO_CANCEL) != Notification.FLAG_AUTO_CANCEL) { in shouldAutoCancel()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java642 public static final int FLAG_AUTO_CANCEL = 0x00000010; field in Notification
743 FLAG_AUTO_CANCEL, FLAG_NO_CLEAR, FLAG_FOREGROUND_SERVICE, FLAG_HIGH_PRIORITY,
4802 setFlag(FLAG_AUTO_CANCEL, autoCancel); in setAutoCancel()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6289 field public static final int FLAG_AUTO_CANCEL = 16; // 0x10