Searched refs:oldDefault (Results 1 – 10 of 10) sorted by relevance
143 javax.net.ssl.HostnameVerifier oldDefault = HttpsURLConnection.getDefaultHostnameVerifier(); in testHttpsEndpointIdentification() local212 HttpsURLConnection.setDefaultHostnameVerifier(oldDefault); in testHttpsEndpointIdentification()
139 javax.net.ssl.HostnameVerifier oldDefault = HttpsURLConnection.getDefaultHostnameVerifier(); in testHttpsEndpointIdentification() local205 HttpsURLConnection.setDefaultHostnameVerifier(oldDefault); in testHttpsEndpointIdentification()
301 Locale oldDefault = Locale.getDefault(); in Test4058613() local310 Locale.setDefault(oldDefault); in Test4058613()320 Locale.setDefault(oldDefault); in Test4058613()
298 Locale oldDefault = Locale.getDefault(); in Test4058613() local307 Locale.setDefault(oldDefault); in Test4058613()317 Locale.setDefault(oldDefault); in Test4058613()
228 Locale oldDefault = Locale::getDefault(); in Test4058613() local246 Locale::setDefault(oldDefault, status); in Test4058613()260 Locale::setDefault(oldDefault, status); in Test4058613()
336 HostnameVerifier oldDefault = HttpsURLConnection.getDefaultHostnameVerifier(); in test_SSLEngine_endpointVerification_Success() local353 HttpsURLConnection.setDefaultHostnameVerifier(oldDefault); in test_SSLEngine_endpointVerification_Success()
1308 HostnameVerifier oldDefault = HttpsURLConnection.getDefaultHostnameVerifier(); in test_SSLSocket_endpointIdentification_Success() local1354 HttpsURLConnection.setDefaultHostnameVerifier(oldDefault); in test_SSLSocket_endpointIdentification_Success()1363 HostnameVerifier oldDefault = HttpsURLConnection.getDefaultHostnameVerifier(); in test_SSLSocket_endpointIdentification_Failure() local1403 HttpsURLConnection.setDefaultHostnameVerifier(oldDefault); in test_SSLSocket_endpointIdentification_Failure()
334 HostnameVerifier oldDefault = HttpsURLConnection.getDefaultHostnameVerifier(); in test_SSLEngine_endpointVerification_Success() local351 HttpsURLConnection.setDefaultHostnameVerifier(oldDefault); in test_SSLEngine_endpointVerification_Success()
1291 HostnameVerifier oldDefault = HttpsURLConnection.getDefaultHostnameVerifier(); in test_SSLSocket_endpointIdentification_Success() local1337 HttpsURLConnection.setDefaultHostnameVerifier(oldDefault); in test_SSLSocket_endpointIdentification_Success()1346 HostnameVerifier oldDefault = HttpsURLConnection.getDefaultHostnameVerifier(); in test_SSLSocket_endpointIdentification_Failure() local1386 HttpsURLConnection.setDefaultHostnameVerifier(oldDefault); in test_SSLSocket_endpointIdentification_Failure()
246 private static String getReplacement(String oldDefault, Set<String> defaultLocaleContent) { in getReplacement() argument247 String parent = LocaleIDParser.getParent(oldDefault); in getReplacement()