Home
last modified time | relevance | path

Searched refs:oldDefault (Results 1 – 10 of 10) sorted by relevance

/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/
DTrustManagerImplTest.java143 javax.net.ssl.HostnameVerifier oldDefault = HttpsURLConnection.getDefaultHostnameVerifier(); in testHttpsEndpointIdentification() local
212 HttpsURLConnection.setDefaultHostnameVerifier(oldDefault); in testHttpsEndpointIdentification()
/external/conscrypt/common/src/test/java/org/conscrypt/
DTrustManagerImplTest.java139 javax.net.ssl.HostnameVerifier oldDefault = HttpsURLConnection.getDefaultHostnameVerifier(); in testHttpsEndpointIdentification() local
205 HttpsURLConnection.setDefaultHostnameVerifier(oldDefault); in testHttpsEndpointIdentification()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationRegressionTest.java301 Locale oldDefault = Locale.getDefault(); in Test4058613() local
310 Locale.setDefault(oldDefault); in Test4058613()
320 Locale.setDefault(oldDefault); in Test4058613()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationRegressionTest.java298 Locale oldDefault = Locale.getDefault(); in Test4058613() local
307 Locale.setDefault(oldDefault); in Test4058613()
317 Locale.setDefault(oldDefault); in Test4058613()
/external/icu/icu4c/source/test/intltest/
Dregcoll.cpp228 Locale oldDefault = Locale::getDefault(); in Test4058613() local
246 Locale::setDefault(oldDefault, status); in Test4058613()
260 Locale::setDefault(oldDefault, status); in Test4058613()
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLEngineVersionCompatibilityTest.java336 HostnameVerifier oldDefault = HttpsURLConnection.getDefaultHostnameVerifier(); in test_SSLEngine_endpointVerification_Success() local
353 HttpsURLConnection.setDefaultHostnameVerifier(oldDefault); in test_SSLEngine_endpointVerification_Success()
DSSLSocketVersionCompatibilityTest.java1308 HostnameVerifier oldDefault = HttpsURLConnection.getDefaultHostnameVerifier(); in test_SSLSocket_endpointIdentification_Success() local
1354 HttpsURLConnection.setDefaultHostnameVerifier(oldDefault); in test_SSLSocket_endpointIdentification_Success()
1363 HostnameVerifier oldDefault = HttpsURLConnection.getDefaultHostnameVerifier(); in test_SSLSocket_endpointIdentification_Failure() local
1403 HttpsURLConnection.setDefaultHostnameVerifier(oldDefault); in test_SSLSocket_endpointIdentification_Failure()
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
DSSLEngineVersionCompatibilityTest.java334 HostnameVerifier oldDefault = HttpsURLConnection.getDefaultHostnameVerifier(); in test_SSLEngine_endpointVerification_Success() local
351 HttpsURLConnection.setDefaultHostnameVerifier(oldDefault); in test_SSLEngine_endpointVerification_Success()
DSSLSocketVersionCompatibilityTest.java1291 HostnameVerifier oldDefault = HttpsURLConnection.getDefaultHostnameVerifier(); in test_SSLSocket_endpointIdentification_Success() local
1337 HttpsURLConnection.setDefaultHostnameVerifier(oldDefault); in test_SSLSocket_endpointIdentification_Success()
1346 HostnameVerifier oldDefault = HttpsURLConnection.getDefaultHostnameVerifier(); in test_SSLSocket_endpointIdentification_Failure() local
1386 HttpsURLConnection.setDefaultHostnameVerifier(oldDefault); in test_SSLSocket_endpointIdentification_Failure()
/external/cldr/tools/java/org/unicode/cldr/tool/
DConvertLanguageData.java246 private static String getReplacement(String oldDefault, Set<String> defaultLocaleContent) { in getReplacement() argument
247 String parent = LocaleIDParser.getParent(oldDefault); in getReplacement()