Searched refs:MAX_VPN_PROFILE_SIZE_BYTES (Results 1 – 1 of 1) sorted by relevance
273 @VisibleForTesting static final int MAX_VPN_PROFILE_SIZE_BYTES = 1 << 17; // 128kB field in Vpn4632 if (encodedProfile.length > MAX_VPN_PROFILE_SIZE_BYTES) { in provisionVpnProfile()