Searched refs:FLAG_AUTO_CANCEL (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DForegroundServiceControllerTest.java62 5000, "monkeys", Notification.FLAG_AUTO_CANCEL);
64 5000, "monkeys", Notification.FLAG_AUTO_CANCEL);
114 5000, "monkeys", Notification.FLAG_AUTO_CANCEL);
116 5000, "monkeys", Notification.FLAG_AUTO_CANCEL);
203 5000, "monkeys", Notification.FLAG_AUTO_CANCEL);
215 5000, "monkeys", Notification.FLAG_AUTO_CANCEL);
232 5000, "monkeys", Notification.FLAG_AUTO_CANCEL);
259 5000, "monkeys", Notification.FLAG_AUTO_CANCEL);
304 5000, "monkeys", Notification.FLAG_AUTO_CANCEL);
374 5000, "monkeys", Notification.FLAG_AUTO_CANCEL);
[all...]
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompatBuilder.java78 .setAutoCancel((n.flags & Notification.FLAG_AUTO_CANCEL) != 0)
H A DNotificationCompat.java152 public static final int FLAG_AUTO_CANCEL = 0x00000010; field in class:NotificationCompat
1132 setFlag(Notification.FLAG_AUTO_CANCEL, autoCancel);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java440 if ((n.flags & Notification.FLAG_AUTO_CANCEL) != 0) {
H A DNotificationManagerService.java716 sbn.getId(), Notification.FLAG_AUTO_CANCEL,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java5096 // In most cases, when FLAG_AUTO_CANCEL is set, the notification will
5437 if ((flags & Notification.FLAG_AUTO_CANCEL) != Notification.FLAG_AUTO_CANCEL) {
/frameworks/base/core/java/android/app/
H A DNotification.java553 public static final int FLAG_AUTO_CANCEL = 0x00000010; field in class:Notification
3921 * @see Notification#FLAG_AUTO_CANCEL
3924 setFlag(FLAG_AUTO_CANCEL, autoCancel);

Completed in 500 milliseconds