Home
last modified time | relevance | path

Searched refs:autoCancel (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationInfo.java53 public final boolean autoCancel; field in NotificationInfo
92 autoCancel = (notification.flags & Notification.FLAG_AUTO_CANCEL) != 0; in NotificationInfo()
112 if (autoCancel) { in onClick()
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DNetworkNotificationManagerTest.java282 private void assertNotification(NotificationType type, boolean ongoing, boolean autoCancel) { in assertNotification() argument
290 assertEquals("Notification autocancel flag should be " + (autoCancel ? "set" : "unset"), in assertNotification()
291 autoCancel, (noteCaptor.getValue().flags & FLAG_AUTO_CANCEL) != 0); in assertNotification()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java4644 public Builder setAutoCancel(boolean autoCancel) { in setAutoCancel() argument
4645 setFlag(FLAG_AUTO_CANCEL, autoCancel); in setAutoCancel()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...