Home
last modified time | relevance | path

Searched refs:VcnManagementService (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/tests/vcn/java/com/android/server/
DVcnManagementServiceTest.java97 import com.android.server.VcnManagementService.VcnCallback;
98 import com.android.server.VcnManagementService.VcnStatusCallbackInfo;
194 private final VcnManagementService.Dependencies mMockDeps =
195 mock(VcnManagementService.Dependencies.class);
211 private final VcnManagementService mVcnMgmtSvc;
273 mVcnMgmtSvc = new VcnManagementService(mMockContextWithoutAttributionTag, mMockDeps); in VcnManagementServiceTest()
333 VcnManagementService.Dependencies deps = new VcnManagementService.Dependencies(); in testNonSystemServerRealConfigFileAccessPermission()
336 VcnManagementService.VCN_CONFIG_FILE); in testNonSystemServerRealConfigFileAccessPermission()
539 mTestLooper.moveTimeForward(VcnManagementService.CARRIER_PRIVILEGES_LOST_TEARDOWN_DELAY_MS); in testTelephonyNetworkTrackerCallbackStopsInstances()
590 mTestLooper.moveTimeForward(VcnManagementService.CARRIER_PRIVILEGES_LOST_TEARDOWN_DELAY_MS); in testTelephonyNetworkTrackerCallbackLostCarrierPrivilegesBeforeActiveDataSubChanges()
[all …]
/frameworks/base/services/core/java/com/android/server/
DTEST_MAPPING117 "file_patterns": ["VcnManagementService\\.java"]
121 "file_patterns": ["VcnManagementService\\.java"]
DVcnManagementService.java166 public class VcnManagementService extends IVcnManagementService.Stub { class
167 @NonNull private static final String TAG = VcnManagementService.class.getSimpleName();
230 VcnManagementService(@NonNull Context context, @NonNull Dependencies deps) { in VcnManagementService() method in VcnManagementService
299 static VcnManagementService create(@NonNull Context context) { in create()
300 return new VcnManagementService(context, new Dependencies()); in create()
DOWNERS47 per-file VcnManagementService.java = file:/services/core/java/com/android/server/vcn/OWNERS
/frameworks/base/services/core/java/com/android/server/vcn/
DVcn.java27 import static com.android.server.VcnManagementService.LOCAL_LOG;
28 import static com.android.server.VcnManagementService.VDBG;
55 import com.android.server.VcnManagementService.VcnCallback;
DVcnNetworkProvider.java25 import static com.android.server.VcnManagementService.VDBG;
DVcnGatewayConnection.java34 import static com.android.server.VcnManagementService.LOCAL_LOG;
35 import static com.android.server.VcnManagementService.VDBG;
/frameworks/base/services/core/java/com/android/server/vcn/routeselection/
DNetworkMetricMonitor.java19 import static com.android.server.VcnManagementService.LOCAL_LOG;
DNetworkPriorityClassifier.java27 import static com.android.server.VcnManagementService.LOCAL_LOG;
DUnderlyingNetworkEvaluator.java19 import static com.android.server.VcnManagementService.LOCAL_LOG;
DUnderlyingNetworkController.java24 import static com.android.server.VcnManagementService.LOCAL_LOG;
/frameworks/base/tests/vcn/java/com/android/server/vcn/
DVcnTest.java58 import com.android.server.VcnManagementService.VcnCallback;
/frameworks/base/services/java/com/android/server/
DSystemServer.java1445 VcnManagementService vcnManagement = null; in startOtherServices()
2144 vcnManagement = VcnManagementService.create(context); in startOtherServices()
3018 final VcnManagementService vcnManagementF = vcnManagement; in startOtherServices()
/frameworks/base/services/
Dart-wear-profile2833 …Service;Lcom/android/server/VpnManagerService;Lcom/android/server/VcnManagementService;Lcom/androi…
2847 …Service;Lcom/android/server/VpnManagerService;Lcom/android/server/VcnManagementService;Lcom/androi…
2864 …Service;Lcom/android/server/VpnManagerService;Lcom/android/server/VcnManagementService;Lcom/androi…
3123 PLcom/android/server/VcnManagementService$$ExternalSyntheticLambda2;-><init>(Lcom/android/server/Vc…
3124 PLcom/android/server/VcnManagementService$$ExternalSyntheticLambda2;->run()V
3125 PLcom/android/server/VcnManagementService$Dependencies;-><init>()V
3126 PLcom/android/server/VcnManagementService$Dependencies;->getLooper()Landroid/os/Looper;
3127 PLcom/android/server/VcnManagementService$Dependencies;->newPersistableBundleLockingReadWriteHelper…
3128 PLcom/android/server/VcnManagementService$Dependencies;->newTelephonySubscriptionTracker(Landroid/c…
3129 PLcom/android/server/VcnManagementService$TrackingNetworkCallback;-><init>(Lcom/android/server/VcnM…
[all …]