Searched refs:CaptivePortal (Results 1 - 3 of 3) 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;
30 import android.net.CaptivePortal;
320 log("CaptivePortal App responded with " + message.arg1);
383 new CaptivePortal(new ICaptivePortal.Stub() {
389 "CaptivePortal");
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java24 import android.net.CaptivePortal;
66 private CaptivePortal mCaptivePortal;

Completed in 2830 milliseconds