Searched defs:localAgent (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/ |
D | CSLocalAgentTests.kt | 167 val localAgent = Agent( in keepScore() constant 208 val localAgent = Agent( in keepScore() constant 256 val localAgent = createLocalAgent("local0", lnc) in keepScore() constant 333 val localAgent = createLocalAgent("local0", lnc) in keepScore() constant 385 val localAgent = createLocalAgent("local0", lnc) in keepScore() constant 437 val localAgent = createLocalAgent("local0", lnc) in keepScore() constant 487 val localAgent = Agent(nc = nc(TRANSPORT_WIFI, NET_CAPABILITY_LOCAL_NETWORK), in keepScore() constant 552 val localAgent = Agent(nc = nc(TRANSPORT_WIFI, NET_CAPABILITY_LOCAL_NETWORK), in keepScore() constant 610 val localAgent = Agent(nc = localNc, lp = lp("local0"), lnc = lnc, score = localScore) in keepScore() constant 653 val localAgent = Agent(nc = nc(TRANSPORT_WIFI, NET_CAPABILITY_LOCAL_NETWORK), in keepScore() constant [all …]
|
D | CSLocalAgentCreationTests.kt | 99 val localAgent = if (sdkLevel >= VERSION_V || sdkLevel == VERSION_U && isTv) { in keepConnectedScore() constant
|