Searched refs:MAX_VPN_PROFILE_SIZE_BYTES (Results 1 – 2 of 2) sorted by relevance
187 @VisibleForTesting static final int MAX_VPN_PROFILE_SIZE_BYTES = 1 << 17; // 128kB field in Vpn2912 if (encodedProfile.length > MAX_VPN_PROFILE_SIZE_BYTES) {
779 bigProfile.name = new String(new byte[Vpn.MAX_VPN_PROFILE_SIZE_BYTES + 1]); in testProvisionVpnProfileTooLarge()