Loading wifi/java/android/net/wifi/p2p/WifiP2pGroup.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -67,7 +67,7 @@ public class WifiP2pGroup implements Parcelable { /** The network id in the wpa_supplicant */ /** The network id in the wpa_supplicant */ private int mNetId; private int mNetId; /** The frequency used by this group */ /** The frequency (in MHz) used by this group */ private int mFrequency; private int mFrequency; /** P2P group started string pattern */ /** P2P group started string pattern */ Loading Loading @@ -273,7 +273,7 @@ public class WifiP2pGroup implements Parcelable { this.mNetId = netId; this.mNetId = netId; } } /** Get the operating frequency of the p2p group */ /** Get the operating frequency (in MHz) of the p2p group */ public int getFrequency() { public int getFrequency() { return mFrequency; return mFrequency; } } Loading Loading
wifi/java/android/net/wifi/p2p/WifiP2pGroup.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -67,7 +67,7 @@ public class WifiP2pGroup implements Parcelable { /** The network id in the wpa_supplicant */ /** The network id in the wpa_supplicant */ private int mNetId; private int mNetId; /** The frequency used by this group */ /** The frequency (in MHz) used by this group */ private int mFrequency; private int mFrequency; /** P2P group started string pattern */ /** P2P group started string pattern */ Loading Loading @@ -273,7 +273,7 @@ public class WifiP2pGroup implements Parcelable { this.mNetId = netId; this.mNetId = netId; } } /** Get the operating frequency of the p2p group */ /** Get the operating frequency (in MHz) of the p2p group */ public int getFrequency() { public int getFrequency() { return mFrequency; return mFrequency; } } Loading