HomeSort by relevance Sort by last modified time
    Searched defs:CaptivePortal (Results 1 - 3 of 3) 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];
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 41 milliseconds