Home
last modified time | relevance | path

Searched refs:VcnContext (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/vcn/
DVcnContext.java30 public class VcnContext { class
36 public VcnContext( in VcnContext() method in VcnContext
DVcn.java143 @NonNull private final VcnContext mVcnContext;
189 @NonNull VcnContext vcnContext, in Vcn()
199 @NonNull VcnContext vcnContext, in Vcn()
668 VcnContext vcnContext, in newVcnGatewayConnection()
684 public VcnContentResolver newVcnContentResolver(VcnContext vcnContext) { in newVcnContentResolver()
694 public VcnContentResolver(VcnContext vcnContext) { in VcnContentResolver()
DVcnGatewayConnection.java522 @NonNull private final VcnContext mVcnContext;
640 @NonNull VcnContext vcnContext, in VcnGatewayConnection()
658 @NonNull VcnContext vcnContext, in VcnGatewayConnection()
2355 VcnContext vcnContext, in newUnderlyingNetworkTracker()
2368 VcnContext vcnContext, in newIkeSession()
2389 @NonNull VcnContext vcnContext, in newWakeupMessage()
2398 @NonNull VcnContext vcnContext, in newNetworkAgent()
2460 VcnContext vcnContext, in VcnIkeSession()
2539 @NonNull VcnContext vcnContext, in VcnNetworkAgent()
DUnderlyingNetworkTracker.java123 @NonNull private final VcnContext mVcnContext;
146 @NonNull VcnContext vcnContext, in UnderlyingNetworkTracker()
159 @NonNull VcnContext vcnContext, in UnderlyingNetworkTracker()
/frameworks/base/tests/vcn/java/com/android/server/vcn/
DUnderlyingNetworkTrackerTest.java111 private VcnContext mVcnContext;
121 new VcnContext( in setUp()
177 final VcnContext vcnContext = in testNetworkCallbacksRegisteredOnStartupForTestMode()
178 new VcnContext( in testNetworkCallbacksRegisteredOnStartupForTestMode()
DVcnGatewayConnectionTestBase.java137 @NonNull protected final VcnContext mVcnContext;
158 mVcnContext = mock(VcnContext.class); in VcnGatewayConnectionTestBase()
DVcnTest.java90 private VcnContext mVcnContext;
108 mVcnContext = mock(VcnContext.class); in setUp()
/frameworks/base/services/core/java/com/android/server/
DVcnManagementService.java82 import com.android.server.vcn.VcnContext;
344 public VcnContext newVcnContext( in newVcnContext()
349 return new VcnContext(context, looper, vcnNetworkProvider, isInTestMode); in newVcnContext()
354 @NonNull VcnContext vcnContext, in newVcn()
599 final VcnContext vcnContext = in startVcnLocked()
/frameworks/base/tests/vcn/java/com/android/server/
DVcnManagementServiceTest.java94 import com.android.server.vcn.VcnContext;
168 private final VcnContext mVcnContext = mock(VcnContext.class);
/frameworks/base/services/
Dart-profile3552 PLcom/android/server/VcnManagementService$Dependencies;->newVcn(Lcom/android/server/vcn/VcnContext;…
3553 …Landroid/os/Looper;Lcom/android/server/vcn/VcnNetworkProvider;Z)Lcom/android/server/vcn/VcnContext;
42209 PLcom/android/server/vcn/UnderlyingNetworkTracker;-><init>(Lcom/android/server/vcn/VcnContext;Landr…
42210VcnContext;Landroid/os/ParcelUuid;Lcom/android/server/vcn/TelephonySubscriptionTracker$TelephonySu…
42235 …r/vcn/Vcn$Dependencies;->newVcnContentResolver(Lcom/android/server/vcn/VcnContext;)Lcom/android/se…
42236 …vcn/Vcn$Dependencies;->newVcnGatewayConnection(Lcom/android/server/vcn/VcnContext;Landroid/os/Parc…
42237 PLcom/android/server/vcn/Vcn$VcnContentResolver;-><init>(Lcom/android/server/vcn/VcnContext;)V
42250 PLcom/android/server/vcn/Vcn;-><init>(Lcom/android/server/vcn/VcnContext;Landroid/os/ParcelUuid;Lan…
42251 PLcom/android/server/vcn/Vcn;-><init>(Lcom/android/server/vcn/VcnContext;Landroid/os/ParcelUuid;Lan…
42273 PLcom/android/server/vcn/VcnContext;-><init>(Landroid/content/Context;Landroid/os/Looper;Lcom/andro…
[all …]