Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DCaptivePortalLoginActivityTest.java474 final ComponentName downloadComponent = new ComponentName(ctx, DownloadService.class); in testDownload() local
475 doReturn(downloadComponent).when(mActivity).startForegroundService(argThat(intent -> in testDownload()
476 downloadComponent.equals(intent.getComponent()))); in testDownload()
497 assertEquals(downloadComponent, dlIntent.getComponent()); in testDownload()