Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/vcn/
DVcn.java189 @NonNull VcnContext vcnContext, in Vcn()
194 this(vcnContext, subscriptionGroup, config, snapshot, vcnCallback, new Dependencies()); in Vcn()
199 @NonNull VcnContext vcnContext, in Vcn()
205 super(Objects.requireNonNull(vcnContext, "Missing vcnContext").getLooper()); in Vcn()
206 mVcnContext = vcnContext; in Vcn()
668 VcnContext vcnContext, in newVcnGatewayConnection() argument
675 vcnContext, in newVcnGatewayConnection()
684 public VcnContentResolver newVcnContentResolver(VcnContext vcnContext) { in newVcnContentResolver() argument
685 return new VcnContentResolver(vcnContext); in newVcnContentResolver()
694 public VcnContentResolver(VcnContext vcnContext) { in VcnContentResolver() argument
[all …]
DVcnGatewayConnection.java640 @NonNull VcnContext vcnContext, in VcnGatewayConnection()
647 vcnContext, in VcnGatewayConnection()
658 @NonNull VcnContext vcnContext, in VcnGatewayConnection()
665 super(TAG, Objects.requireNonNull(vcnContext, "Missing vcnContext").getLooper()); in VcnGatewayConnection()
666 mVcnContext = vcnContext; in VcnGatewayConnection()
2355 VcnContext vcnContext, in newUnderlyingNetworkTracker() argument
2360 vcnContext, in newUnderlyingNetworkTracker()
2368 VcnContext vcnContext, in newIkeSession() argument
2374 vcnContext, in newIkeSession()
2389 @NonNull VcnContext vcnContext, in newWakeupMessage()
[all …]
DUnderlyingNetworkTracker.java146 @NonNull VcnContext vcnContext, in UnderlyingNetworkTracker()
151 vcnContext, in UnderlyingNetworkTracker()
159 @NonNull VcnContext vcnContext, in UnderlyingNetworkTracker()
164 mVcnContext = Objects.requireNonNull(vcnContext, "Missing vcnContext"); in UnderlyingNetworkTracker()
/frameworks/base/tests/vcn/java/com/android/server/vcn/
DUnderlyingNetworkTrackerTest.java177 final VcnContext vcnContext = in testNetworkCallbacksRegisteredOnStartupForTestMode() local
185 vcnContext, in testNetworkCallbacksRegisteredOnStartupForTestMode()
/frameworks/base/services/core/java/com/android/server/
DVcnManagementService.java354 @NonNull VcnContext vcnContext, in newVcn()
359 return new Vcn(vcnContext, subscriptionGroup, config, snapshot, vcnCallback); in newVcn()
599 final VcnContext vcnContext = in startVcnLocked() local
603 mDeps.newVcn(vcnContext, subscriptionGroup, config, mLastSnapshot, vcnCallback); in startVcnLocked()