Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/service/src/com/android/server/
H A DConnectivityService.java4552 new CaptivePortal(new CaptivePortalImpl(network).asBinder())); in startCaptivePortalAppInternal()
4563 private class CaptivePortalImpl extends ICaptivePortal.Stub { class in ConnectivityService
4566 private CaptivePortalImpl(Network network) { in CaptivePortalImpl() method in ConnectivityService.CaptivePortalImpl