OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIdenticalHttpProxy
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/net/
LinkProperties.java
893
public boolean
isIdenticalHttpProxy
(LinkProperties target) {
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcController.java
300
! result.oldLp.
isIdenticalHttpProxy
(result.newLp) ||
/frameworks/base/core/tests/coretests/src/android/net/
LinkPropertiesTest.java
70
assertTrue(source.
isIdenticalHttpProxy
(target));
71
assertTrue(target.
isIdenticalHttpProxy
(source));
Completed in 173 milliseconds