Searched refs:assertDifferentHashCode (Results 1 – 13 of 13) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/customaudience/ |
D | JoinCustomAudienceRequestTest.java | 75 CommonFixture.assertDifferentHashCode(obj1, obj2); in testNotEqualJoinCustomAudienceRequestHaveDifferentHashCodes()
|
D | LeaveCustomAudienceRequestTest.java | 78 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualLeaveCustomAudienceRequestHaveDifferentHashCodes()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/ |
D | DBBuyerDecisionLogicTest.java | 121 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualBuyerDecisionLogicObjectsHaveDifferentHashCode()
|
D | CustomAudienceSignalsTest.java | 106 CommonFixture.assertDifferentHashCode(obj1, obj2); in testNotEqualCustomAudienceSignalsHaveDifferentHashCodes()
|
D | DBAdSelectionEntryTest.java | 208 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualDBAdSelectionEntryObjectsHaveDifferentHashCodes()
|
D | DBAdSelectionTest.java | 402 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualDBAdSelectionObjectsHaveDifferentHashCode()
|
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/ |
D | AdSelectionOutcomeTest.java | 136 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualAdSelectionOutcomesHaveDifferentHashCodes()
|
D | AdSelectionFromOutcomesConfigTest.java | 137 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualInputsHaveDifferentHashCode()
|
D | SignedContextualAdsTest.java | 202 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testContextualAdsHaveDifferentHashCode()
|
D | AdSelectionConfigTest.java | 217 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualConfigsHaveDifferentHashCode()
|
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/common/ |
D | CommonFixture.java | 90 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 | 219 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3, obj4); in testNotEqualGetAdSelectionDataInputsHaveDifferentHashCodes()
|
D | PersistAdSelectionResultInputTest.java | 206 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3, obj4); in testNotEqualPersistAdSelectionResultInputsHaveDifferentHashCodes()
|