Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/net/
H A DIkev2VpnProfile.java145 boolean restrictToTestNetworks) { in Ikev2VpnProfile() argument
169 mIsRestrictedToTestNetworks = restrictToTestNetworks; in Ikev2VpnProfile()
488 builder.restrictToTestNetworks(); in fromVpnProfile()
899 public Builder restrictToTestNetworks() { in restrictToTestNetworks() method in Ikev2VpnProfile.Builder
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DIkev2VpnTest.java203 builder.restrictToTestNetworks(); in buildIkev2VpnProfileCommon()