Searched refs:ongoing (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java319 * Set whether this is an ongoing notification.
329 public Builder setOngoing(boolean ongoing) { argument
330 setFlag(Notification.FLAG_ONGOING_EVENT, ongoing);
/frameworks/base/core/java/android/app/
H A DNotification.java109 * <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.
1271 public Builder setOngoing(boolean ongoing) { argument
1272 setFlag(FLAG_ONGOING_EVENT, ongoing);

Completed in 408 milliseconds