Searched refs:startForeground (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | SchedulerService.java | 38 startForeground(1, status); in onStartCommand()
|
/frameworks/base/core/java/android/app/ |
D | Service.java | 641 public final void startForeground(int id, Notification notification) { in startForeground() method in Service
|
/frameworks/base/docs/html/guide/components/ |
D | services.jd | 686 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
|
D | processes-and-threads.jd | 107 service has called {@link android.app.Service#startForeground startForeground()}.
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediaplayer.jd | 419 {@link android.app.Service#startForeground startForeground()} from the {@link 433 startForeground(NOTIFICATION_ID, notification);
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.0.jd | 314 … effectively performs no operation. This is replaced with a new API, startForeground(), that helps…
|
/frameworks/base/docs/html/sdk/api_diff/5/ |
D | missingSinces.txt | 276 NO DOC BLOCK: android.app.Service Method startForeground(int, android.app.Notification)
|
/frameworks/base/api/ |
D | 14.txt | 3832 method public final void startForeground(int, android.app.Notification);
|
D | 15.txt | 3836 method public final void startForeground(int, android.app.Notification);
|
D | current.txt | 4013 method public final void startForeground(int, android.app.Notification);
|
D | 16.txt | 4013 method public final void startForeground(int, android.app.Notification);
|