Searched refs:isGroupOwner (Results 1 – 10 of 10) sorted by relevance
36 public boolean isGroupOwner; field in WifiP2pInfo47 .append(" isGroupOwner: ").append(isGroupOwner) in toString()61 isGroupOwner = source.isGroupOwner; in WifiP2pInfo()69 dest.writeByte(isGroupOwner ? (byte)1 : (byte)0); in writeToParcel()85 info.isGroupOwner = (in.readByte() == 1);
169 public boolean isGroupOwner(String deviceAddress) { in isGroupOwner() method in WifiP2pDeviceList175 return device.isGroupOwner(); in isGroupOwner()
178 public boolean isGroupOwner() { in isGroupOwner() method in WifiP2pGroup
255 public boolean isGroupOwner() { in isGroupOwner() method in WifiP2pDevice
1740 if (mGroup.isGroupOwner()) { in processMessage()1937 if (mGroup.isGroupOwner()) { in enter()2583 String pin = mWifiNative.p2pConnect(config, dev.isGroupOwner()); in p2pConnectWithPinDisplay()2601 boolean join = dev.isGroupOwner(); in reinvokePersistentGroup()2741 mWifiP2pInfo.isGroupOwner = mGroup.isGroupOwner(); in setWifiP2pInfoOnGroupFormation()2747 mWifiP2pInfo.isGroupOwner = false; in resetWifiP2pInfo()2864 if (mGroup.isGroupOwner()) { in handleGroupRemoved()
332 if (info.groupFormed && info.isGroupOwner) {
18154 method public boolean isGroupOwner();18192 method public boolean isGroupOwner();18205 field public boolean isGroupOwner;
24635 method public boolean isGroupOwner();24673 method public boolean isGroupOwner();24686 field public boolean isGroupOwner;
24704 method public boolean isGroupOwner();24742 method public boolean isGroupOwner();24755 field public boolean isGroupOwner;
27062 method public boolean isGroupOwner();27100 method public boolean isGroupOwner();27113 field public boolean isGroupOwner;