OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 {
56
* Construct a new {@link
WifiKey
} for the given Wi-Fi SSID/BSSID pair.
66
public
WifiKey
(String ssid, String bssid) {
77
private
WifiKey
(Parcel in) {
98
WifiKey
wifiKey
= (
WifiKey
) o;
100
return Objects.equals(ssid,
wifiKey
.ssid) && Objects.equals(bssid,
wifiKey
.bssid);
110
return "
WifiKey
[SSID=" + ssid + ",BSSID=" + bssid + "]"
[
all
...]
/prebuilts/sdk/system_current/
android.jar
Completed in 69 milliseconds