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

/frameworks/base/services/core/java/com/android/server/job/
H A DJobServiceContext.java142 public void acknowledgeStartMessage(int jobId, boolean ongoing) { argument
143 doAcknowledgeStartMessage(this, jobId, ongoing);
318 void doAcknowledgeStartMessage(JobCallback cb, int jobId, boolean ongoing) { argument
319 doCallback(cb, ongoing, "finished start");
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java128 * reference to something that is ongoing, like a phone call. It should
541 * Notification category: ongoing information about device or contextual status.
746 * Useful when showing an elapsed time (like an ongoing phone call).
1012 * Set whether this is an ongoing notification.
1022 public Builder setOngoing(boolean ongoing) { argument
1023 setFlag(Notification.FLAG_ONGOING_EVENT, ongoing);
1031 * This should only be used for high priority ongoing tasks like navigation, an ongoing
/frameworks/base/core/java/android/app/
H A DNotification.java208 * <li>Notification of an ongoing file download (with a progress bar, for example) should be stamped when the download started.</li>
211 * <li>Notification of an ongoing stopwatch (increasing timer) should be stamped with the watch's start time.
212 * <li>Notification of an ongoing countdown timer should be stamped with the timer's end time.
489 * set if this notification is in reference to something that is ongoing,
786 * Notification category: ongoing information about device or contextual status.
2991 * Useful when showing an elapsed time (like an ongoing phone call).
3419 * Set whether this is an "ongoing" notification.
3434 public Builder setOngoing(boolean ongoing) { argument
3435 setFlag(FLAG_ONGOING_EVENT, ongoing);
3443 * This should only be used for high priority ongoing task
[all...]

Completed in 69 milliseconds