Home
last modified time | relevance | path

Searched refs:startForegroundService (Results 1 – 11 of 11) sorted by relevance

/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DDownloadServiceTest.kt229 context.startForegroundService(downloadIntent1) in makeDownloadIntent()
230 context.startForegroundService(downloadIntent2) in makeDownloadIntent()
292 context.startForegroundService(downloadIntent) in testTapDoneNotification()
DCaptivePortalLoginActivityTest.java475 doReturn(downloadComponent).when(mActivity).startForegroundService(argThat(intent -> in testDownload()
494 verify(mActivity).startForegroundService(intentCaptor.capture()); in testDownload()
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DDvrRecordingService.java74 static void startForegroundService(Context context, boolean startForRecording) { in startForegroundService() method in DvrRecordingService
79 context.startForegroundService(intent); in startForegroundService()
DRecordingScheduler.java180 DvrRecordingService.startForegroundService(mContext, false); in updateAndStartServiceIfNeeded()
189 DvrRecordingService.startForegroundService(mContext, true); in updateInternal()
/packages/apps/Traceur/src/com/android/traceur/
DTraceService.java66 context.startForegroundService(intent); in startTracing()
72 context.startForegroundService(intent); in stopTracing()
/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMmsReceiver.java31 context.startForegroundService(startIntent); in onReceive()
DSmsReceiver.java32 context.startForegroundService(startIntent); in onReceive()
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DBootUsbScanner.java33 context.startForegroundService(bootUsbServiceIntent); in onReceive()
/packages/apps/TV/src/com/android/tv/audiotvservice/
DAudioOnlyTvServiceUtil.java39 context.startForegroundService(intent); in startAudioOnlyInput()
/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DBugReportActivity.java469 startForegroundService(intent); in startBugReportCollection()
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java410 startForegroundService(downloadIntent); in onActivityResult()