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

/frameworks/base/core/java/android/app/
H A DService.java223 * <li><p>A started service can use the {@link #startForeground(int, Notification)}
308 * to {@link #startForeground} will be removed. Otherwise it will remain
309 * until a later call (to {@link #startForeground(int, Notification)} or
316 * to {@link #startForeground} will be detached from the service. Only makes sense
660 * {@link #startForeground(int, Notification)} instead. This method
701 public final void startForeground(int id, Notification notification) { method in class:Service
715 * @see #startForeground(int, Notification)
726 * @see #startForeground(int, Notification)

Completed in 179 milliseconds