Home
last modified time | relevance | path

Searched refs:networkRecord (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/vcn/routeselection/
H A DNetworkPriorityClassifier.java95 UnderlyingNetworkRecord networkRecord, in calculatePriorityClass() argument
103 if (networkRecord.isBlocked) { in calculatePriorityClass()
118 networkRecord, in calculatePriorityClass()
128 final NetworkCapabilities caps = networkRecord.networkCapabilities; in calculatePriorityClass()
140 UnderlyingNetworkRecord networkRecord, in checkMatchesPriorityRule() argument
145 final NetworkCapabilities caps = networkRecord.networkCapabilities; in checkMatchesPriorityRule()
193 networkRecord, in checkMatchesPriorityRule()
202 networkRecord, in checkMatchesPriorityRule()
216 UnderlyingNetworkRecord networkRecord, in checkMatchesWifiPriorityRule() argument
239 UnderlyingNetworkRecord networkRecord, in isWifiRssiAcceptable() argument
[all …]
/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnGatewayConnectionConnectedStateTest.java184 UnderlyingNetworkRecord networkRecord, in verifyDataStallTriggersMigration() argument
188 mGatewayConnection.setUnderlyingNetwork(networkRecord); in verifyDataStallTriggersMigration()
207 verify(mIkeSession).setNetwork(networkRecord.network); in verifyDataStallTriggersMigration()
/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/routeselection/
H A DUnderlyingNetworkControllerTest.java811 final UnderlyingNetworkRecord networkRecord = in testFailtoMatchTemplateAndFallBackToInternetNetwork() local
817 verify(mNetworkControllerCb).onSelectedUnderlyingNetworkChanged(eq(networkRecord)); in testFailtoMatchTemplateAndFallBackToInternetNetwork()