Searched refs:MyCaptivePortalImpl (Results 1 – 1 of 1) sorted by relevance
44 private final class MyCaptivePortalImpl extends ICaptivePortal.Stub { class in CaptivePortalTest69 private MyCaptivePortalImpl runCaptivePortalTest(TestFunctor f) { in runCaptivePortalTest()70 final MyCaptivePortalImpl cp = new MyCaptivePortalImpl(); in runCaptivePortalTest()77 final MyCaptivePortalImpl result = in testReportCaptivePortalDismissed()84 final MyCaptivePortalImpl result = runCaptivePortalTest(c -> c.ignoreNetwork()); in testIgnoreNetwork()90 final MyCaptivePortalImpl result = runCaptivePortalTest(c -> c.useNetwork()); in testUseNetwork()97 final MyCaptivePortalImpl result = runCaptivePortalTest(c -> c.reevaluateNetwork()); in testReevaluateNetwork()108 final MyCaptivePortalImpl result = runCaptivePortalTest(c -> c.logEvent( in testLogEvent()116 final MyCaptivePortalImpl result = runCaptivePortalTest(c -> c.logEvent( in testLogEvent_UntilR()