Home
last modified time | relevance | path

Searched refs:startForeground (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DSchedulerService.java38 startForeground(1, status); in onStartCommand()
/frameworks/base/core/java/android/app/
DService.java641 public final void startForeground(int id, Notification notification) { in startForeground() method in Service
/frameworks/base/docs/html/guide/components/
Dservices.jd686 android.app.Service#startForeground startForeground()}. This method takes two parameters: an integer
697 startForeground(ONGOING_NOTIFICATION, notification);
708 android.app.Service#startForeground startForeground()} and {@link
712 android.app.Service#startForeground startForeground()} documentation for information about how
Dprocesses-and-threads.jd107 service has called {@link android.app.Service#startForeground startForeground()}.
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd419 {@link android.app.Service#startForeground startForeground()} from the {@link
433 startForeground(NOTIFICATION_ID, notification);
/frameworks/base/docs/html/about/versions/
Dandroid-2.0.jd314 … effectively performs no operation. This is replaced with a new API, startForeground(), that helps…
/frameworks/base/docs/html/sdk/api_diff/5/
DmissingSinces.txt276 NO DOC BLOCK: android.app.Service Method startForeground(int, android.app.Notification)
/frameworks/base/api/
D14.txt3832 method public final void startForeground(int, android.app.Notification);
D15.txt3836 method public final void startForeground(int, android.app.Notification);
Dcurrent.txt4013 method public final void startForeground(int, android.app.Notification);
D16.txt4013 method public final void startForeground(int, android.app.Notification);