Home
last modified time | relevance | path

Searched refs:MAX_URL_BYTES (Results 1 – 5 of 5) 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.java46 private static final int MAX_URL_BYTES = 1023; field in PasspointConfigurationTest
394 byte[] rawUrlBytes = new byte[MAX_URL_BYTES + 1]; in validateConfigWithInvalidTrustRootCertUrl()
/frameworks/base/wifi/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java56 private static final int MAX_URL_BYTES = 1023; field in PasspointConfiguration
583 if (url.getBytes(StandardCharsets.UTF_8).length > MAX_URL_BYTES) { in validateForCommonR1andR2()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt46128 Landroid/net/wifi/hotspot2/PasspointConfiguration;->MAX_URL_BYTES:I
46306 Landroid/net/wifi/hotspot2/pps/UpdateParameter;->MAX_URL_BYTES:I