Searched refs:p2pConnect (Results 1 – 4 of 4) sorted by relevance
510 public String p2pConnect(WifiP2pConfig config, boolean joinExistingGroup) { in p2pConnect() method in WifiP2pNative
2437 mWifiNative.p2pConnect(mSavedPeerConfig, FORM_GROUP); in processMessage()3754 String pin = mWifiNative.p2pConnect(config, action); in p2pConnectWithPinDisplay()
384 mWifiP2pNative.p2pConnect(config, true); in testP2pConnect()
4213 verify(mWifiNative).p2pConnect(configCaptor.capture(), anyBoolean()); in testGroupOwnerIntentSelectionWithoutStaConnection()4239 verify(mWifiNative).p2pConnect(configCaptor.capture(), anyBoolean()); in testGroupOwnerIntentSelectionWith24GStaConnection()4265 verify(mWifiNative).p2pConnect(configCaptor.capture(), anyBoolean()); in testGroupOwnerIntentSelectionWith5GHzStaConnection()4291 verify(mWifiNative).p2pConnect(configCaptor.capture(), anyBoolean()); in testGroupOwnerIntentSelectionWith6GHzStaConnection()