Home
last modified time | relevance | path

Searched refs:vcnContext (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/vcn/routeselection/
H A DNetworkPriorityClassifier.java94 VcnContext vcnContext, in calculatePriorityClass() argument
116 vcnContext, in calculatePriorityClass()
130 || (vcnContext.isInTestMode() && caps.hasTransport(TRANSPORT_TEST))) { in calculatePriorityClass()
138 VcnContext vcnContext, in checkMatchesPriorityRule() argument
186 if (vcnContext.isInTestMode() && caps.hasTransport(TRANSPORT_TEST)) { in checkMatchesPriorityRule()
200 vcnContext, in checkMatchesPriorityRule()
261 VcnContext vcnContext, in checkMatchesCellPriorityRule() argument
281 vcnContext in checkMatchesCellPriorityRule()
H A DUnderlyingNetworkRecord.java58 VcnContext vcnContext, in UnderlyingNetworkRecord() argument
73 vcnContext, in UnderlyingNetworkRecord()
162 VcnContext vcnContext, in dump() argument
222 VcnContext vcnContext, in build() argument
238 vcnContext, in build()
H A DUnderlyingNetworkController.java100 @NonNull VcnContext vcnContext, in UnderlyingNetworkController()
105 this(vcnContext, connectionConfig, subscriptionGroup, snapshot, cb, new Dependencies()); in UnderlyingNetworkController()
109 @NonNull VcnContext vcnContext, in UnderlyingNetworkController()
115 mVcnContext = Objects.requireNonNull(vcnContext, "Missing vcnContext"); in UnderlyingNetworkController()
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcn.java197 @NonNull VcnContext vcnContext, in Vcn()
202 this(vcnContext, subscriptionGroup, config, snapshot, vcnCallback, new Dependencies()); in Vcn()
207 @NonNull VcnContext vcnContext, in Vcn()
213 super(Objects.requireNonNull(vcnContext, "Missing vcnContext").getLooper()); in Vcn()
214 mVcnContext = vcnContext; in Vcn()
741 VcnContext vcnContext, in newVcnGatewayConnection() argument
748 vcnContext, in newVcnGatewayConnection()
757 public VcnContentResolver newVcnContentResolver(VcnContext vcnContext) { in newVcnContentResolver() argument
758 return new VcnContentResolver(vcnContext); in newVcnContentResolver()
767 public VcnContentResolver(VcnContext vcnContext) { in VcnContentResolver() argument
[all …]
H A DVcnGatewayConnection.java749 @NonNull VcnContext vcnContext, in VcnGatewayConnection()
756 vcnContext, in VcnGatewayConnection()
767 @NonNull VcnContext vcnContext, in VcnGatewayConnection()
775 mVcnContext = vcnContext; in VcnGatewayConnection()
2695 VcnContext vcnContext, in newUnderlyingNetworkController() argument
2706 VcnContext vcnContext, in newIkeSession() argument
2712 vcnContext, in newIkeSession()
2727 @NonNull VcnContext vcnContext, in newWakeupMessage()
2736 @NonNull VcnContext vcnContext, in newNetworkAgent()
2746 vcnContext, in newNetworkAgent()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DVcnManagementService.java360 @NonNull VcnContext vcnContext, in newVcn()
365 return new Vcn(vcnContext, subscriptionGroup, config, snapshot, vcnCallback); in newVcn()
720 final VcnContext vcnContext = in startVcnLocked() local
724 mDeps.newVcn(vcnContext, subscriptionGroup, config, mLastSnapshot, vcnCallback); in startVcnLocked()
/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/routeselection/
H A DUnderlyingNetworkControllerTest.java228 final VcnContext vcnContext = in testNetworkCallbacksRegisteredOnStartupForTestMode() local
236 vcnContext, in testNetworkCallbacksRegisteredOnStartupForTestMode()