Home
last modified time | relevance | path

Searched refs:NETWORK_ID_PERSISTENT (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
DWifiP2pGroup.java75 public static final int NETWORK_ID_PERSISTENT = -2; field in WifiP2pGroup
201 mNetId = NETWORK_ID_PERSISTENT; in WifiP2pGroup()
207 mNetId = NETWORK_ID_PERSISTENT; in WifiP2pGroup()
DWifiP2pConfig.java193 public int netId = WifiP2pGroup.NETWORK_ID_PERSISTENT;
600 mNetId = WifiP2pGroup.NETWORK_ID_PERSISTENT; in enablePersistentMode()
DWifiP2pManager.java2390 WifiP2pGroup.NETWORK_ID_PERSISTENT, channel.putListener(listener), extras, in createGroup()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pShellCommandTest.java367 ? WifiP2pGroup.NETWORK_ID_PERSISTENT in testP2pCreateGroupWithConfig()
390 ? WifiP2pGroup.NETWORK_ID_PERSISTENT in testP2pConnectWithConfig()
DWifiP2pServiceImplTest.java335 mTestWifiP2pNewPersistentGoGroup.setNetworkId(WifiP2pGroup.NETWORK_ID_PERSISTENT); in generatorTestData()
641 if (group.getNetworkId() == WifiP2pGroup.NETWORK_ID_PERSISTENT) { in sendGroupStartedMsg()
1634 group.setNetworkId(WifiP2pGroup.NETWORK_ID_PERSISTENT); in mockEnterGroupCreatedState()
2985 sendDeletePersistentGroupMsg(mClientMessenger, WifiP2pGroup.NETWORK_ID_PERSISTENT); in testDeletePersistentGroupSuccess()
2997 sendDeletePersistentGroupMsg(mClientMessenger, WifiP2pGroup.NETWORK_ID_PERSISTENT); in testDeletePersistentGroupFailureWhenP2pDisabled()
3011 sendDeletePersistentGroupMsg(mClientMessenger, WifiP2pGroup.NETWORK_ID_PERSISTENT); in testDeletePersistentGroupFailureWhenP2pUnsupported()
3032 sendDeletePersistentGroupMsg(mClientMessenger, WifiP2pGroup.NETWORK_ID_PERSISTENT); in testDeletePersistentGroupFailureWhenNoPermissions()
3257 sendCreateGroupMsg(mClientMessenger, WifiP2pGroup.NETWORK_ID_PERSISTENT, null); in testStartReinvokeConnectionEventWhenCreateGroup()
3288 sendCreateGroupMsg(mClientMessenger, WifiP2pGroup.NETWORK_ID_PERSISTENT, null); in testStartLocalConnectionWhenCreateGroup()
3452 group.setNetworkId(WifiP2pGroup.NETWORK_ID_PERSISTENT); in testEndConnectionEventWhenGroupFormed()
[all …]
DSupplicantP2pIfaceCallbackAidlImplTest.java502 assertEquals(group.getNetworkId(), WifiP2pGroup.NETWORK_ID_PERSISTENT); in testOnGroupStarted_success()
572 assertEquals(group.getNetworkId(), WifiP2pGroup.NETWORK_ID_PERSISTENT); in testOnGroupStartedWithParams_success()
654 assertEquals(group.getNetworkId(), WifiP2pGroup.NETWORK_ID_PERSISTENT); in testOnGroupStartedWithParams_vendorData_success()
DSupplicantP2pIfaceCallbackHidlImplTest.java362 assertEquals(group.getNetworkId(), WifiP2pGroup.NETWORK_ID_PERSISTENT); in testOnGroupStarted_success()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackHidlImpl.java295 group.setNetworkId(WifiP2pGroup.NETWORK_ID_PERSISTENT); in onGroupStarted()
DWifiP2pNative.java703 (config.netId == WifiP2pGroup.NETWORK_ID_PERSISTENT), in p2pGroupAdd()
DSupplicantP2pIfaceCallbackAidlImpl.java328 group.setNetworkId(WifiP2pGroup.NETWORK_ID_PERSISTENT); in onGroupStarted()
DWifiP2pServiceImpl.java3823 } else if (netId == WifiP2pGroup.NETWORK_ID_PERSISTENT) { in processMessageImpl()
3876 if (mGroup.getNetworkId() == WifiP2pGroup.NETWORK_ID_PERSISTENT) { in processMessageImpl()
4614 if (mGroup.getNetworkId() == WifiP2pGroup.NETWORK_ID_PERSISTENT) { in processMessageImpl()
4743 mSavedPeerConfig.netId = WifiP2pGroup.NETWORK_ID_PERSISTENT; in processMessageImpl()
4752 mSavedPeerConfig.netId = WifiP2pGroup.NETWORK_ID_PERSISTENT; in processMessageImpl()
6550 int netId = WifiP2pGroup.NETWORK_ID_PERSISTENT; in reinvokePersistentGroup()
DSupplicantP2pIfaceHalAidlImpl.java858 boolean persistent = (config.netId == WifiP2pGroup.NETWORK_ID_PERSISTENT); in connect()
DSupplicantP2pIfaceHalHidlImpl.java1005 boolean persistent = (config.netId == WifiP2pGroup.NETWORK_ID_PERSISTENT); in connect()
/packages/modules/Wifi/framework/api/
Dcurrent.txt1349 field public static final int NETWORK_ID_PERSISTENT = -2; // 0xfffffffe