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

/frameworks/base/core/java/android/app/
H A DNotification.java328 public static final int FLAG_AUTO_CANCEL = 0x00000010; field in class:Notification
1323 * @see Notification#FLAG_AUTO_CANCEL
1326 setFlag(FLAG_AUTO_CANCEL, autoCancel);

Completed in 93 milliseconds