HomeSort by relevance Sort by last modified time
    Searched refs:CaptivePortal (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/net/
CaptivePortal.java 29 public class CaptivePortal implements Parcelable {
40 public CaptivePortal(IBinder binder) {
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/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
CaptivePortalLoginActivity.java 24 import android.net.CaptivePortal;
65 private CaptivePortal mCaptivePortal;
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkMonitor.java 19 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;
333 log("CaptivePortal App responded with " + message.arg1);
415 new CaptivePortal(new ICaptivePortal.Stub() {
421 "CaptivePortal");
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/
WifiNetworkAdapter.java 5 import android.net.CaptivePortal;
122 new CaptivePortal(new ICaptivePortal.Stub() {

Completed in 77 milliseconds