Home
last modified time | relevance | path

Searched refs:isGroupOwner (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pInfo.java36 public boolean isGroupOwner; field in WifiP2pInfo
47 .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);
DWifiP2pDeviceList.java169 public boolean isGroupOwner(String deviceAddress) { in isGroupOwner() method in WifiP2pDeviceList
175 return device.isGroupOwner(); in isGroupOwner()
DWifiP2pGroup.java178 public boolean isGroupOwner() { in isGroupOwner() method in WifiP2pGroup
DWifiP2pDevice.java255 public boolean isGroupOwner() { in isGroupOwner() method in WifiP2pDevice
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java1740 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()
/frameworks/base/docs/html/training/connect-devices-wirelessly/
Dwifi-direct.jd332 if (info.groupFormed && info.isGroupOwner) {
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18154 method public boolean isGroupOwner();
18192 method public boolean isGroupOwner();
18205 field public boolean isGroupOwner;
/frameworks/base/api/
Dcurrent.txt24635 method public boolean isGroupOwner();
24673 method public boolean isGroupOwner();
24686 field public boolean isGroupOwner;
Dtest-current.txt24704 method public boolean isGroupOwner();
24742 method public boolean isGroupOwner();
24755 field public boolean isGroupOwner;
Dsystem-current.txt27062 method public boolean isGroupOwner();
27100 method public boolean isGroupOwner();
27113 field public boolean isGroupOwner;