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/
NetworkKey.java 39 /** A wifi network, for which {@link #wifiKey} will be populated. */
52 public final WifiKey wifiKey;
56 * @param wifiKey the {@link WifiKey} identifying this Wi-Fi network.
58 public NetworkKey(WifiKey wifiKey) {
60 this.wifiKey = wifiKey;
67 wifiKey = WifiKey.CREATOR.createFromParcel(in)
    [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 115 milliseconds