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
50
assertTrue(source.
isIdenticalHttpProxy
(target));
51
assertTrue(target.
isIdenticalHttpProxy
(source));
/frameworks/base/core/java/android/net/
LinkProperties.java
369
public boolean
isIdenticalHttpProxy
(LinkProperties target) {
424
isIdenticalHttpProxy
(target) &&
Completed in 46 milliseconds