/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 | 375 foregroundManager.startForeground(NOTIFICATION_ID_PROGRESS, notification); in onStart() 553 public void startForeground(int id, Notification notification) { in createForegroundManager() 554 service.startForeground(id, notification); in createForegroundManager() 566 void startForeground(int id, Notification notification);
|
/packages/apps/Traceur/src/com/android/traceur/ |
D | TraceService.java | 132 startForeground(TRACE_NOTIFICATION, notification.build()); in startTracingInternal() 168 startForeground(SAVING_TRACE_NOTIFICATION, notification.build()); in stopTracingInternal()
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | VCardService.java | 172 startForeground(mCurrentJobId, notification); in handleImportRequest() 204 startForeground(mCurrentJobId, notification); in handleExportRequest()
|
D | ImportProcessor.java | 95 mService.startForeground(mJobId, notification); in onEntryCreated()
|
D | ExportProcessor.java | 272 mService.startForeground(mJobId, notification); in doProgressNotification()
|
/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/apps/TV/src/com/android/tv/audiotvservice/ |
D | AudioOnlyTvService.java | 61 startForeground(NOTIFICATION_ID, new Notification()); in onStartCommand()
|
/packages/apps/Car/Media/src/com/android/car/media/service/ |
D | MediaConnectorService.java | 102 startForeground(FOREGROUND_NOTIFICATION_ID, notification); in onStartCommand()
|
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/ |
D | BootUsbService.java | 78 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/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/ |
D | NotificationMsgService.java | 137 startForeground(SERVICE_STARTED_NOTIFICATION_ID, notification); in sendServiceRunningNotification()
|
/packages/apps/Camera2/src/com/android/camera/processing/ |
D | ProcessingService.java | 140 startForeground(CAMERA_NOTIFICATION_ID, mNotificationBuilder.build()); in onStartCommand()
|
/packages/apps/Car/Messenger/src/com/android/car/messenger/ |
D | MessengerService.java | 143 startForeground(SERVICE_STARTED_NOTIFICATION_ID, notification); in sendServiceRunningNotification()
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothPairingService.java | 169 startForeground(NOTIFICATION_ID, builder.getNotification()); in onStartCommand()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | BluetoothPairingService.java | 169 startForeground(NOTIFICATION_ID, builder.getNotification()); in onStartCommand()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingService.java | 169 startForeground(NOTIFICATION_ID, builder.getNotification()); in onStartCommand()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ |
D | IngestService.java | 199 startForeground(R.id.ingest_notification_importing, in importSelectedItems()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | SimImportService.java | 281 startForeground(NOTIFICATION_ID, getImportingNotification()); in onPreExecute()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
D | ProcessingService.java | 247 startForeground(mNotificationId, mBuilder.build()); in handleSaveRequest()
|
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/ |
D | DownloadService.java | 223 startForeground(NOTE_DOWNLOAD_PROGRESS, makeProgressNotification(task, in onStartCommand()
|
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | TimerModel.kt | 763 mService!!.startForeground(notificationId, notification) in updateHeadsUpNotification()
|
D | TimerModel.java | 805 mService.startForeground(notificationId, notification); in updateHeadsUpNotification()
|
/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/ |
D | BugReportService.java | 241 startForeground(BUGREPORT_IN_PROGRESS_NOTIF_ID, buildProgressNotification()); in onStartCommand()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmNotifications.java | 419 service.startForeground(ALARM_FIRING_NOTIFICATION_ID, notification.build()); in showAlarmNotification()
|