Searched refs:MAX_URL_BYTES (Results 1 – 6 of 6) sorted by relevance
63 private static final int MAX_URL_BYTES = 2048; field in PasspointConfigurationTest314 byte[] rawUrlBytes = new byte[MAX_URL_BYTES + 1]; in validateConfigWithInvalidTrustRootCertUrl()696 homeSp.setIconUrl(Strings.repeat("A", MAX_URL_BYTES)); in testValidatePasspointConfig()721 homeSp.setIconUrl(Strings.repeat("A", MAX_URL_BYTES + 1)); in testValidatePasspointConfig()724 homeSp.setIconUrl(Strings.repeat("A", MAX_URL_BYTES)); in testValidatePasspointConfig()
40 private static final int MAX_URL_BYTES = 1023; field in UpdateParameterTest257 byte[] rawUrlBytes = new byte[MAX_URL_BYTES + 1]; in validateUpdateParameterWithInvalidTrustRootCertUrl()
72 private static final int MAX_URL_BYTES = 1023; field in UpdateParameter363 if (mTrustRootCertUrl.getBytes(StandardCharsets.UTF_8).length > MAX_URL_BYTES) { in validate()
24 import static android.net.wifi.hotspot2.PasspointConfiguration.MAX_URL_BYTES;447 if (mIconUrl != null && mIconUrl.getBytes(StandardCharsets.UTF_8).length > MAX_URL_BYTES) { in validate()
75 public static final int MAX_URL_BYTES = 2048; field in PasspointConfiguration1041 if (url.getBytes(StandardCharsets.UTF_8).length > MAX_URL_BYTES) { in validateForCommonR1andR2()
628 Landroid/net/wifi/hotspot2/PasspointConfiguration;->MAX_URL_BYTES:I806 Landroid/net/wifi/hotspot2/pps/UpdateParameter;->MAX_URL_BYTES:I