Home
last modified time | relevance | path

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

12

/packages/apps/TV/src/com/android/tv/dvr/recorder/
DDvrRecordingService.java84 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/
DFileOperationService.java375 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/
DTraceService.java132 startForeground(TRACE_NOTIFICATION, notification.build()); in startTracingInternal()
168 startForeground(SAVING_TRACE_NOTIFICATION, notification.build()); in stopTracingInternal()
/packages/apps/Contacts/src/com/android/contacts/vcard/
DVCardService.java172 startForeground(mCurrentJobId, notification); in handleImportRequest()
204 startForeground(mCurrentJobId, notification); in handleExportRequest()
DImportProcessor.java95 mService.startForeground(mJobId, notification); in onEntryCreated()
DExportProcessor.java272 mService.startForeground(mJobId, notification); in doProgressNotification()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestForegroundManager.java36 public void startForeground(int id, Notification notification) { in startForeground() method in TestForegroundManager
/packages/apps/TV/src/com/android/tv/audiotvservice/
DAudioOnlyTvService.java61 startForeground(NOTIFICATION_ID, new Notification()); in onStartCommand()
/packages/apps/Car/Media/src/com/android/car/media/service/
DMediaConnectorService.java102 startForeground(FOREGROUND_NOTIFICATION_ID, notification); in onStartCommand()
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DBootUsbService.java78 startForeground(NOTIFICATION_ID, notification); in onCreate()
/packages/apps/Dialer/java/com/android/incallui/call/
DTelecomAdapter.java183 inCallService.startForeground(id, notification); in startForegroundNotification()
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgService.java137 startForeground(SERVICE_STARTED_NOTIFICATION_ID, notification); in sendServiceRunningNotification()
/packages/apps/Camera2/src/com/android/camera/processing/
DProcessingService.java140 startForeground(CAMERA_NOTIFICATION_ID, mNotificationBuilder.build()); in onStartCommand()
/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerService.java143 startForeground(SERVICE_STARTED_NOTIFICATION_ID, notification); in sendServiceRunningNotification()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingService.java169 startForeground(NOTIFICATION_ID, builder.getNotification()); in onStartCommand()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothPairingService.java169 startForeground(NOTIFICATION_ID, builder.getNotification()); in onStartCommand()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingService.java169 startForeground(NOTIFICATION_ID, builder.getNotification()); in onStartCommand()
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
DIngestService.java199 startForeground(R.id.ingest_notification_importing, in importSelectedItems()
/packages/apps/Contacts/src/com/android/contacts/
DSimImportService.java281 startForeground(NOTIFICATION_ID, getImportingNotification()); in onPreExecute()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DProcessingService.java247 startForeground(mNotificationId, mBuilder.build()); in handleSaveRequest()
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DDownloadService.java223 startForeground(NOTE_DOWNLOAD_PROGRESS, makeProgressNotification(task, in onStartCommand()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerModel.kt763 mService!!.startForeground(notificationId, notification) in updateHeadsUpNotification()
DTimerModel.java805 mService.startForeground(notificationId, notification); in updateHeadsUpNotification()
/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DBugReportService.java241 startForeground(BUGREPORT_IN_PROGRESS_NOTIF_ID, buildProgressNotification()); in onStartCommand()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java419 service.startForeground(ALARM_FIRING_NOTIFICATION_ID, notification.build()); in showAlarmNotification()

12