HomeSort by relevance Sort by last modified time
    Searched defs:WifiKey (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/net/
WifiKey.java 33 public class WifiKey implements Parcelable {
55 * Construct a new {@link WifiKey} for the given Wi-Fi SSID/BSSID pair.
65 public WifiKey(String ssid, String bssid) {
76 private WifiKey(Parcel in) {
97 WifiKey wifiKey = (WifiKey) o;
99 return Objects.equals(ssid, wifiKey.ssid) && Objects.equals(bssid, wifiKey.bssid);
109 return "WifiKey[SSID=" + ssid + ",BSSID=" + bssid + "]"
    [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 186 milliseconds