Searched refs:VcnManagementService (Results 1 – 14 of 14) sorted by relevance
97 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 …]
117 "file_patterns": ["VcnManagementService\\.java"]121 "file_patterns": ["VcnManagementService\\.java"]
166 public class VcnManagementService extends IVcnManagementService.Stub { class167 @NonNull private static final String TAG = VcnManagementService.class.getSimpleName();230 VcnManagementService(@NonNull Context context, @NonNull Dependencies deps) { in VcnManagementService() method in VcnManagementService299 static VcnManagementService create(@NonNull Context context) { in create()300 return new VcnManagementService(context, new Dependencies()); in create()
47 per-file VcnManagementService.java = file:/services/core/java/com/android/server/vcn/OWNERS
27 import static com.android.server.VcnManagementService.LOCAL_LOG;28 import static com.android.server.VcnManagementService.VDBG;55 import com.android.server.VcnManagementService.VcnCallback;
25 import static com.android.server.VcnManagementService.VDBG;
34 import static com.android.server.VcnManagementService.LOCAL_LOG;35 import static com.android.server.VcnManagementService.VDBG;
19 import static com.android.server.VcnManagementService.LOCAL_LOG;
27 import static com.android.server.VcnManagementService.LOCAL_LOG;
24 import static com.android.server.VcnManagementService.LOCAL_LOG;
58 import com.android.server.VcnManagementService.VcnCallback;
1445 VcnManagementService vcnManagement = null; in startOtherServices()2144 vcnManagement = VcnManagementService.create(context); in startOtherServices()3018 final VcnManagementService vcnManagementF = vcnManagement; in startOtherServices()
2833 …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()V3125 PLcom/android/server/VcnManagementService$Dependencies;-><init>()V3126 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 …]