Searched refs:vcnConfig (Results 1 – 2 of 2) sorted by relevance
414 VcnConfig vcnConfig) { in getRestrictedTransports() argument416 restrictedTransports.addAll(vcnConfig.getRestrictedUnderlyingNetworkTransports()); in getRestrictedTransports()506 private void enforceManageTestNetworksForTestMode(@NonNull VcnConfig vcnConfig) { in enforceManageTestNetworksForTestMode() argument507 if (vcnConfig.isTestModeProfile()) { in enforceManageTestNetworksForTestMode()1096 final VcnConfig vcnConfig = mConfigs.get(subGrp); in getUnderlyingNetworkPolicy() local1098 if (vcnConfig == null) { in getUnderlyingNetworkPolicy()1109 subGrp, mLastSnapshot, vcnConfig); in getUnderlyingNetworkPolicy()1226 final VcnConfig vcnConfig = mConfigs.get(subGroup); in registerVcnStatusCallback() local1231 if (vcnConfig == null || !isCallbackPermissioned(cbInfo, subGroup)) { in registerVcnStatusCallback()
810 final VcnConfig vcnConfig = in testSetVcnConfigTestModeRequiresPermission() local818 mVcnMgmtSvc.setVcnConfig(TEST_UUID_2, vcnConfig, TEST_PACKAGE_NAME); in testSetVcnConfigTestModeRequiresPermission()1143 final VcnConfig vcnConfig = in testGetRestrictedTransportsFromCarrierConfigAndVcnConfig() local1154 .getRestrictedTransports(TEST_UUID_2, lastSnapshot, vcnConfig); in testGetRestrictedTransportsFromCarrierConfigAndVcnConfig()1454 final VcnConfig vcnConfig = in testVcnConfigChangeUpdatesPolicyListener() local1457 mVcnMgmtSvc.setVcnConfig(TEST_UUID_2, vcnConfig, TEST_PACKAGE_NAME); in testVcnConfigChangeUpdatesPolicyListener()