Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DCaptivePortal.java36 public class CaptivePortal implements Parcelable { class
94 public CaptivePortal(@NonNull IBinder binder) { in CaptivePortal() method in CaptivePortal
108 public static final @android.annotation.NonNull Parcelable.Creator<CaptivePortal> CREATOR
109 = new Parcelable.Creator<CaptivePortal>() {
111 public CaptivePortal createFromParcel(Parcel in) {
112 return new CaptivePortal(in.readStrongBinder());
116 public CaptivePortal[] newArray(int size) {
117 return new CaptivePortal[size];
/frameworks/base/tests/net/common/java/android/net/
DCaptivePortalTest.java66 void useCaptivePortal(CaptivePortal o); in useCaptivePortal()
71 f.useCaptivePortal(new CaptivePortal(cp.asBinder())); in runCaptivePortalTest()
79 assertEquals(result.mCode, CaptivePortal.APP_RETURN_DISMISSED); in testReportCaptivePortalDismissed()
85 assertEquals(result.mCode, CaptivePortal.APP_RETURN_UNWANTED); in testIgnoreNetwork()
91 assertEquals(result.mCode, CaptivePortal.APP_RETURN_WANTED_AS_IS); in testUseNetwork()
98 assertEquals(result.mCode, CaptivePortal.APP_REQUEST_REEVALUATION_REQUIRED); in testReevaluateNetwork()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProtoDumpUtil.java331 GlobalSettingsProto.CaptivePortal.MODE); in dumpProtoGlobalSettingsLocked()
334 GlobalSettingsProto.CaptivePortal.DETECTION_ENABLED); in dumpProtoGlobalSettingsLocked()
337 GlobalSettingsProto.CaptivePortal.SERVER); in dumpProtoGlobalSettingsLocked()
340 GlobalSettingsProto.CaptivePortal.HTTPS_URL); in dumpProtoGlobalSettingsLocked()
343 GlobalSettingsProto.CaptivePortal.HTTP_URL); in dumpProtoGlobalSettingsLocked()
346 GlobalSettingsProto.CaptivePortal.FALLBACK_URL); in dumpProtoGlobalSettingsLocked()
349 GlobalSettingsProto.CaptivePortal.OTHER_FALLBACK_URLS); in dumpProtoGlobalSettingsLocked()
352 GlobalSettingsProto.CaptivePortal.USE_HTTPS); in dumpProtoGlobalSettingsLocked()
355 GlobalSettingsProto.CaptivePortal.USER_AGENT); in dumpProtoGlobalSettingsLocked()
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto174 message CaptivePortal { message
187 optional CaptivePortal captive_portal = 25;
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java78 import android.net.CaptivePortal;
3816 new CaptivePortal(new CaptivePortalImpl(network).asBinder())); in startCaptivePortalAppInternal()
3832 if (response == CaptivePortal.APP_RETURN_WANTED_AS_IS) { in appResponse()
3846 if (request == CaptivePortal.APP_REQUEST_REEVALUATION_REQUIRED) { in appRequest()
/frameworks/base/api/
Dtest-current.txt1406 public class CaptivePortal implements android.os.Parcelable {
Dsystem-current.txt4297 public class CaptivePortal implements android.os.Parcelable {
Dcurrent.txt28696 public class CaptivePortal implements android.os.Parcelable {
28701 …field @NonNull public static final android.os.Parcelable.Creator<android.net.CaptivePortal> CREATO…
/frameworks/base/cmds/statsd/src/
Datoms.proto5946 // The CaptivePortal API info
/frameworks/base/non-updatable-api/
Dsystem-current.txt4297 public class CaptivePortal implements android.os.Parcelable {
Dcurrent.txt28566 public class CaptivePortal implements android.os.Parcelable {
28571 …field @NonNull public static final android.os.Parcelable.Creator<android.net.CaptivePortal> CREATO…
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt42587 Landroid/net/CaptivePortal;-><init>(Landroid/os/IBinder;)V
42588 Landroid/net/CaptivePortal;->APP_RETURN_DISMISSED:I
42589 Landroid/net/CaptivePortal;->APP_RETURN_UNWANTED:I
42590 Landroid/net/CaptivePortal;->APP_RETURN_WANTED_AS_IS:I
42591 Landroid/net/CaptivePortal;->mBinder:Landroid/os/IBinder;
42592 Landroid/net/CaptivePortal;->useNetwork()V