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

/frameworks/base/core/java/android/net/
H A DNetworkKey.java43 public class NetworkKey implements Parcelable { class in inherits:Parcelable
45 private static final String TAG = "NetworkKey";
63 * Constructs a new NetworkKey for the given wifi {@link ScanResult}.
65 * @return A new {@link NetworkKey} instance or <code>null</code> if the given
70 public static NetworkKey createFromScanResult(@Nullable ScanResult result) {
83 return new NetworkKey(wifiKey);
90 * Constructs a new NetworkKey for the given {@link WifiInfo}.
92 * @param wifiInfo the {@link WifiInfo} to create a {@link NetworkKey} for.
93 * @return A new {@link NetworkKey} instance or <code>null</code> if the given {@link WifiInfo}
98 public static NetworkKey createFromWifiInf
121 public NetworkKey(WifiKey wifiKey) { method in class:NetworkKey
126 private NetworkKey(Parcel in) { method in class:NetworkKey
[all...]

Completed in 43 milliseconds