Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/common/java/android/net/
H A DCaptivePortalTest.java69 private MyCaptivePortalImpl runCaptivePortalTest(TestFunctor f) { in runCaptivePortalTest() method in CaptivePortalTest
78 runCaptivePortalTest(c -> c.reportCaptivePortalDismissed()); 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()