/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/ |
D | TestService.java | 71 startForeground(); in onStartCommand() 93 private void startForeground() { in startForeground() method in TestService 99 startForeground(NOTIFICATION_ID, in startForeground()
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | SchedulerService.java | 47 startForeground(1, status); in onStartCommand()
|
/frameworks/base/core/java/android/app/ |
D | Service.java | 707 public final void startForeground(int id, Notification notification) { in startForeground() method in Service 741 public final void startForeground(int id, @NonNull Notification notification, in startForeground() method in Service
|
/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/SystemUI/tests/src/com/android/systemui/screenrecord/ |
D | RecordingServiceTest.java | 84 doNothing().when(mRecordingService).startForeground(anyInt(), any()); in setUp()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/ |
D | WearPackageInstallerService.java | 186 startForeground(notifPair.first, notifPair.second); in onStartCommand() 477 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/apex/media/framework/java/android/media/ |
D | MediaSession2Service.java | 286 startForeground(id, notification); in onPlaybackActiveChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | RecordingService.java | 270 startForeground(NOTIFICATION_RECORDING_ID, builder.build()); in createRecordingNotification()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 775 startForeground(mForegroundId, notification); in sendForegroundabledNotification()
|
/frameworks/base/api/ |
D | lint-baseline.txt | 652 RequiresPermission: android.app.Service#startForeground(int, android.app.Notification):
|
D | current.txt | 6404 method public final void startForeground(int, android.app.Notification); 6405 method public final void startForeground(int, @NonNull android.app.Notification, int);
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 5072 method public final void startForeground(int, android.app.Notification);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 3069 HSPLandroid/app/Service;->startForeground(ILandroid/app/Notification;)V
|