/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/ |
D | CSLocalAgentTests.kt | 176 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 …]
|
D | CSBlockedReasonsTest.kt | 93 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
|
D | CSIngressDiscardRuleTests.kt | 112 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
|
D | CSNetworkActivityTest.kt | 133 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
|
D | CSQueuedCallbacksTest.kt | 288 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
|
D | CSCaptivePortalAppTest.kt | 94 val wifiAgent = createWifiAgent() in testCaptivePortalApp_Reevaluate_Nopermission() constant
|
/aosp_15_r20/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | UpstreamNetworkMonitorTest.java | 308 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/ |
D | NetworkAgentTest.kt | 1737 val (wifiAgent, wifiNetwork) = connectNetwork(TRANSPORT_WIFI) in testUnregisterAfterReplacement() constant
|