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

  /frameworks/base/core/java/android/net/
NetworkKey.java 47 /** A wifi network, for which {@link #wifiKey} will be populated. */
60 public final WifiKey wifiKey;
76 WifiKey wifiKey;
78 wifiKey = new WifiKey(String.format("\"%s\"", ssid), bssid);
80 Log.e(TAG, "Unable to create WifiKey.", e);
83 return new NetworkKey(wifiKey);
104 WifiKey wifiKey
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiNetworkSelectorTestUtil.java 28 import android.net.WifiKey;
329 WifiKey wifiKey = new WifiKey("\"" + scanResult.SSID + "\"", scanResult.BSSID);
330 NetworkKey ntwkKey = new NetworkKey(wifiKey);
  /prebuilts/sdk/system_current/
android.jar 

Completed in 711 milliseconds