Searched refs:vcnConfig (Results 1 – 2 of 2) sorted by relevance
411 VcnConfig vcnConfig) { in getRestrictedTransports() argument413 restrictedTransports.addAll(vcnConfig.getRestrictedUnderlyingNetworkTransports()); in getRestrictedTransports()482 private void enforceManageTestNetworksForTestMode(@NonNull VcnConfig vcnConfig) { in enforceManageTestNetworksForTestMode() argument483 if (vcnConfig.isTestModeProfile()) { in enforceManageTestNetworksForTestMode()1072 final VcnConfig vcnConfig = mConfigs.get(subGrp); in getUnderlyingNetworkPolicy() local1074 if (vcnConfig == null) { in getUnderlyingNetworkPolicy()1085 subGrp, mLastSnapshot, vcnConfig); in getUnderlyingNetworkPolicy()1202 final VcnConfig vcnConfig = mConfigs.get(subGroup); in registerVcnStatusCallback() local1207 if (vcnConfig == null || !isCallbackPermissioned(cbInfo, subGroup)) { in registerVcnStatusCallback()
795 final VcnConfig vcnConfig = in testSetVcnConfigTestModeRequiresPermission() local803 mVcnMgmtSvc.setVcnConfig(TEST_UUID_2, vcnConfig, TEST_PACKAGE_NAME); in testSetVcnConfigTestModeRequiresPermission()1132 final VcnConfig vcnConfig = in testGetRestrictedTransportsFromCarrierConfigAndVcnConfig() local1143 .getRestrictedTransports(TEST_UUID_2, lastSnapshot, vcnConfig); in testGetRestrictedTransportsFromCarrierConfigAndVcnConfig()1443 final VcnConfig vcnConfig = in testVcnConfigChangeUpdatesPolicyListener() local1446 mVcnMgmtSvc.setVcnConfig(TEST_UUID_2, vcnConfig, TEST_PACKAGE_NAME); in testVcnConfigChangeUpdatesPolicyListener()