Searched refs:FLAG_AUTO_CANCEL (Results 1 – 10 of 10) sorted by relevance
347 ((mMediaStorageNotification.flags & Notification.FLAG_AUTO_CANCEL) == in getMediaStorageNotificationDismissable()348 Notification.FLAG_AUTO_CANCEL)) in getMediaStorageNotificationDismissable()393 mMediaStorageNotification.flags = Notification.FLAG_AUTO_CANCEL; in setMediaStorageNotification()
119 n.flags |= Notification.FLAG_AUTO_CANCEL; in test()
284 public static final int FLAG_AUTO_CANCEL = 0x00000010; field in Notification910 setFlag(FLAG_AUTO_CANCEL, autoCancel); in setAutoCancel()
208 mNiNotification.flags = Notification.FLAG_ONGOING_EVENT | Notification.FLAG_AUTO_CANCEL; in setNiNotification()
148 window, add the "FLAG_AUTO_CANCEL" flag to your {@link android.app.Notification}. You can327 <dt>{@link android.app.Notification#FLAG_AUTO_CANCEL} flag</dt>
260 cancelNotification(pkg, tag, id, Notification.FLAG_AUTO_CANCEL,
1695 mNotification.flags = Notification.FLAG_AUTO_CANCEL; in setNotificationVisible()
1551 mNotification.flags = Notification.FLAG_AUTO_CANCEL; in setNotification()
3600 field public static final int FLAG_AUTO_CANCEL = 16; // 0x10