Home
last modified time | relevance | path

Searched refs:VcnGatewayConnectionConfig (Results 1 – 19 of 19) sorted by relevance

/aosp14/frameworks/base/tests/vcn/java/android/net/vcn/
H A DVcnGatewayConnectionConfigTest.java99 new VcnGatewayConnectionConfig.Builder( in buildTestConfig()
123 return new VcnGatewayConnectionConfig.Builder( in newBuilder()
129 VcnGatewayConnectionConfig.Builder builder, in buildTestConfigWithExposedCapsAndOptions()
170 new VcnGatewayConnectionConfig.Builder( in testBuilderRequiresNonNullGatewayConnectionName()
182 new VcnGatewayConnectionConfig.Builder( in testBuilderRequiresNonNullTunnelConnectionParams()
284 final VcnGatewayConnectionConfig config = in testBuilderAndGettersWithOptions()
301 final VcnGatewayConnectionConfig config = in testPersistableBundleWithOptions()
312 final VcnGatewayConnectionConfig config = new VcnGatewayConnectionConfig(configBundle); in testParsePersistableBundleWithoutVcnUnderlyingNetworkTemplates()
371 final VcnGatewayConnectionConfig config = in testVcnUnderlyingNetworkTemplatesEquality()
377 final VcnGatewayConnectionConfig configEqual = in testVcnUnderlyingNetworkTemplatesEquality()
[all …]
H A DVcnConfigTest.java49 private static final Set<VcnGatewayConnectionConfig> GATEWAY_CONNECTION_CONFIGS =
66 for (VcnGatewayConnectionConfig gatewayConnectionConfig : GATEWAY_CONNECTION_CONFIGS) { in buildTestConfig()
107 final VcnGatewayConnectionConfig config = VcnGatewayConnectionConfigTest.buildTestConfig(); in testBuilderRequiresUniqueGatewayConnectionNames()
172 for (VcnGatewayConnectionConfig gatewayConnectionConfig : GATEWAY_CONNECTION_CONFIGS) { in buildConfigRestrictTransportTest()
H A DVcnTransportInfoTest.java22 import static android.net.vcn.VcnGatewayConnectionConfig.MIN_UDP_PORT_4500_NAT_TIMEOUT_UNSET;
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcn.java39 import android.net.vcn.VcnGatewayConnectionConfig;
277 public Map<VcnGatewayConnectionConfig, VcnGatewayConnection>
309 handleGatewayConnectionQuit((VcnGatewayConnectionConfig) msg.obj); in handleMessage()
333 for (final Entry<VcnGatewayConnectionConfig, VcnGatewayConnection> entry : in handleConfigUpdated()
335 final VcnGatewayConnectionConfig gatewayConnectionConfig = entry.getKey(); in handleConfigUpdated()
410 for (VcnGatewayConnectionConfig gatewayConnectionConfig : in handleNetworkRequested()
447 VcnGatewayConnectionConfig gatewayConnectionConfig) { in getExposedCapabilitiesForMobileDataState()
459 private void handleGatewayConnectionQuit(VcnGatewayConnectionConfig config) { in handleGatewayConnectionQuit()
518 for (Entry<VcnGatewayConnectionConfig, VcnGatewayConnection> entry : in handleMobileDataToggled()
688 public final VcnGatewayConnectionConfig mGatewayConnectionConfig;
[all …]
H A DVcnNetworkProvider.java34 import android.net.vcn.VcnGatewayConnectionConfig;
121 for (int cap : VcnGatewayConnectionConfig.ALLOWED_CAPABILITIES) { in buildCapabilityFilter()
H A DVcnGatewayConnection.java29 import static android.net.vcn.VcnGatewayConnectionConfig.VCN_GATEWAY_OPTION_ENABLE_DATA_STALL_RECOV…
78 import android.net.vcn.VcnGatewayConnectionConfig;
619 @NonNull private final VcnGatewayConnectionConfig mConnectionConfig;
752 @NonNull VcnGatewayConnectionConfig connectionConfig, in VcnGatewayConnection()
770 @NonNull VcnGatewayConnectionConfig connectionConfig, in VcnGatewayConnection()
2199 @NonNull VcnGatewayConnectionConfig gatewayConnectionConfig, in buildNetworkCapabilities()
2289 @NonNull VcnGatewayConnectionConfig gatewayConnectionConfig, in buildConnectedLinkProperties()
2696 VcnGatewayConnectionConfig connectionConfig, in newUnderlyingNetworkController()
/aosp14/frameworks/base/core/java/android/net/vcn/
H A DVcnConfig.java86 @NonNull private final Set<VcnGatewayConnectionConfig> mGatewayConnectionConfigs;
98 @NonNull Set<VcnGatewayConnectionConfig> gatewayConnectionConfigs, in VcnConfig()
124 gatewayConnectionConfigsBundle, VcnGatewayConnectionConfig::new)); in VcnConfig()
180 public Set<VcnGatewayConnectionConfig> getGatewayConnectionConfigs() { in getGatewayConnectionConfigs()
217 VcnGatewayConnectionConfig::toPersistableBundle); in toPersistableBundle()
280 private final Set<VcnGatewayConnectionConfig> mGatewayConnectionConfigs = new ArraySet<>();
304 @NonNull VcnGatewayConnectionConfig gatewayConnectionConfig) { in addGatewayConnectionConfig()
307 for (final VcnGatewayConnectionConfig vcnGatewayConnectionConfig : in addGatewayConnectionConfig()
H A DVcnGatewayConnectionConfig.java83 public final class VcnGatewayConnectionConfig { class
242 private VcnGatewayConnectionConfig( in VcnGatewayConnectionConfig() method in VcnGatewayConnectionConfig
271 public VcnGatewayConnectionConfig(@NonNull PersistableBundle in) { in VcnGatewayConnectionConfig() method in VcnGatewayConnectionConfig
550 if (!(other instanceof VcnGatewayConnectionConfig)) { in equals()
554 final VcnGatewayConnectionConfig rhs = (VcnGatewayConnectionConfig) other; in equals()
797 public VcnGatewayConnectionConfig build() { in build()
798 return new VcnGatewayConnectionConfig( in build()
H A DVcnTransportInfo.java20 import static android.net.vcn.VcnGatewayConnectionConfig.MIN_UDP_PORT_4500_NAT_TIMEOUT_UNSET;
/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnTest.java50 import android.net.vcn.VcnGatewayConnectionConfig;
102 private VcnGatewayConnectionConfig mGatewayConnectionConfig;
412 final List<VcnGatewayConnectionConfig> currentConfigs = in testUpdateConfigReevaluatesGatewayConnections()
414 final VcnGatewayConnectionConfig activeConfig = currentConfigs.get(0); in testUpdateConfigReevaluatesGatewayConnections()
415 final VcnGatewayConnectionConfig removedConfig = currentConfigs.get(1); in testUpdateConfigReevaluatesGatewayConnections()
441 Map<VcnGatewayConnectionConfig, VcnGatewayConnection> gateways) { in verifyMobileDataToggledUpdatesGatewayConnections() argument
444 for (Entry<VcnGatewayConnectionConfig, VcnGatewayConnection> entry : gateways.entrySet()) { in verifyMobileDataToggledUpdatesGatewayConnections()
465 final Map<VcnGatewayConnectionConfig, VcnGatewayConnection> gateways = in verifyGlobalMobileDataToggled()
509 final Map<VcnGatewayConnectionConfig, VcnGatewayConnection> gateways = in verifySubscriptionMobileDataToggled()
H A DVcnGatewayConnectionTest.java27 import static android.net.vcn.VcnGatewayConnectionConfig.VCN_GATEWAY_OPTION_ENABLE_DATA_STALL_RECOV…
56 import android.net.vcn.VcnGatewayConnectionConfig;
312 final VcnGatewayConnectionConfig gatewayConfig = in buildConnectionWithDataStallHandling()
H A DVcnGatewayConnectionTestBase.java56 import android.net.vcn.VcnGatewayConnectionConfig;
169 @NonNull protected final VcnGatewayConnectionConfig mConfig;
H A DVcnGatewayConnectionConnectedStateTest.java67 import android.net.vcn.VcnGatewayConnectionConfig;
272 VcnGatewayConnectionConfig gatewayConfig = in testCreatedTransformsAreAppliedWithDun()
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/routeselection/
H A DUnderlyingNetworkController.java39 import android.net.vcn.VcnGatewayConnectionConfig;
77 @NonNull private final VcnGatewayConnectionConfig mConnectionConfig;
101 @NonNull VcnGatewayConnectionConfig connectionConfig, in UnderlyingNetworkController()
110 @NonNull VcnGatewayConnectionConfig connectionConfig, in UnderlyingNetworkController()
161 VcnGatewayConnectionConfig connectionConfig) { in dedupAndGetCapRequirementsForCell()
/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/routeselection/
H A DNetworkPriorityClassifierTest.java50 import android.net.vcn.VcnGatewayConnectionConfig;
153 VcnGatewayConnectionConfig.DEFAULT_UNDERLYING_NETWORK_TEMPLATES); in setUp()
157 VcnGatewayConnectionConfig.DEFAULT_UNDERLYING_NETWORK_TEMPLATES); in setUp()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DVcnManagementService.java24 import static android.net.vcn.VcnGatewayConnectionConfig.ALLOWED_CAPABILITIES;
/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java110 import android.net.vcn.VcnGatewayConnectionConfig;
3604 if (VcnGatewayConnectionConfig.MIN_UDP_PORT_4500_NAT_TIMEOUT_UNSET in guessNattKeepaliveTimerForNetwork()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt28927 …method @NonNull public java.util.Set<android.net.vcn.VcnGatewayConnectionConfig> getGatewayConnect…
28940 public final class VcnGatewayConnectionConfig {
28951 public static final class VcnGatewayConnectionConfig.Builder {
28952 …ctor public VcnGatewayConnectionConfig.Builder(@NonNull String, @NonNull android.net.ipsec.ike.Ike…
28953 …method @NonNull public android.net.vcn.VcnGatewayConnectionConfig.Builder addExposedCapability(int…
28954 method @NonNull public android.net.vcn.VcnGatewayConnectionConfig.Builder addGatewayOption(int);
28955 method @NonNull public android.net.vcn.VcnGatewayConnectionConfig build();
28956 …method @NonNull public android.net.vcn.VcnGatewayConnectionConfig.Builder removeExposedCapability(…
28957 …method @NonNull public android.net.vcn.VcnGatewayConnectionConfig.Builder removeGatewayOption(int);
28958 …method @NonNull public android.net.vcn.VcnGatewayConnectionConfig.Builder setMaxMtu(@IntRange(from…
[all …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...