Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/
DPasspointConfigurationTest.java63 private static final int MAX_URL_BYTES = 2048; field in PasspointConfigurationTest
314 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()
/packages/modules/Wifi/framework/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()
/packages/modules/Wifi/framework/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()
DHomeSp.java24 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()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java75 public static final int MAX_URL_BYTES = 2048; field in PasspointConfiguration
1041 if (url.getBytes(StandardCharsets.UTF_8).length > MAX_URL_BYTES) { in validateForCommonR1andR2()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt628 Landroid/net/wifi/hotspot2/PasspointConfiguration;->MAX_URL_BYTES:I
806 Landroid/net/wifi/hotspot2/pps/UpdateParameter;->MAX_URL_BYTES:I