Searched refs:isGroupOwner (Results 1 - 5 of 5) 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.java255 public boolean isGroupOwner() { method in class:WifiP2pDevice
H A DWifiP2pGroup.java178 public boolean isGroupOwner() { method in class:WifiP2pGroup
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java1644 if (mGroup.isGroupOwner()) {
1842 if (mGroup.isGroupOwner()) {
2475 String pin = mWifiNative.p2pConnect(config, dev.isGroupOwner());
2493 boolean join = dev.isGroupOwner();
2633 mWifiP2pInfo.isGroupOwner = mGroup.isGroupOwner();
2639 mWifiP2pInfo.isGroupOwner = false;
2762 if (mGroup.isGroupOwner()) {

Completed in 90 milliseconds