Searched refs:VcnManagementService (Results 1 – 10 of 10) sorted by relevance
90 import com.android.server.VcnManagementService.VcnCallback;91 import com.android.server.VcnManagementService.VcnStatusCallbackInfo;161 private final VcnManagementService.Dependencies mMockDeps =162 mock(VcnManagementService.Dependencies.class);177 private final VcnManagementService mVcnMgmtSvc;232 mVcnMgmtSvc = new VcnManagementService(mMockContext, mMockDeps); in VcnManagementServiceTest()280 VcnManagementService.Dependencies deps = new VcnManagementService.Dependencies(); in testNonSystemServerRealConfigFileAccessPermission()283 VcnManagementService.VCN_CONFIG_FILE); in testNonSystemServerRealConfigFileAccessPermission()480 mTestLooper.moveTimeForward(VcnManagementService.CARRIER_PRIVILEGES_LOST_TEARDOWN_DELAY_MS); in testTelephonyNetworkTrackerCallbackStopsInstances()531 mTestLooper.moveTimeForward(VcnManagementService.CARRIER_PRIVILEGES_LOST_TEARDOWN_DELAY_MS); in testTelephonyNetworkTrackerCallbackLostCarrierPrivilegesBeforeActiveDataSubChanges()[all …]
27 import static com.android.server.VcnManagementService.LOCAL_LOG;28 import static com.android.server.VcnManagementService.VDBG;52 import com.android.server.VcnManagementService.VcnCallback;
25 import static com.android.server.VcnManagementService.VDBG;
23 import static com.android.server.VcnManagementService.LOCAL_LOG;
33 import static com.android.server.VcnManagementService.LOCAL_LOG;34 import static com.android.server.VcnManagementService.VDBG;
154 public class VcnManagementService extends IVcnManagementService.Stub { class155 @NonNull private static final String TAG = VcnManagementService.class.getSimpleName();212 VcnManagementService(@NonNull Context context, @NonNull Dependencies deps) { in VcnManagementService() method in VcnManagementService290 static VcnManagementService create(@NonNull Context context) { in create()291 return new VcnManagementService(context, new Dependencies()); in create()
39 per-file VcnManagementService.java = file:/services/core/java/com/android/server/vcn/OWNERS
58 import com.android.server.VcnManagementService.VcnCallback;
1334 VcnManagementService vcnManagement = null; in startOtherServices()1933 vcnManagement = VcnManagementService.create(context); in startOtherServices()2668 final VcnManagementService vcnManagementF = vcnManagement; in startOtherServices()
3080 …Service;Lcom/android/server/VpnManagerService;Lcom/android/server/VcnManagementService;Lcom/androi…3112 …Service;Lcom/android/server/VpnManagerService;Lcom/android/server/VcnManagementService;Lcom/androi…3512 HPLcom/android/server/VcnManagementService$$ExternalSyntheticLambda0;-><init>(Lcom/android/server/V…3513 HPLcom/android/server/VcnManagementService$$ExternalSyntheticLambda0;->runOrThrow()V3514 PLcom/android/server/VcnManagementService$$ExternalSyntheticLambda10;-><clinit>()V3515 PLcom/android/server/VcnManagementService$$ExternalSyntheticLambda10;-><init>()V3516 PLcom/android/server/VcnManagementService$$ExternalSyntheticLambda10;->toPersistableBundle(Ljava/la…3517 PLcom/android/server/VcnManagementService$$ExternalSyntheticLambda11;-><clinit>()V3518 PLcom/android/server/VcnManagementService$$ExternalSyntheticLambda11;-><init>()V3519 PLcom/android/server/VcnManagementService$$ExternalSyntheticLambda11;->toPersistableBundle(Ljava/la…[all …]