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.java161 public int groupOwnerIntent = GROUP_OWNER_INTENT_AUTO; field in WifiP2pConfig
313 sbuf.append("\n groupOwnerIntent: ").append(groupOwnerIntent); in toString()
335 groupOwnerIntent = source.groupOwnerIntent; in WifiP2pConfig()
350 dest.writeInt(groupOwnerIntent); in writeToParcel()
368 config.groupOwnerIntent = in.readInt();
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalAidlImpl.java778 int provisionMethod, String preSelectedPin, boolean persistent, int groupOwnerIntent, in connectWithParams() argument
790 info.goIntent = groupOwnerIntent; in connectWithParams()
860 if (config.groupOwnerIntent < 0 || config.groupOwnerIntent > 15) { in connect()
861 Log.e(TAG, "Invalid group owner intent: " + config.groupOwnerIntent); in connect()
867 preSelectedPin, persistent, config.groupOwnerIntent, config); in connect()
873 persistent, config.groupOwnerIntent); in connect()
DSupplicantP2pIfaceHalHidlImpl.java1007 if (config.groupOwnerIntent < 0 || config.groupOwnerIntent > 15) { in connect()
1008 Log.e(TAG, "Invalid group owner intent: " + config.groupOwnerIntent); in connect()
1017 persistent, config.groupOwnerIntent, in connect()
DWifiP2pShellCommand.java521 config.groupOwnerIntent = goIntent; in buildWifiP2pConfig()
DWifiP2pServiceImpl.java4298 mSavedPeerConfig.groupOwnerIntent = in processMessageImpl()
6482 config.groupOwnerIntent = selectGroupOwnerIntentIfNecessary(config); in p2pConnectWithPinDisplay()
7556 int intent = config.groupOwnerIntent; in selectGroupOwnerIntentIfNecessary()
7601 + 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.java2769 config.groupOwnerIntent = WifiP2pServiceImpl.DEFAULT_GROUP_OWNER_INTENT; in createPlaceholderP2pConfig()
DSupplicantP2pIfaceHalHidlImplTest.java2939 config.groupOwnerIntent = WifiP2pServiceImpl.DEFAULT_GROUP_OWNER_INTENT; in createPlaceholderP2pConfig()
DWifiP2pServiceImplTest.java6251 assertEquals(expectedGoIntent, config.groupOwnerIntent); in verifyGroupOwnerIntentSelection()
/packages/modules/Wifi/framework/api/
Dcurrent.txt1268 field @IntRange(from=0, to=15) public int groupOwnerIntent;