Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DCaptivePortalLoginActivityTest.java135 private final CompletableFuture<Intent> mForegroundServiceStart = new CompletableFuture<>(); field in CaptivePortalLoginActivityTest.InstrumentedCaptivePortalLoginActivity
153 mForegroundServiceStart.complete(service)); in startForegroundService()
581 final Intent dlIntent = mActivity.mForegroundServiceStart.get( in testDownload()