Home
last modified time | relevance | path

Searched defs:testNetwork (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DHotspotNetworkEntryTest.java247 HotspotNetwork testNetwork = new HotspotNetwork.Builder() in testGetSummary_tablet_usesHotspotNetworkData() local
269 HotspotNetwork testNetwork = new HotspotNetwork.Builder() in testGetSummary_computer_usesHotspotNetworkData() local
291 HotspotNetwork testNetwork = new HotspotNetwork.Builder() in testGetSummary_watch_usesHotspotNetworkData() local
313 HotspotNetwork testNetwork = new HotspotNetwork.Builder() in testGetSummary_vehicle_usesHotspotNetworkData() local
335 HotspotNetwork testNetwork = new HotspotNetwork.Builder() in testGetSummary_unknown_usesHotspotNetworkData() local
902 HotspotNetwork testNetwork = new HotspotNetwork.Builder() in testGetSummary_connectionStatusFailureSettings_tablet_displaysErrorInSummary() local
930 HotspotNetwork testNetwork = new HotspotNetwork.Builder() in testGetSummary_connectionStatusFailureSettings_computer_displaysErrorInSummary() local
958 HotspotNetwork testNetwork = new HotspotNetwork.Builder() in testGetSummary_connectionStatusFailureSettings_watch_displaysErrorInSummary() local
986 HotspotNetwork testNetwork = new HotspotNetwork.Builder() in testGetSummary_connectionStatusFailureSettings_vehicle_displaysErrorInSummary() local
1014 HotspotNetwork testNetwork = new HotspotNetwork.Builder() in testGetSummary_connectionStatusFailureSettings_unknown_displaysErrorInSummary() local
/aosp_15_r20/cts/tests/tests/wifi/src/android/net/wifi/cts/
H A DConnectedNetworkScorerTest.java799 ConnectivityManager.NetworkCallback initiateConnection( in initiateConnection()
823 WifiConfiguration testNetwork = in setWifiConnectedNetworkScorerAndInitiateConnectToSpecifierOrRestrictedSuggestion() local
880 (testNetwork, executorService) -> { in testSetWifiConnectedNetworkScorerForSpecifierConnection() argument
895 (testNetwork, executorService) -> { in testSetWifiConnectedNetworkScorerForRestrictedSuggestionConnection() argument
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java2299 WifiConfiguration testNetwork = WifiConfigurationTestUtil.createOpenNetwork(); in testUpdateScanDetailForNetwork() local
2323 WifiConfiguration testNetwork = WifiConfigurationTestUtil.createOpenNetwork(); in testUpdateScanDetailCacheFromScanDetail() local
6423 WifiConfiguration testNetwork = WifiConfigurationTestUtil.createOpenNetwork(); in testFindScanRssiRecentScan() local
6442 WifiConfiguration testNetwork = WifiConfigurationTestUtil.createOpenNetwork(); in testFindScanRssiOldScan() local
7230 WifiConfiguration testNetwork, int indication) { in verifyTransitionDisableIndicationForSecurityType()
7282 WifiConfiguration testNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testSaeApValidationTransitionDisableIndication() local
7299 WifiConfiguration testNetwork, int indication) { in verifyNonApplicableTransitionDisableIndicationForSecurityType()
7359 WifiConfiguration testNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testNonApplicableTransitionDisableIndicationNotAffectApValidation() local
7464 WifiConfiguration testNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testUpdateExistingConfigWithIncompatibleSecurityType() local
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DConnectivityMonitorWithConnectivityManagerTests.java117 final Network testNetwork = mock(Network.class); in testIntentFired_shouldNotifyListener() local
/aosp_15_r20/external/armnn/samples/
H A DPreImportMemorySample.cpp31 armnn::INetworkPtr testNetwork(armnn::INetwork::Create()); in main() local
/aosp_15_r20/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DTestNetworkRunnable.java99 final Network testNetwork = tunNetworkCallback.currentNetwork; in runTest() local
DIpSecAlgorithmImplTest.java137 final Network testNetwork = tunNetworkCallback.currentNetwork; in runTest() local
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/testcase/
H A DNetworkRequestTestCase.java166 ScanResult testNetwork = mTestUtils.startScanAndFindAnyMatchingNetworkInResults( in executeTest() local
H A DNetworkSuggestionTestCase.java211 ScanResult testNetwork = mTestUtils.startScanAndFindAnyMatchingNetworkInResults( in executeTest() local
/aosp_15_r20/cts/tests/tests/os/src/android/os/cts/
H A DStrictModeTest.java552 public void testNetwork() throws Exception { in testNetwork() method in StrictModeTest
/aosp_15_r20/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DVpnTest.java1983 final Network testNetwork = callback.waitForAvailable(); in doTestDropPacketToVpnAddress() local