Home
last modified time | relevance | path

Searched refs:MAX_URL_BYTES (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/pps/
DUpdateParameterTest.java40 private static final int MAX_URL_BYTES = 1023; field in UpdateParameterTest
257 byte[] rawUrlBytes = new byte[MAX_URL_BYTES + 1]; in validateUpdateParameterWithInvalidTrustRootCertUrl()
/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DUpdateParameter.java72 private static final int MAX_URL_BYTES = 1023; field in UpdateParameter
363 if (mTrustRootCertUrl.getBytes(StandardCharsets.UTF_8).length > MAX_URL_BYTES) { in validate()
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/
DPasspointConfigurationTest.java44 private static final int MAX_URL_BYTES = 1023; field in PasspointConfigurationTest
293 byte[] rawUrlBytes = new byte[MAX_URL_BYTES + 1]; in validateConfigWithInvalidTrustRootCertUrl()
/frameworks/base/wifi/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java64 private static final int MAX_URL_BYTES = 1023; field in PasspointConfiguration
771 if (url.getBytes(StandardCharsets.UTF_8).length > MAX_URL_BYTES) { in validateForCommonR1andR2()