Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceControllerTest.java118 5000, "monkeys", Notification.FLAG_AUTO_CANCEL); in testDisclosurePredicate()
132 5000, "monkeys", Notification.FLAG_AUTO_CANCEL); in testNeedsDisclosureAfterRemovingUnrelatedNotification()
159 5000, "monkeys", Notification.FLAG_AUTO_CANCEL); in testSimpleAddRemove()
204 5000, "monkeys", Notification.FLAG_AUTO_CANCEL); in testDisclosureBasic()
276 5000, "monkeys", Notification.FLAG_AUTO_CANCEL); in testOverlayPredicate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java149 sbn.getNotification().flags |= Notification.FLAG_AUTO_CANCEL; in setUp()
155 bubbleSbn.getNotification().flags |= Notification.FLAG_AUTO_CANCEL; in setUp()
201 sbn.getNotification().flags |= Notification.FLAG_AUTO_CANCEL; in testOnNotificationClicked_keyGuardShowing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java453 if ((flags & Notification.FLAG_AUTO_CANCEL) != Notification.FLAG_AUTO_CANCEL) { in shouldAutoCancel()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java452 if ((n.flags & Notification.FLAG_AUTO_CANCEL) != 0) { in countApiUse()
DNotificationManagerService.java817 sbn.getId(), Notification.FLAG_AUTO_CANCEL,
/frameworks/base/core/java/android/app/
DNotification.java567 public static final int FLAG_AUTO_CANCEL = 0x00000010; field in Notification
633 FLAG_AUTO_CANCEL, FLAG_NO_CLEAR, FLAG_FOREGROUND_SERVICE, FLAG_HIGH_PRIORITY,
4196 setFlag(FLAG_AUTO_CANCEL, autoCancel); in setAutoCancel()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java23 import static android.app.Notification.FLAG_AUTO_CANCEL;
589 nrSummary.getNotification().flags |= FLAG_AUTO_CANCEL; in addGroupWithBubblesAndValidateAdded()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4603 field public static final int FLAG_AUTO_CANCEL = 16; // 0x10
/frameworks/base/non-updatable-api/
Dcurrent.txt5355 field public static final int FLAG_AUTO_CANCEL = 16; // 0x10
/frameworks/base/api/
Dcurrent.txt5355 field public static final int FLAG_AUTO_CANCEL = 16; // 0x10