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
755
public boolean
isIdenticalHttpProxy
(LinkProperties target) {
833
isIdenticalHttpProxy
(target) &&
[
all
...]
/frameworks/base/core/tests/coretests/src/android/net/
LinkPropertiesTest.java
57
assertTrue(source.
isIdenticalHttpProxy
(target));
58
assertTrue(target.
isIdenticalHttpProxy
(source));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcController.java
265
! result.oldLp.
isIdenticalHttpProxy
(result.newLp) ||
Completed in 174 milliseconds