Searched refs:groupOwnerAddress (Results 1 – 5 of 5) sorted by relevance
39 public InetAddress groupOwnerAddress; field in WifiP2pInfo48 .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());
329 InetAddress groupOwnerAddress = info.groupOwnerAddress.getHostAddress());
2646 mWifiP2pInfo.groupOwnerAddress = serverInetAddress; in setWifiP2pInfoOnGroupFormation()2652 mWifiP2pInfo.groupOwnerAddress = null; in resetWifiP2pInfo()
19435 field public java.net.InetAddress groupOwnerAddress;
21366 field public java.net.InetAddress groupOwnerAddress;