WifiKeypublic class WifiKey extends Object implements android.os.Parcelable
Fields Summary |
---|
public static final android.os.Parcelable.Creator | CREATOR | public final String | bssid | public final String | ssid |
Constructors Summary |
---|
public WifiKey(String ssid, String bssid) throw new RuntimeException("Stub!");
|
Methods Summary |
---|
public int | describeContents() throw new RuntimeException("Stub!");
| public boolean | equals(java.lang.Object o) throw new RuntimeException("Stub!");
| public int | hashCode() throw new RuntimeException("Stub!");
| public java.lang.String | toString() throw new RuntimeException("Stub!");
| public void | writeToParcel(android.os.Parcel out, int flags) throw new RuntimeException("Stub!");
|
|