Searched refs:groupFormed (Results 1 – 12 of 12) sorted by relevance
33 public boolean groupFormed; field in WifiP2pInfo46 sbuf.append("groupFormed: ").append(groupFormed) in toString()61 groupFormed = source.groupFormed; in WifiP2pInfo()69 dest.writeByte(groupFormed ? (byte)1 : (byte)0); in writeToParcel()85 info.groupFormed = (in.readByte() == 1);
50 info.groupFormed = true; in testCopyOperator()66 info.groupFormed = true; in testParcelOperation()
203 wifiP2pInfo.groupFormed = false; in lastGroupForm_whenGroupFormInWifiP2pInfoIsFalse_beSetAsFalse()220 wifiP2pInfo.groupFormed = true; in lastGroupForm_whenGroupFormInWifiP2pInfoIsTrue_beSetAsTrue()291 wifiP2pInfo.groupFormed = false; in noLastGroupForm_whenP2pDisconnected_shouldStartSearch()
661 private Intent buildWifiP2PConnectionChangedIntent(boolean groupFormed) {664 formedInfo.groupFormed = groupFormed;666 if (groupFormed) {
215 if (mP2pInfo == null || !mP2pInfo.groupFormed || mP2pGroup == null) { in p2pConnect()
140 mLastGroupFormed = wifip2pinfo.groupFormed;635 mLastGroupFormed = wifip2pinfo.groupFormed; in onDeviceAvailable()
153 if (!p2pInfo.groupFormed) { in getWifiP2pInterface()
7753 assertTrue(((WifiP2pInfo) mMessageCaptor.getValue().obj).groupFormed); in testP2pInfoIsClearedWhenP2pIsDisabledDurningNegotiation()7764 assertFalse(((WifiP2pInfo) mMessageCaptor.getValue().obj).groupFormed); in testP2pInfoIsClearedWhenP2pIsDisabledDurningNegotiation()7964 && !p2pInfo.groupFormed && Objects.isNull(p2pGroup); in testSendP2pConnectionChangedBroadcast()7978 assertFalse(p2pInfo.groupFormed); in testSendP2pConnectionChangedBroadcast()8047 assertFalse(p2pInfo.groupFormed); in testSendP2pConnectionChangedBroadcast()8058 assertTrue(p2pInfo.groupFormed); in testSendP2pConnectionChangedBroadcast()8104 assertTrue(p2pInfoCaptor.getValue().groupFormed); in testWifiP2pListener()8114 assertTrue(p2pInfoCaptor.getValue().groupFormed); in testWifiP2pListener()8120 assertTrue(p2pInfoCaptor.getValue().groupFormed); in testWifiP2pListener()
1317 if (p2pInfo == null || !p2pInfo.groupFormed) { in handleWifiP2pAction()
6697 mWifiP2pInfo.groupFormed = true; in setWifiP2pInfoOnGroupFormationWithInetAddress()6703 mWifiP2pInfo.groupFormed = false; in resetWifiP2pInfo()
805 p2pInfo.groupFormed = isGroupFormed; in sendWifiP2pConnectionChanged()
1359 field public boolean groupFormed;