Searched refs:testNetwork (Results 1 – 7 of 7) sorted by relevance
99 final Network testNetwork = tunNetworkCallback.currentNetwork; in runTest() local100 if (testNetwork != null) { in runTest()101 tnm.teardownTestNetwork(testNetwork); in runTest()
137 final Network testNetwork = tunNetworkCallback.currentNetwork; in runTest() local171 testNetwork.bindSocket(localSocket); in runTest()
2440 Network testNetwork = null;2457 testNetwork = callback.getLastAvailableNetwork();2458 assertNotNull(testNetwork);2469 final NetworkCapabilities nc = mCm.getNetworkCapabilities(testNetwork);2473 final Network n = testNetwork;2843 final Network testNetwork = tnt.getNetwork();2849 waitForAvailable(defaultCallback, testNetwork);2855 cb -> testNetwork.equals(cb.getNetwork()));
1106 Network testNetwork = testNetworkCb.currentNetwork;1140 testNetwork,1151 sTNM.teardownTestNetwork(testNetwork);
117 final Network testNetwork = mock(Network.class); in testIntentFired_shouldNotifyListener() local120 callback.onAvailable(testNetwork); in testIntentFired_shouldNotifyListener()124 callback.onLost(testNetwork); in testIntentFired_shouldNotifyListener()
2294 WifiConfiguration testNetwork = WifiConfigurationTestUtil.createOpenNetwork(); in testUpdateScanDetailForNetwork() local2295 NetworkUpdateResult result = verifyAddNetworkToWifiConfigManager(testNetwork); in testUpdateScanDetailForNetwork()2298 ScanDetail scanDetail = createScanDetailForNetwork(testNetwork); in testUpdateScanDetailForNetwork()2318 WifiConfiguration testNetwork = WifiConfigurationTestUtil.createOpenNetwork(); in testUpdateScanDetailCacheFromScanDetail() local2319 NetworkUpdateResult result = verifyAddNetworkToWifiConfigManager(testNetwork); in testUpdateScanDetailCacheFromScanDetail()2322 ScanDetail scanDetail = createScanDetailForNetwork(testNetwork); in testUpdateScanDetailCacheFromScanDetail()6468 WifiConfiguration testNetwork = WifiConfigurationTestUtil.createOpenNetwork(); in testFindScanRssiRecentScan() local6469 NetworkUpdateResult result = verifyAddNetworkToWifiConfigManager(testNetwork); in testFindScanRssiRecentScan()6472 ScanDetail scanDetail = createScanDetailForNetwork(testNetwork, TEST_BSSID, in testFindScanRssiRecentScan()6487 WifiConfiguration testNetwork = WifiConfigurationTestUtil.createOpenNetwork(); in testFindScanRssiOldScan() local[all …]
1970 final Network testNetwork = callback.waitForAvailable(); in doTestDropPacketToVpnAddress() local1971 assertNotNull(testNetwork); in doTestDropPacketToVpnAddress()1999 .teardownTestNetwork(testNetwork); in doTestDropPacketToVpnAddress()