Searched refs:isIdenticalHttpProxy (Results 1 – 9 of 9) sorted by relevance
102 assertTrue(LinkPropertiesUtils.isIdenticalHttpProxy(source, target)); in testLinkPropertiesIdenticalEqual()103 assertTrue(LinkPropertiesUtils.isIdenticalHttpProxy(target, source)); in testLinkPropertiesIdenticalEqual()164 assertFalse(LinkPropertiesUtils.isIdenticalHttpProxy(source, target)); in testLinkPropertiesIdenticalEqual()165 assertFalse(LinkPropertiesUtils.isIdenticalHttpProxy(target, source)); in testLinkPropertiesIdenticalEqual()169 assertFalse(LinkPropertiesUtils.isIdenticalHttpProxy(source, target)); in testLinkPropertiesIdenticalEqual()170 assertFalse(LinkPropertiesUtils.isIdenticalHttpProxy(target, source)); in testLinkPropertiesIdenticalEqual()
194 public static boolean isIdenticalHttpProxy(@NonNull LinkProperties left, in isIdenticalHttpProxy() method in LinkPropertiesUtils
56 assertTrue(source.isIdenticalHttpProxy(target)); in assertLinkPropertiesEqual()57 assertTrue(target.isIdenticalHttpProxy(source)); in assertLinkPropertiesEqual()
599 public boolean isIdenticalHttpProxy(LinkProperties target) { in isIdenticalHttpProxy() method in LinkProperties666 isIdenticalHttpProxy(target) && in equals()
1442 public boolean isIdenticalHttpProxy(@NonNull LinkProperties target) { in isIdenticalHttpProxy() method in LinkProperties1443 return LinkPropertiesUtils.isIdenticalHttpProxy(target, this); in isIdenticalHttpProxy()1635 && isIdenticalHttpProxy(target) in equals()
304 || !LinkPropertiesUtils.isIdenticalHttpProxy( in onDataStateChanged()
188 assertTrue(source.isIdenticalHttpProxy(target)); in assertLinkPropertiesEqual()189 assertTrue(target.isIdenticalHttpProxy(source)); in assertLinkPropertiesEqual()
11715 HSPLandroid/net/LinkProperties;->isIdenticalHttpProxy(Landroid/net/LinkProperties;)Z22597 HSPLcom/android/net/module/util/LinkPropertiesUtils;->isIdenticalHttpProxy(Landroid/net/LinkPropert…
11707 HSPLandroid/net/LinkProperties;->isIdenticalHttpProxy(Landroid/net/LinkProperties;)Z22641 HSPLcom/android/net/module/util/LinkPropertiesUtils;->isIdenticalHttpProxy(Landroid/net/LinkPropert…