Searched refs:startForegroundService (Results 1 – 11 of 11) sorted by relevance
229 context.startForegroundService(downloadIntent1) in makeDownloadIntent()230 context.startForegroundService(downloadIntent2) in makeDownloadIntent()292 context.startForegroundService(downloadIntent) in testTapDoneNotification()
475 doReturn(downloadComponent).when(mActivity).startForegroundService(argThat(intent -> in testDownload()494 verify(mActivity).startForegroundService(intentCaptor.capture()); in testDownload()
74 static void startForegroundService(Context context, boolean startForRecording) { in startForegroundService() method in DvrRecordingService79 context.startForegroundService(intent); in startForegroundService()
180 DvrRecordingService.startForegroundService(mContext, false); in updateAndStartServiceIfNeeded()189 DvrRecordingService.startForegroundService(mContext, true); in updateInternal()
66 context.startForegroundService(intent); in startTracing()72 context.startForegroundService(intent); in stopTracing()
31 context.startForegroundService(startIntent); in onReceive()
32 context.startForegroundService(startIntent); in onReceive()
33 context.startForegroundService(bootUsbServiceIntent); in onReceive()
39 context.startForegroundService(intent); in startAudioOnlyInput()
469 startForegroundService(intent); in startBugReportCollection()
410 startForegroundService(downloadIntent); in onActivityResult()