Searched defs:CaptivePortal (Results 1 - 1 of 1) sorted by path

/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];

Completed in 100 milliseconds