Home
last modified time | relevance | path

Searched refs:isAuthenticating (Results 1 – 5 of 5) sorted by relevance

/external/apache-http/src/org/apache/http/client/params/
DHttpClientParams.java71 public static boolean isAuthenticating(final HttpParams params) { in isAuthenticating() method in HttpClientParams
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DDefaultRequestDirector.java793 if (credsProvider != null && HttpClientParams.isAuthenticating(params)) { in createTunnelToTarget()
1011 if (credsProvider != null && HttpClientParams.isAuthenticating(params)) { in handleResponse()
/external/apache-http/src/org/apache/http/impl/client/
DDefaultRequestDirector.java761 if (credsProvider != null && HttpClientParams.isAuthenticating(params)) { in createTunnelToTarget()
965 if (credsProvider != null && HttpClientParams.isAuthenticating(params)) { in handleResponse()
/external/apache-http/
Dart-profile108 HPLorg/apache/http/client/params/HttpClientParams;->isAuthenticating(Lorg/apache/http/params/HttpPa…
/external/apache-http/api/
Dcurrent.txt1534 method @Deprecated public static boolean isAuthenticating(org.apache.http.params.HttpParams);