Searched refs:ICaptivePortal (Results 1 – 5 of 5) sorted by relevance
109 ICaptivePortal.Stub.asInterface(mBinder).appResponse(APP_RETURN_DISMISSED); in reportCaptivePortalDismissed()123 ICaptivePortal.Stub.asInterface(mBinder).appResponse(APP_RETURN_UNWANTED); in ignoreNetwork()140 ICaptivePortal.Stub.asInterface(mBinder).appResponse(APP_RETURN_WANTED_AS_IS); in useNetwork()153 ICaptivePortal.Stub.asInterface(mBinder).appRequest(APP_REQUEST_REEVALUATION_REQUIRED); in reevaluateNetwork()
23 oneway interface ICaptivePortal { interface
44 private final class MyCaptivePortalImpl extends ICaptivePortal.Stub {
163 Landroid/net/ICaptivePortal$Stub$Proxy;-><init>(Landroid/os/IBinder;)V164 Landroid/net/ICaptivePortal$Stub$Proxy;->appResponse(I)V165 Landroid/net/ICaptivePortal$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;166 Landroid/net/ICaptivePortal$Stub$Proxy;->mRemote:Landroid/os/IBinder;167 Landroid/net/ICaptivePortal$Stub;-><init>()V168 Landroid/net/ICaptivePortal$Stub;->asInterface(Landroid/os/IBinder;)Landroid/net/ICaptivePortal;169 Landroid/net/ICaptivePortal$Stub;->DESCRIPTOR:Ljava/lang/String;170 Landroid/net/ICaptivePortal$Stub;->TRANSACTION_appResponse:I171 Landroid/net/ICaptivePortal;->appResponse(I)V
180 import android.net.ICaptivePortal;6265 private class CaptivePortalImpl extends ICaptivePortal.Stub {