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

/frameworks/base/core/java/android/app/
H A DNotification.java453 public static final int FLAG_ONGOING_EVENT = 0x00000002; field in class:Notification
2870 * @see Notification#FLAG_ONGOING_EVENT
2874 setFlag(FLAG_ONGOING_EVENT, ongoing);
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java109 public static final int FLAG_ONGOING_EVENT = 0x00000002; field in class:NotificationCompat
1371 setFlag(Notification.FLAG_ONGOING_EVENT, ongoing);

Completed in 48 milliseconds