/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/ |
D | TestService.java | 60 startForeground(); in onStartCommand() 82 private void startForeground() { in startForeground() method in TestService 88 startForeground(NOTIFICATION_ID, in startForeground()
|
/frameworks/base/core/java/android/app/ |
D | Service.java | 705 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/ |
D | SchedulerService.java | 47 startForeground(1, status); in onStartCommand()
|
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
D | DynamicSystemInstallationService.java | 295 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/ |
D | MtpDocumentsService.java | 89 startForeground(ids[i], notifications[i]); in updateForegroundState()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/ |
D | WearPackageInstallerService.java | 185 startForeground(notifPair.first, notifPair.second); in onStartCommand() 475 startForeground(notifPair.first, notifPair.second); in finishServiceEarly()
|
/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
D | NotificationHelper.java | 232 mService.startForeground(NOTIFICATION_ID, notification); in updateNotification()
|
/frameworks/base/media/apex/java/android/media/ |
D | MediaSession2Service.java | 286 startForeground(id, notification); in onPlaybackActiveChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | RecordingService.java | 300 startForeground(NOTIFICATION_ID, notification); in createRecordingNotification()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 557 startForeground(mForegroundId, notification); in sendForegroundabledNotification()
|
/frameworks/base/api/ |
D | lint-baseline.txt | 561 RequiresPermission: android.app.Service#startForeground(int, android.app.Notification):
|
D | current.txt | 6207 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/ |
D | current.txt | 6207 method public final void startForeground(int, android.app.Notification); 6208 method public final void startForeground(int, @NonNull android.app.Notification, int);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 2117 HSPLandroid/app/Service;->startForeground(ILandroid/app/Notification;)V
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 5072 method public final void startForeground(int, android.app.Notification);
|