Home
last modified time | relevance | path

Searched refs:assertEqualBothWays (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/net/common/java/android/net/
DIpPrefixTest.java19 import static com.android.testutils.MiscAssertsKt.assertEqualBothWays;
182 assertEqualBothWays(p1, p2); in testEquals()
185 assertEqualBothWays(p1, p2); in testEquals()
197 assertEqualBothWays(p1, p2); in testEquals()
200 assertEqualBothWays(p1, p2); in testEquals()
212 assertEqualBothWays(p1, new IpPrefix("c000:0204::/32")); in testEquals()
DLinkAddressTest.java30 import static com.android.testutils.MiscAssertsKt.assertEqualBothWays;
238 assertEqualBothWays(l1, l2); in testEqualsAndSameAddressAs()
252 assertEqualBothWays(l1, l2); in testEqualsAndSameAddressAs()
267 assertEqualBothWays(l1, l2); in testEqualsAndSameAddressAs()
277 assertEqualBothWays(l1, l2); in testEqualsAndSameAddressAs()
306 assertEqualBothWays(l1, l2); in testEqualsAndSameAddressAs()
DNattKeepalivePacketDataTest.kt25 import com.android.testutils.assertEqualBothWays
101 assertEqualBothWays(nattKeepalivePacket(), nattKeepalivePacket()) in testEquals()
DRouteInfoTest.java21 import static com.android.testutils.MiscAssertsKt.assertEqualBothWays;
167 assertEqualBothWays(r1, r2); in testEquals()
179 assertEqualBothWays(r1, r2); in testEquals()
192 assertEqualBothWays(r1, r2); in testEquals()
/frameworks/libs/net/common/hostdevice/com/android/testutils/
DMiscAsserts.kt47 fun <T> assertEqualBothWays(o1: T, o2: T) { in assertEqualBothWays() method