Searched refs:FLAG_AUTO_CANCEL (Results 1 – 7 of 7) 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() 203 sbn.getNotification().flags |= Notification.FLAG_AUTO_CANCEL; in testOnNotificationClicked_keyGuardShowing()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationActivityStarter.java | 454 if ((flags & Notification.FLAG_AUTO_CANCEL) != Notification.FLAG_AUTO_CANCEL) { in shouldAutoCancel()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationUsageStats.java | 440 if ((n.flags & Notification.FLAG_AUTO_CANCEL) != 0) { in countApiUse()
|
D | NotificationManagerService.java | 803 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 4193 setFlag(FLAG_AUTO_CANCEL, autoCancel); in setAutoCancel()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |