Searched refs:mForegroundServiceStart (Results 1 – 1 of 1) sorted by relevance
135 private final CompletableFuture<Intent> mForegroundServiceStart = new CompletableFuture<>(); field in CaptivePortalLoginActivityTest.InstrumentedCaptivePortalLoginActivity153 mForegroundServiceStart.complete(service)); in startForegroundService()581 final Intent dlIntent = mActivity.mForegroundServiceStart.get( in testDownload()