Home
last modified time | relevance | path

Searched refs:groupOwnerAddress (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pInfo.java39 public InetAddress groupOwnerAddress; field in WifiP2pInfo
48 .append(" groupOwnerAddress: ").append(groupOwnerAddress); in toString()
62 groupOwnerAddress = source.groupOwnerAddress; in WifiP2pInfo()
71 if (groupOwnerAddress != null) { in writeToParcel()
73 dest.writeByteArray(groupOwnerAddress.getAddress()); in writeToParcel()
88 info.groupOwnerAddress = InetAddress.getByAddress(in.createByteArray());
/frameworks/base/docs/html/training/connect-devices-wirelessly/
Dwifi-direct.jd329 InetAddress groupOwnerAddress = info.groupOwnerAddress.getHostAddress());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java2742 mWifiP2pInfo.groupOwnerAddress = serverInetAddress; in setWifiP2pInfoOnGroupFormation()
2748 mWifiP2pInfo.groupOwnerAddress = null; in resetWifiP2pInfo()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18204 field public java.net.InetAddress groupOwnerAddress;
/frameworks/base/api/
Dcurrent.txt24685 field public java.net.InetAddress groupOwnerAddress;
Dtest-current.txt24754 field public java.net.InetAddress groupOwnerAddress;
Dsystem-current.txt27112 field public java.net.InetAddress groupOwnerAddress;