Searched refs:assertEqualBothWays (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tests/net/common/java/android/net/ |
D | IpPrefixTest.java | 19 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()
|
D | LinkAddressTest.java | 30 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()
|
D | NattKeepalivePacketDataTest.kt | 25 import com.android.testutils.assertEqualBothWays 101 assertEqualBothWays(nattKeepalivePacket(), nattKeepalivePacket()) in testEquals()
|
D | RouteInfoTest.java | 21 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/ |
D | MiscAsserts.kt | 47 fun <T> assertEqualBothWays(o1: T, o2: T) { in assertEqualBothWays() method
|