Home
last modified time | relevance | path

Searched refs:isIdenticalHttpProxy (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcController.java354 ! result.oldLp.isIdenticalHttpProxy(result.newLp) || in onDataStateChanged()
/frameworks/base/core/java/android/net/
DLinkProperties.java1367 public boolean isIdenticalHttpProxy(@NonNull LinkProperties target) { in isIdenticalHttpProxy() method in LinkProperties
1460 && isIdenticalHttpProxy(target) in equals()
/frameworks/base/tests/net/common/java/android/net/
DLinkPropertiesTest.java149 assertTrue(source.isIdenticalHttpProxy(target)); in assertLinkPropertiesEqual()
150 assertTrue(target.isIdenticalHttpProxy(source)); in assertLinkPropertiesEqual()