Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework/src/android/net/
DCaptivePortal.java109 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()
DICaptivePortal.aidl23 oneway interface ICaptivePortal { interface
/packages/modules/Connectivity/tests/common/java/android/net/
DCaptivePortalTest.java44 private final class MyCaptivePortalImpl extends ICaptivePortal.Stub {
/packages/modules/Connectivity/Tethering/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt163 Landroid/net/ICaptivePortal$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
164 Landroid/net/ICaptivePortal$Stub$Proxy;->appResponse(I)V
165 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>()V
168 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:I
171 Landroid/net/ICaptivePortal;->appResponse(I)V
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java180 import android.net.ICaptivePortal;
6265 private class CaptivePortalImpl extends ICaptivePortal.Stub {