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

/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DSchedulerService.java41 startForeground(1, status);
/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
H A DTestService.java60 startForeground();
82 private void startForeground() { method in class:TestService
88 startForeground(NOTIFICATION_ID,
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDocumentsService.java89 startForeground(ids[i], notifications[i]);
/frameworks/av/packages/MediaComponents/src/com/android/media/
H A DMediaSessionService2Impl.java120 mInstance.startForeground(mediaNotification.getNotificationId(),
/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
648 * {@link #startForeground(int, Notification)} instead. This method
673 * {@link #startForeground} if killing your service would be disruptive to the user, such as
693 public final void startForeground(int id, Notification notification) { method in class:Service
707 * @see #startForeground(int, Notification)
720 * @see #startForeground(int, Notification)
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java232 mService.startForeground(NOTIFICATION_ID, notification);
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
H A DMediaNotificationManager.java122 mService.startForeground(NOTIFICATION_ID, notification);
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
H A DMediaNotificationManager.java122 mService.startForeground(NOTIFICATION_ID, notification);
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java547 startForeground(mForegroundId, notification);
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 369 milliseconds