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

/frameworks/base/services/core/java/com/android/server/job/
H A DJobServiceContext.java149 public void acknowledgeStartMessage(int jobId, boolean ongoing) { argument
150 doAcknowledgeStartMessage(this, jobId, ongoing);
351 void doAcknowledgeStartMessage(JobCallback cb, int jobId, boolean ongoing) { argument
352 doCallback(cb, ongoing, "finished start");
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java129 * reference to something that is ongoing, like a phone call. It should
561 * Notification category: ongoing information about device or contextual status.
771 * Useful when showing an elapsed time (like an ongoing phone call).
1077 * Set whether this is an ongoing notification.
1087 public Builder setOngoing(boolean ongoing) { argument
1088 setFlag(Notification.FLAG_ONGOING_EVENT, ongoing);
1096 * This should only be used for high priority ongoing tasks like navigation, an ongoing
/frameworks/base/core/java/android/app/
H A DNotification.java229 * <li>Notification of an ongoing file download (with a progress bar, for example) should be stamped when the download started.</li>
232 * <li>Notification of an ongoing stopwatch (increasing timer) should be stamped with the watch's start time.
233 * <li>Notification of an ongoing countdown timer should be stamped with the timer's end time.
527 * set if this notification is in reference to something that is ongoing,
835 * Notification category: ongoing information about device or contextual status.
3421 * Useful when showing an elapsed time (like an ongoing phone call).
3867 * Set whether this is an "ongoing" notification.
3882 public Builder setOngoing(boolean ongoing) { argument
3883 setFlag(FLAG_ONGOING_EVENT, ongoing);
3891 * This should only be used for high priority ongoing task
[all...]

Completed in 133 milliseconds