Searched refs:setLegacyInt (Results 1 – 12 of 12) sorted by relevance
/aosp12/packages/modules/Connectivity/tests/integration/util/com/android/server/ |
H A D | NetworkAgentWrapper.java | 94 mScore = new NetworkScore.Builder().setLegacyInt(70).build(); in NetworkAgentWrapper() 97 mScore = new NetworkScore.Builder().setLegacyInt(60).build(); in NetworkAgentWrapper() 100 mScore = new NetworkScore.Builder().setLegacyInt(50).build(); in NetworkAgentWrapper() 103 mScore = new NetworkScore.Builder().setLegacyInt(20).build(); in NetworkAgentWrapper() 110 mScore = new NetworkScore.Builder().setLegacyInt(101).build(); in NetworkAgentWrapper() 211 .setLegacyInt(newLegacyScore); in adjustScore()
|
/aosp12/frameworks/libs/net/common/device/android/net/ |
H A D | NetworkFactoryImpl.java | 57 new NetworkScore.Builder().setLegacyInt(1000).build(); 112 @NonNull private NetworkScore mScore = new NetworkScore.Builder().setLegacyInt(0).build(); 285 setScoreFilter(new NetworkScore.Builder().setLegacyInt(score).build()); in setScoreFilter()
|
/aosp12/packages/modules/Connectivity/framework/src/android/net/ |
H A D | NetworkScore.java | 234 public Builder setLegacyInt(final int score) { in setLegacyInt() method in NetworkScore.Builder
|
H A D | NetworkAgent.java | 421 new NetworkScore.Builder().setLegacyInt(score).build(), config, provider); in NetworkAgent() 985 sendNetworkScore(new NetworkScore.Builder().setLegacyInt(score).build()); in sendNetworkScore()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiScoreReport.java | 246 .setLegacyInt(mLegacyIntScore) in notifyStatusUpdate() 974 .setLegacyInt(mShouldReduceNetworkScore ? LINGERING_SCORE : mLegacyIntScore) in getScoreBuilder()
|
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
H A D | NetworkAgentTest.kt | 628 agent1.sendNetworkScore(NetworkScore.Builder().setLegacyInt(BETTER_NETWORK_SCORE) 639 .setLegacyInt(WORSE_NETWORK_SCORE) 856 agentWeaker.sendNetworkScore(NetworkScore.Builder().setLegacyInt(WORSE_NETWORK_SCORE)
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
H A D | LingerMonitorTest.java | 372 new LinkProperties(), caps, new NetworkScore.Builder().setLegacyInt(50).build(), in nai()
|
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/ |
H A D | Vcn.java | 663 .setLegacyInt(VCN_LEGACY_SCORE_INT) in getNetworkScore()
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
H A D | ConnectivityServiceTest.java | 3275 testAgent.setScore(new NetworkScore.Builder().setLegacyInt(2).setExiting(true).build()); in tryNetworkFactoryRequests() 3307 testAgent.setScore(new NetworkScore.Builder().setLegacyInt(50).build()); in tryNetworkFactoryRequests() 3350 mWiFiNetworkAgent.setScore(new NetworkScore.Builder().setLegacyInt(90).build()); in testRegisterIgnoringScore() 3374 mWiFiNetworkAgent.setScore(new NetworkScore.Builder().setLegacyInt(110) in testRegisterIgnoringScore() 6395 new NetworkScore.Builder().setLegacyInt(30).setExiting(true).build()); in testStatsIfacesChanged() 10278 nc, new NetworkScore.Builder().setLegacyInt(0).build(), in fakeNai() 10833 final NetworkScore score = new NetworkScore.Builder().setLegacyInt(30).build(); in testKeepConnected() 10846 final NetworkScore scoreKeepup = new NetworkScore.Builder().setLegacyInt(30) in testKeepConnected() 10869 mCellNetworkAgent.setScore(new NetworkScore.Builder().setLegacyInt(30).build()); in testKeepConnected() 12523 oemPaidAgent.setScore(new NetworkScore.Builder().setLegacyInt(20).setExiting(true).build()); in testNetworkFactoryRequestsWithMultilayerRequest() [all …]
|
/aosp12/packages/modules/Connectivity/framework/api/ |
H A D | system-current.txt | 361 method @NonNull public android.net.NetworkScore.Builder setLegacyInt(int);
|
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/ |
H A D | Vpn.java | 1291 new NetworkScore.Builder().setLegacyInt(VPN_DEFAULT_SCORE).build(),
|
/aosp12/packages/modules/Connectivity/service/src/com/android/server/ |
H A D | ConnectivityService.java | 1485 new NetworkScore.Builder().setLegacyInt(0).build(), mContext, null, in ConnectivityService()
|