Home | History | Annotate | Download | only in app

Lines Matching refs:ongoing

109      *   <li>Notification of an ongoing file download (with a progress bar, for example) should be stamped when the download started.</li>
112 * <li>Notification of an ongoing stopwatch (increasing timer) should be stamped with the watch's start time.
113 * <li>Notification of an ongoing countdown timer should be stamped with the timer's end time.
300 * set if this notification is in reference to something that is ongoing,
996 * Useful when showing an elapsed time (like an ongoing phone call).
1256 * Set whether this is an "ongoing" notification.
1259 * Ongoing notifications cannot be dismissed by the user, so your application or service
1271 public Builder setOngoing(boolean ongoing) {
1272 setFlag(FLAG_ONGOING_EVENT, ongoing);