Searched defs:WifiKey (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DWifiKey.java33 public class WifiKey implements Parcelable { class in inherits:Parcelable
56 * Construct a new {@link WifiKey} for the given Wi-Fi SSID/BSSID pair.
66 public WifiKey(String ssid, String bssid) { method in class:WifiKey
77 private WifiKey(Parcel in) { method in class:WifiKey
98 WifiKey wifiKey = (WifiKey) o;
110 return "WifiKey[SSID=" + ssid + ",BSSID=" + bssid + "]";
113 public static final Creator<WifiKey> CREATOR =
114 new Creator<WifiKey>() {
116 public WifiKey createFromParce
[all...]

Completed in 46 milliseconds