Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
DTestService.java60 startForeground(); in onStartCommand()
82 private void startForeground() { in startForeground() method in TestService
88 startForeground(NOTIFICATION_ID, in startForeground()
/frameworks/base/core/java/android/app/
DService.java705 public final void startForeground(int id, Notification notification) { in startForeground() method in Service
739 public final void startForeground(int id, @NonNull Notification notification, in startForeground() method in Service
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DSchedulerService.java47 startForeground(1, status); in onStartCommand()
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DDynamicSystemInstallationService.java295 startForeground(NOTIFICATION_ID, in executeInstallCommand()
386 startForeground(NOTIFICATION_ID, in executeNotifyIfInUseCommand()
389 startForeground(NOTIFICATION_ID, in executeNotifyIfInUseCommand()
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDocumentsService.java89 startForeground(ids[i], notifications[i]); in updateForegroundState()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/
DWearPackageInstallerService.java185 startForeground(notifPair.first, notifPair.second); in onStartCommand()
475 startForeground(notifPair.first, notifPair.second); in finishServiceEarly()
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DNotificationHelper.java232 mService.startForeground(NOTIFICATION_ID, notification); in updateNotification()
/frameworks/base/media/apex/java/android/media/
DMediaSession2Service.java286 startForeground(id, notification); in onPlaybackActiveChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java300 startForeground(NOTIFICATION_ID, notification); in createRecordingNotification()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java557 startForeground(mForegroundId, notification); in sendForegroundabledNotification()
/frameworks/base/api/
Dlint-baseline.txt561 RequiresPermission: android.app.Service#startForeground(int, android.app.Notification):
Dcurrent.txt6207 method public final void startForeground(int, android.app.Notification);
6208 method public final void startForeground(int, @NonNull android.app.Notification, int);
/frameworks/base/non-updatable-api/
Dcurrent.txt6207 method public final void startForeground(int, android.app.Notification);
6208 method public final void startForeground(int, @NonNull android.app.Notification, int);
/frameworks/base/config/
Dboot-image-profile.txt2117 HSPLandroid/app/Service;->startForeground(ILandroid/app/Notification;)V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5072 method public final void startForeground(int, android.app.Notification);