Searched refs:shouldBeDifferent (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/tools/aidl/tests/java/src/android/aidl/tests/ |
H A D | UnionTests.java | 110 private void shouldBeDifferent(Union a, Union b) { in shouldBeDifferent() method in UnionTests 122 shouldBeDifferent(Union.m(10), Union.n(10)); in equalsAndHashCode() 125 shouldBeDifferent(Union.s("hello"), Union.s("world")); in equalsAndHashCode() 129 shouldBeDifferent(Union.ns(new int[]{1, 2, 3}), Union.ns(new int[]{1, 2, 4})); in equalsAndHashCode()
|
H A D | TestServiceClient.java | 562 private void shouldBeDifferent(StructuredParcelable a, StructuredParcelable b) { in shouldBeDifferent() method in TestServiceClient 582 shouldBeDifferent(p, p3); in testStructurecParcelableEquality() 587 shouldBeDifferent(p, p4); in testStructurecParcelableEquality()
|