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 | CustomAudienceSignalsTest.java | 101 CommonFixture.assertDifferentHashCode(obj1, obj2); in testNotEqualCustomAudienceSignalsHaveDifferentHashCodes()
|
| D | DBBuyerDecisionLogicTest.java | 115 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualBuyerDecisionLogicObjectsHaveDifferentHashCode()
|
| D | DBAdSelectionEntryTest.java | 189 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualDBAdSelectionEntryObjectsHaveDifferentHashCodes()
|
| D | DBAdSelectionTest.java | 320 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualDBAdSelectionObjectsHaveDifferentHashCode()
|
| /packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/ |
| D | AdSelectionOutcomeTest.java | 130 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualAdSelectionOutcomesHaveDifferentHashCodes()
|
| D | AdSelectionFromOutcomesConfigTest.java | 131 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualInputsHaveDifferentHashCode()
|
| D | AdSelectionConfigTest.java | 195 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualConfigsHaveDifferentHashCode()
|
| /packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/adselection/ |
| D | AdSelectionFromOutcomesInputTest.java | 122 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualInputsHaveDifferentHashCode()
|
| D | ContextualAdsTest.java | 155 CommonFixture.assertDifferentHashCode(obj1, obj2); in testContextualAdsHaveDifferentHashCode()
|
| D | AdSelectionResponseTest.java | 173 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualAdSelectionResponsesHaveDifferentHashCodes()
|
| /packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/common/ |
| D | CommonFixture.java | 81 public static <T> void assertDifferentHashCode(T... objs) { in assertDifferentHashCode() method in CommonFixture
|