OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isIdenticalHttpProxy
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/tests/coretests/src/android/net/
LinkPropertiesTest.java
55
assertTrue(source.
isIdenticalHttpProxy
(target));
56
assertTrue(target.
isIdenticalHttpProxy
(source));
/frameworks/base/core/java/android/net/
LinkProperties.java
466
public boolean
isIdenticalHttpProxy
(LinkProperties target) {
531
isIdenticalHttpProxy
(target) &&
Completed in 760 milliseconds