Home
last modified time | relevance | path

Searched defs:wifiAgent (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/
DCSBlockedReasonsTest.kt93 val wifiAgent = Agent(nc = wifiNc()) in cellNc() constant
131 val wifiAgent = Agent(nc = wifiNc()) in cellNc() constant
185 val wifiAgent = Agent(nc = wifiNc()) in cellNc() constant
247 val wifiAgent = Agent(nc = wifiNc()) in cellNc() constant
284 val wifiAgent = Agent(nc = wifiNc()) in cellNc() constant
326 val wifiAgent = Agent(nc = wifiNc()) in cellNc() constant
367 val wifiAgent = Agent(nc = wifiNc()) in cellNc() constant
DCSLocalAgentTests.kt176 val wifiAgent = Agent(score = keepScore(), lp = lp("wifi0"), in keepScore() constant
261 val wifiAgent = createWifiAgent("wifi0") in keepScore() constant
296 val wifiAgent = createWifiAgent("wifi0") in keepScore() constant
334 val wifiAgent = createWifiAgent("wifi0") in keepScore() constant
386 val wifiAgent = createWifiAgent("wifi0") in keepScore() constant
439 val wifiAgent = createWifiAgent("wifi0") in keepScore() constant
502 val wifiAgent = Agent(lp = lp("wifi0"), in keepScore() constant
568 val wifiAgent = Agent(lp = lp("wifi0"), in keepScore() constant
616 val wifiAgent = Agent(lp = lp("wifi0"), nc = nc(TRANSPORT_WIFI, NET_CAPABILITY_INTERNET)) in keepScore() constant
646 val wifiAgent = Agent(lp = lp("wifi0"), nc = nc(TRANSPORT_WIFI, NET_CAPABILITY_INTERNET)) in keepScore() constant
[all …]
DCSIngressDiscardRuleTests.kt110 val wifiAgent = Agent(nc = wifiNc, lp = wifiLp) in testVpnIngressDiscardRule_UpdateVpnAddress() constant
180 val wifiAgent = Agent(nc = wifiNc, lp = wifiLp) in testVpnIngressDiscardRule_DuplicatedIpAddress_UpdateVpnAddress() constant
241 val wifiAgent = Agent(nc = wifiNc, lp = wifiLp) in testVpnIngressDiscardRule_DuplicatedIpAddress_UpdateNonVpnAddress() constant
280 val wifiAgent = Agent(nc = wifiNc, lp = wifiLp) in testVpnIngressDiscardRule_UnregisterAfterReplacement() constant
DCSCaptivePortalAppTest.kt94 val wifiAgent = createWifiAgent() in testCaptivePortalApp_Reevaluate_Nopermission() constant
DCSNetworkActivityTest.kt118 val wifiAgent = Agent(nc = wifiNc, lp = wifiLp) in <lambda>() constant
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DUpstreamNetworkMonitorTest.java308 final TestNetworkAgent wifiAgent = new TestNetworkAgent(mCM, WIFI_CAPABILITIES); in testSelectPreferredUpstreamType() local
396 final TestNetworkAgent wifiAgent = new TestNetworkAgent(mCM, WIFI_CAPABILITIES); in testGetCurrentPreferredUpstream() local
458 final TestNetworkAgent wifiAgent = new TestNetworkAgent(mCM, WIFI_CAPABILITIES); in testLocalPrefixes() local
563 final TestNetworkAgent wifiAgent = new TestNetworkAgent(mCM, WIFI_CAPABILITIES); in testSelectMobileWhenMobileIsNotDefault() local
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkAgentTest.kt1643 val (wifiAgent, wifiNetwork) = connectNetwork(TRANSPORT_WIFI) in testUnregisterAfterReplacement() constant