OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NULL_HOSTNAME_VERIFIER
(Results
1 - 2
of
2
) sorted by null
/external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
HttpOverSpdyTest.java
59
private static final HostnameVerifier
NULL_HOSTNAME_VERIFIER
= new HostnameVerifier() {
82
client.setHostnameVerifier(
NULL_HOSTNAME_VERIFIER
);
/external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
HttpResponseCacheTest.java
85
private static final HostnameVerifier
NULL_HOSTNAME_VERIFIER
= new HostnameVerifier() {
336
connection.setHostnameVerifier(
NULL_HOSTNAME_VERIFIER
);
348
connection.setHostnameVerifier(
NULL_HOSTNAME_VERIFIER
);
372
connection1.setHostnameVerifier(
NULL_HOSTNAME_VERIFIER
);
378
connection2.setHostnameVerifier(
NULL_HOSTNAME_VERIFIER
);
442
connection1.setHostnameVerifier(
NULL_HOSTNAME_VERIFIER
);
448
connection1.setHostnameVerifier(
NULL_HOSTNAME_VERIFIER
);
478
client.setHostnameVerifier(
NULL_HOSTNAME_VERIFIER
);
[
all
...]
Completed in 1023 milliseconds