Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/
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 …]
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
DCSIngressDiscardRuleTests.kt112 val wifiAgent = Agent(nc = wifiNc, lp = wifiLp) in testVpnIngressDiscardRule_UpdateVpnAddress() constant
182 val wifiAgent = Agent(nc = wifiNc, lp = wifiLp) in testVpnIngressDiscardRule_DuplicatedIpAddress_UpdateVpnAddress() constant
243 val wifiAgent = Agent(nc = wifiNc, lp = wifiLp) in testVpnIngressDiscardRule_DuplicatedIpAddress_UpdateNonVpnAddress() constant
282 val wifiAgent = Agent(nc = wifiNc, lp = wifiLp) in testVpnIngressDiscardRule_UnregisterAfterReplacement() constant
DCSNetworkActivityTest.kt133 val wifiAgent = Agent(nc = wifiNc, lp = wifiLp) in <lambda>() constant
343 val wifiAgent = Agent(nc = wifiNc, lp = wifiLp) in <lambda>() constant
361 val wifiAgent = Agent(nc = wifiNc, lp = wifiLp) in <lambda>() constant
378 val wifiAgent = Agent(nc = wifiNc, lp = wifiLp) in <lambda>() constant
DCSQueuedCallbacksTest.kt288 val wifiAgent = Agent(TRANSPORT_WIFI).apply { connect() } in testNetworkCallback_NetworkToggledWhileFrozen_NotSeen() constant
396 val wifiAgent = Agent(TRANSPORT_WIFI).apply { connect() } in testNetworkRequest_NetworkSwitchesWhileFrozen_ReceiveLastNetworkUpdatesOnly() constant
421 val wifiAgent = Agent(TRANSPORT_WIFI).apply { connect() } in testNetworkRequest_NetworkSwitchesBackWhileFrozen_ReceiveNoAvailableCallback() constant
490 val wifiAgent = Agent(TRANSPORT_WIFI, baseNc = makeInternetNc()).apply { connect() } in testTrackDefaultRequest_AppFrozenWhilePerAppDefaultToggled_GetStatusUpdateCallbacksOnly() constant
DCSCaptivePortalAppTest.kt94 val wifiAgent = createWifiAgent() in testCaptivePortalApp_Reevaluate_Nopermission() constant
/aosp_15_r20/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
/aosp_15_r20/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkAgentTest.kt1737 val (wifiAgent, wifiNetwork) = connectNetwork(TRANSPORT_WIFI) in testUnregisterAfterReplacement() constant