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