Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
DWifiP2pConfig.java174 public int groupOwnerIntent = GROUP_OWNER_INTENT_AUTO; field in WifiP2pConfig
485 sbuf.append("\n groupOwnerIntent: ").append(groupOwnerIntent); in toString()
516 groupOwnerIntent = source.groupOwnerIntent; in WifiP2pConfig()
535 dest.writeInt(groupOwnerIntent); in writeToParcel()
559 config.groupOwnerIntent = in.readInt();
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalAidlImpl.java801 int provisionMethod, String preSelectedPin, boolean persistent, int groupOwnerIntent, in connectWithParams() argument
813 info.goIntent = groupOwnerIntent; in connectWithParams()
833 int provisionMethod, String preSelectedPin, boolean persistent, int groupOwnerIntent, in connectWithParams() argument
847 info.goIntent = groupOwnerIntent; in connectWithParams()
956 if (config.groupOwnerIntent < 0 || config.groupOwnerIntent > 15) { in connectInternal()
957 Log.e(TAG, "Invalid group owner intent: " + config.groupOwnerIntent); in connectInternal()
967 preSelectedPin, persistent, config.groupOwnerIntent, vendorData, in connectInternal()
975 persistent, config.groupOwnerIntent); in connectInternal()
DSupplicantP2pIfaceHalHidlImpl.java1011 if (config.groupOwnerIntent < 0 || config.groupOwnerIntent > 15) { in connect()
1012 Log.e(TAG, "Invalid group owner intent: " + config.groupOwnerIntent); in connect()
1021 persistent, config.groupOwnerIntent, in connect()
DWifiP2pShellCommand.java521 config.groupOwnerIntent = goIntent; in buildWifiP2pConfig()
DWifiP2pServiceImpl.java4553 mSavedPeerConfig.groupOwnerIntent = in processMessageImpl()
7219 config.groupOwnerIntent = selectGroupOwnerIntentIfNecessary(config); in p2pConnectWithPinDisplay()
8590 int intent = config.groupOwnerIntent; in selectGroupOwnerIntentIfNecessary()
8635 + config.groupOwnerIntent + " to " + intent); in selectGroupOwnerIntentIfNecessary()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pShellCommandTest.java326 assertEquals(10, config.groupOwnerIntent); in testP2pConnect()
DSupplicantP2pIfaceHalAidlImplTest.java2830 config.groupOwnerIntent = WifiP2pServiceImpl.DEFAULT_GROUP_OWNER_INTENT; in createP2pConfigWithBootstrappingMethod()
2844 config.groupOwnerIntent = WifiP2pServiceImpl.DEFAULT_GROUP_OWNER_INTENT; in createPlaceholderP2pConfig()
DSupplicantP2pIfaceHalHidlImplTest.java2946 config.groupOwnerIntent = WifiP2pServiceImpl.DEFAULT_GROUP_OWNER_INTENT; in createPlaceholderP2pConfig()
DWifiP2pServiceImplTest.java6313 assertEquals(expectedGoIntent, config.groupOwnerIntent); in verifyGroupOwnerIntentSelection()
/packages/modules/Wifi/framework/api/
Dcurrent.txt1317 field @IntRange(from=0, to=15) public int groupOwnerIntent;