Searched refs:CaptivePortal (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/net/
H A DCaptivePortal.java29 public class CaptivePortal implements Parcelable { class in inherits:Parcelable
40 public CaptivePortal(IBinder binder) { method in class:CaptivePortal
54 public static final Parcelable.Creator<CaptivePortal> CREATOR
55 = new Parcelable.Creator<CaptivePortal>() {
57 public CaptivePortal createFromParcel(Parcel in) {
58 return new CaptivePortal(in.readStrongBinder());
62 public CaptivePortal[] newArray(int size) {
63 return new CaptivePortal[size];
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java19 import static android.net.CaptivePortal.APP_RETURN_DISMISSED;
20 import static android.net.CaptivePortal.APP_RETURN_UNWANTED;
21 import static android.net.CaptivePortal.APP_RETURN_WANTED_AS_IS;
32 import android.net.CaptivePortal;
420 log("CaptivePortal App responded with " + message.arg1);
543 new CaptivePortal(new ICaptivePortal.Stub() {
549 "CaptivePortal");
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java27 import android.net.CaptivePortal;
95 private CaptivePortal mCaptivePortal;
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProtoDumpUtil.java308 GlobalSettingsProto.CaptivePortal.MODE);
311 GlobalSettingsProto.CaptivePortal.DETECTION_ENABLED);
314 GlobalSettingsProto.CaptivePortal.SERVER);
317 GlobalSettingsProto.CaptivePortal.HTTPS_URL);
320 GlobalSettingsProto.CaptivePortal.HTTP_URL);
323 GlobalSettingsProto.CaptivePortal.FALLBACK_URL);
326 GlobalSettingsProto.CaptivePortal.OTHER_FALLBACK_URLS);
329 GlobalSettingsProto.CaptivePortal.USE_HTTPS);
332 GlobalSettingsProto.CaptivePortal.USER_AGENT);
/frameworks/base/core/proto/android/providers/settings/
H A Dglobal.proto155 message CaptivePortal {
168 optional CaptivePortal captive_portal = 25;
/frameworks/base/tests/net/java/com/android/server/
H A DConnectivityServiceTest.java89 import android.net.CaptivePortal;
2409 CaptivePortal c = (CaptivePortal) intent.getExtra(ConnectivityManager.EXTRA_CAPTIVE_PORTAL);
2455 // But there should be no CaptivePortal callback.

Completed in 57 milliseconds