Searched refs:MAX_URL_BYTES (Results 1 – 5 of 5) sorted by relevance
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()
46 private static final int MAX_URL_BYTES = 1023; field in PasspointConfigurationTest394 byte[] rawUrlBytes = new byte[MAX_URL_BYTES + 1]; in validateConfigWithInvalidTrustRootCertUrl()
56 private static final int MAX_URL_BYTES = 1023; field in PasspointConfiguration583 if (url.getBytes(StandardCharsets.UTF_8).length > MAX_URL_BYTES) { in validateForCommonR1andR2()
46128 Landroid/net/wifi/hotspot2/PasspointConfiguration;->MAX_URL_BYTES:I46306 Landroid/net/wifi/hotspot2/pps/UpdateParameter;->MAX_URL_BYTES:I