/packages/apps/TV/src/com/android/tv/dvr/recorder/ |
D | DvrRecordingService.java | 84 sInstance.startForeground(startForRecording); in startForegroundService() 108 startForeground(true); 144 startForeground(intent.getBooleanExtra(EXTRA_START_FOR_RECORDING, false)); in onStartCommand() 171 private void startForeground(boolean hasUpcomingRecording) { in startForeground() method in DvrRecordingService 196 startForeground(ONGOING_NOTIFICATION_ID, notification); in startForegroundInternal()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
D | FileOperationService.java | 378 foregroundManager.startForeground(NOTIFICATION_ID_PROGRESS, notification); in onStart() 556 public void startForeground(int id, Notification notification) { in createForegroundManager() 557 service.startForeground(id, notification); in createForegroundManager() 569 void startForeground(int id, Notification notification);
|
/packages/apps/Traceur/src/com/android/traceur/ |
D | TraceService.java | 200 startForeground(TRACE_NOTIFICATION, notification.build()); in startTracingInternal() 243 startForeground(TRACE_NOTIFICATION, notification.build()); in startStackSamplingInternal() 292 startForeground(TRACE_NOTIFICATION, notification.build()); in startHeapDumpInternal() 338 startForeground(SAVING_TRACE_NOTIFICATION, notification.build()); in stopTracingInternal()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/ |
D | TestForegroundManager.java | 36 public void startForeground(int id, Notification notification) { in startForeground() method in TestForegroundManager
|
/packages/services/Telecomm/testapps/transactionalVoipApp/src/com/android/server/telecom/transactionalVoipApp/ |
D | BackgroundIncomingCallService.java | 54 startForeground(98765, Utils.createCallStyleNotification(this), in onStartCommand()
|
/packages/modules/Permission/tests/cts/permission/AppThatRequestOneTimePermission/src/android/permission/cts/appthatrequestpermission/ |
D | KeepAliveForegroundService.java | 64 startForeground(1, notification); in onStartCommand()
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | VCardService.java | 177 startForeground(mCurrentJobId, notification); in handleImportRequest() 209 startForeground(mCurrentJobId, notification); in handleExportRequest()
|
D | ImportProcessor.java | 95 mService.startForeground(mJobId, notification); in onEntryCreated()
|
D | ExportProcessor.java | 278 mService.startForeground(mJobId, notification); in doProgressNotification()
|
/packages/modules/Connectivity/tests/cts/hostside-network-policy/app2/src/com/android/cts/netpolicy/hostside/app2/ |
D | MyForegroundService.java | 59 startForeground(42, new Notification.Builder(this, NOTIFICATION_CHANNEL_ID) in onStartCommand()
|
/packages/apps/TV/src/com/android/tv/audiotvservice/ |
D | AudioOnlyTvService.java | 64 startForeground(NOTIFICATION_ID, new Notification()); in onStartCommand()
|
/packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/ |
D | StatsdCtsForegroundService.java | 103 startForeground(1, notification); in onStartCommand()
|
/packages/services/Mtp/src/com/android/mtp/ |
D | MtpDocumentsService.java | 91 startForeground(ids[i], notifications[i]); in updateForegroundState()
|
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/ |
D | ScreenshotService.java | 81 startForeground(SCREENSHOT_NOTIFICATION_ID, buildNotification(), in onStartCommand()
|
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/ |
D | BootUsbService.java | 91 startForeground(NOTIFICATION_ID, notification); in onCreate()
|
/packages/apps/Dialer/java/com/android/incallui/call/ |
D | TelecomAdapter.java | 183 inCallService.startForeground(id, notification); in startForegroundNotification()
|
/packages/services/Car/tests/SampleCustomInputService/src/com/android/car/custominput/sample/ |
D | SampleCustomInputService.java | 84 startForeground(NOTIFICATION_ID, status); in onStartCommand()
|
/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/action/service/ |
D | EmergencyActionForegroundService.java | 101 startForeground(COUNT_DOWN_NOTIFICATION_ID, notification); in onStartCommand()
|
/packages/apps/Camera2/src/com/android/camera/processing/ |
D | ProcessingService.java | 140 startForeground(CAMERA_NOTIFICATION_ID, mNotificationBuilder.build()); in onStartCommand()
|
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/ |
D | SafetySourceReceiver.kt | 92 startForeground( in onBind()
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothPairingService.java | 171 startForeground(NOTIFICATION_ID, builder.getNotification()); in onStartCommand()
|
/packages/modules/Media/apex/framework/java/android/media/ |
D | MediaSession2Service.java | 286 startForeground(id, notification); in onPlaybackActiveChanged()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | SimImportService.java | 283 startForeground(NOTIFICATION_ID, getImportingNotification()); in onPreExecute()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/audiostreams/ |
D | AudioStreamMediaServiceTest.java | 229 verify(mAudioStreamMediaService).startForeground(anyInt(), notification.capture()); in onStartCommand_createSessionAndStartForeground()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ |
D | IngestService.java | 199 startForeground(R.id.ingest_notification_importing, in importSelectedItems()
|