Searched refs:autoCancel (Results 1 – 4 of 4) sorted by relevance
53 public final boolean autoCancel; field in NotificationInfo92 autoCancel = (notification.flags & Notification.FLAG_AUTO_CANCEL) != 0; in NotificationInfo()112 if (autoCancel) { in onClick()
282 private void assertNotification(NotificationType type, boolean ongoing, boolean autoCancel) { in assertNotification() argument290 assertEquals("Notification autocancel flag should be " + (autoCancel ? "set" : "unset"), in assertNotification()291 autoCancel, (noteCaptor.getValue().flags & FLAG_AUTO_CANCEL) != 0); in assertNotification()
4644 public Builder setAutoCancel(boolean autoCancel) { in setAutoCancel() argument4645 setFlag(FLAG_AUTO_CANCEL, autoCancel); in setAutoCancel()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...