Home
last modified time | relevance | path

Searched refs:vcnConfig (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DVcnManagementService.java411 VcnConfig vcnConfig) { in getRestrictedTransports() argument
413 restrictedTransports.addAll(vcnConfig.getRestrictedUnderlyingNetworkTransports()); in getRestrictedTransports()
482 private void enforceManageTestNetworksForTestMode(@NonNull VcnConfig vcnConfig) { in enforceManageTestNetworksForTestMode() argument
483 if (vcnConfig.isTestModeProfile()) { in enforceManageTestNetworksForTestMode()
1072 final VcnConfig vcnConfig = mConfigs.get(subGrp); in getUnderlyingNetworkPolicy() local
1074 if (vcnConfig == null) { in getUnderlyingNetworkPolicy()
1085 subGrp, mLastSnapshot, vcnConfig); in getUnderlyingNetworkPolicy()
1202 final VcnConfig vcnConfig = mConfigs.get(subGroup); in registerVcnStatusCallback() local
1207 if (vcnConfig == null || !isCallbackPermissioned(cbInfo, subGroup)) { in registerVcnStatusCallback()
/aosp14/frameworks/base/tests/vcn/java/com/android/server/
H A DVcnManagementServiceTest.java795 final VcnConfig vcnConfig = in testSetVcnConfigTestModeRequiresPermission() local
803 mVcnMgmtSvc.setVcnConfig(TEST_UUID_2, vcnConfig, TEST_PACKAGE_NAME); in testSetVcnConfigTestModeRequiresPermission()
1132 final VcnConfig vcnConfig = in testGetRestrictedTransportsFromCarrierConfigAndVcnConfig() local
1143 .getRestrictedTransports(TEST_UUID_2, lastSnapshot, vcnConfig); in testGetRestrictedTransportsFromCarrierConfigAndVcnConfig()
1443 final VcnConfig vcnConfig = in testVcnConfigChangeUpdatesPolicyListener() local
1446 mVcnMgmtSvc.setVcnConfig(TEST_UUID_2, vcnConfig, TEST_PACKAGE_NAME); in testVcnConfigChangeUpdatesPolicyListener()