Searched refs:p2pInfo (Results 1 – 3 of 3) sorted by relevance
88 WifiP2pInfo p2pInfo = (WifiP2pInfo)intent.getParcelableExtra( in onReceive() local90 if (p2pInfo.groupFormed && !p2pInfo.isGroupOwner) { in onReceive()97 } else if (!p2pInfo.groupFormed) { in onReceive()
138 WifiP2pInfo p2pInfo = mReceiverTest.waitConnectionNotice(TIMEOUT_FOR_USER_ACTION); in connectTest() local139 if (p2pInfo == null) { in connectTest()167 p2pInfo = mReceiverTest.waitDisconnectionNotice(TIMEOUT); in connectTest()168 if (p2pInfo == null) { in connectTest()215 WifiP2pInfo p2pInfo = mReceiverTest.waitConnectionNotice(TIMEOUT_FOR_USER_ACTION); in connectTest() local216 if (p2pInfo == null) { in connectTest()251 p2pInfo = mReceiverTest.waitDisconnectionNotice(TIMEOUT); in connectTest()252 if (p2pInfo == null) { in connectTest()
132 public WifiP2pInfo p2pInfo; field in ConcurrencyTest.MyResponse147 p2pInfo = null; in reset()634 MY_RESPONSE.p2pInfo = new WifiP2pInfo(info); in testRequestNetworkInfo()640 assertNotNull(MY_RESPONSE.p2pInfo); in testRequestNetworkInfo()641 assertTrue(MY_RESPONSE.p2pInfo.groupFormed); in testRequestNetworkInfo()642 assertTrue(MY_RESPONSE.p2pInfo.isGroupOwner); in testRequestNetworkInfo()