Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java257 @VisibleForTesting static final int MAX_VPN_PROFILE_SIZE_BYTES = 1 << 17; // 128kB field in Vpn
4038 if (encodedProfile.length > MAX_VPN_PROFILE_SIZE_BYTES) { in provisionVpnProfile()
/frameworks/base/services/tests/VpnTests/java/com/android/server/connectivity/
DVpnTest.java1261 bigProfile.name = new String(new byte[Vpn.MAX_VPN_PROFILE_SIZE_BYTES + 1]); in testProvisionVpnProfileTooLarge()