Searched refs:assertDifferentHashCode (Results 1 – 9 of 9) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/customaudience/ |
D | JoinCustomAudienceRequestTest.java | 73 CommonFixture.assertDifferentHashCode(obj1, obj2); in testNotEqualJoinCustomAudienceRequestHaveDifferentHashCodes()
|
D | LeaveCustomAudienceRequestTest.java | 76 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualLeaveCustomAudienceRequestHaveDifferentHashCodes()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/data/adselection/ |
D | DBBuyerDecisionLogicTest.java | 114 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualBuyerDecisionLogicObjectsHaveDifferentHashCode()
|
D | CustomAudienceSignalsTest.java | 101 CommonFixture.assertDifferentHashCode(obj1, obj2); in testNotEqualCustomAudienceSignalsHaveDifferentHashCodes()
|
D | DBAdSelectionEntryTest.java | 201 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualDBAdSelectionEntryObjectsHaveDifferentHashCodes()
|
D | DBAdSelectionTest.java | 396 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualDBAdSelectionObjectsHaveDifferentHashCode()
|
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/common/ |
D | CommonFixture.java | 95 public static <T> void assertDifferentHashCode(T... objs) { in assertDifferentHashCode() method in CommonFixture
|
/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/adselection/ |
D | GetAdSelectionDataInputTest.java | 217 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3, obj4); in testNotEqualGetAdSelectionDataInputsHaveDifferentHashCodes()
|
D | PersistAdSelectionResultInputTest.java | 204 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3, obj4); in testNotEqualPersistAdSelectionResultInputsHaveDifferentHashCodes()
|