Searched refs:FLAG_AUTO_CANCEL (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | ForegroundServiceControllerTest.java | 118 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/ |
D | StatusBarNotificationActivityStarterTest.java | 149 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/ |
D | StatusBarNotificationActivityStarter.java | 453 if ((flags & Notification.FLAG_AUTO_CANCEL) != Notification.FLAG_AUTO_CANCEL) { in shouldAutoCancel()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationUsageStats.java | 452 if ((n.flags & Notification.FLAG_AUTO_CANCEL) != 0) { in countApiUse()
|
D | NotificationManagerService.java | 817 sbn.getId(), Notification.FLAG_AUTO_CANCEL,
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 567 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/ |
D | NotificationManagerServiceTest.java | 23 import static android.app.Notification.FLAG_AUTO_CANCEL; 589 nrSummary.getNotification().flags |= FLAG_AUTO_CANCEL; in addGroupWithBubblesAndValidateAdded()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 4603 field public static final int FLAG_AUTO_CANCEL = 16; // 0x10
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 5355 field public static final int FLAG_AUTO_CANCEL = 16; // 0x10
|
/frameworks/base/api/ |
D | current.txt | 5355 field public static final int FLAG_AUTO_CANCEL = 16; // 0x10
|