Searched refs:isGroupOwner (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pInfo.java36 public boolean isGroupOwner; field in class:WifiP2pInfo
47 .append(" isGroupOwner: ").append(isGroupOwner)
61 isGroupOwner = source.isGroupOwner;
69 dest.writeByte(isGroupOwner ? (byte)1 : (byte)0);
85 info.isGroupOwner = (in.readByte() == 1);
H A DWifiP2pDeviceList.java169 public boolean isGroupOwner(String deviceAddress) { method in class:WifiP2pDeviceList
175 return device.isGroupOwner();
H A DWifiP2pDevice.java264 public boolean isGroupOwner() { method in class:WifiP2pDevice
H A DWifiP2pGroup.java177 public boolean isGroupOwner() { method in class:WifiP2pGroup
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java1609 if (mGroup.isGroupOwner()
1946 if (mGroup.isGroupOwner()
1959 if (mGroup.isGroupOwner()) {
2161 if (mGroup.isGroupOwner()) {
2841 String pin = mWifiNative.p2pConnect(config, dev.isGroupOwner());
2866 boolean join = dev.isGroupOwner();
3006 mWifiP2pInfo.isGroupOwner = mGroup.isGroupOwner();
3012 mWifiP2pInfo.isGroupOwner = false;
3126 if (mGroup.isGroupOwner()) {
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHalTest.java2406 assertEquals(groups.get(networkId).isGo, group.isGroupOwner());

Completed in 101 milliseconds