Home
last modified time | relevance | path

Searched refs:assertDifferentHashCode (Results 1 – 13 of 13) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/customaudience/
DJoinCustomAudienceRequestTest.java75 CommonFixture.assertDifferentHashCode(obj1, obj2); in testNotEqualJoinCustomAudienceRequestHaveDifferentHashCodes()
DLeaveCustomAudienceRequestTest.java78 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualLeaveCustomAudienceRequestHaveDifferentHashCodes()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DCustomAudienceSignalsTest.java101 CommonFixture.assertDifferentHashCode(obj1, obj2); in testNotEqualCustomAudienceSignalsHaveDifferentHashCodes()
DDBBuyerDecisionLogicTest.java115 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualBuyerDecisionLogicObjectsHaveDifferentHashCode()
DDBAdSelectionEntryTest.java189 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualDBAdSelectionEntryObjectsHaveDifferentHashCodes()
DDBAdSelectionTest.java320 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualDBAdSelectionObjectsHaveDifferentHashCode()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/
DAdSelectionOutcomeTest.java130 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualAdSelectionOutcomesHaveDifferentHashCodes()
DAdSelectionFromOutcomesConfigTest.java131 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualInputsHaveDifferentHashCode()
DAdSelectionConfigTest.java195 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualConfigsHaveDifferentHashCode()
/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/adselection/
DAdSelectionFromOutcomesInputTest.java122 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualInputsHaveDifferentHashCode()
DContextualAdsTest.java155 CommonFixture.assertDifferentHashCode(obj1, obj2); in testContextualAdsHaveDifferentHashCode()
DAdSelectionResponseTest.java173 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualAdSelectionResponsesHaveDifferentHashCodes()
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/common/
DCommonFixture.java81 public static <T> void assertDifferentHashCode(T... objs) { in assertDifferentHashCode() method in CommonFixture