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

/frameworks/base/core/java/android/app/
H A DNotification.java452 public static final int FLAG_ONGOING_EVENT = 0x00000002; field in class:Notification
2842 * @see Notification#FLAG_ONGOING_EVENT
2846 setFlag(FLAG_ONGOING_EVENT, ongoing);
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java105 public static final int FLAG_ONGOING_EVENT = 0x00000002; field in class:NotificationCompat
1372 setFlag(Notification.FLAG_ONGOING_EVENT, ongoing);

Completed in 116 milliseconds