Home
last modified time | relevance | path

Searched refs:obj3 (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Connectivity/staticlibs/netd/libnetdutils/
DThreadUtilTest.cpp109 NoopRun* obj3 = new NoopRun(name); in TEST() local
110 obj3->setExpectedName(name.substr(0, 15)); in TEST()
116 threadLaunch(obj3); in TEST()
/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/adselection/
DPersistAdSelectionResultResponseTest.java113 PersistAdSelectionResultResponse obj3 = in testPersistAdSelectionResultResponseWithDifferentValuesAreNotEqual() local
121 et.expectObjectsAreNotEqual(obj1, obj3); in testPersistAdSelectionResultResponseWithDifferentValuesAreNotEqual()
122 et.expectObjectsAreNotEqual(obj2, obj3); in testPersistAdSelectionResultResponseWithDifferentValuesAreNotEqual()
DAdSelectionFromOutcomesInputTest.java123 AdSelectionFromOutcomesInput obj3 = createAdSelectionFromOutcomesInput(config3); in testNotEqualInputsHaveDifferentHashCode() local
127 et.expectObjectsAreNotEqual(obj1, obj3); in testNotEqualInputsHaveDifferentHashCode()
128 et.expectObjectsAreNotEqual(obj2, obj3); in testNotEqualInputsHaveDifferentHashCode()
DAdSelectionResponseTest.java122 AdSelectionResponse obj3 = in testAdSelectionResponseWithDifferentValuesAreNotEqual() local
130 et.expectObjectsAreNotEqual(obj1, obj3); in testAdSelectionResponseWithDifferentValuesAreNotEqual()
131 et.expectObjectsAreNotEqual(obj2, obj3); in testAdSelectionResponseWithDifferentValuesAreNotEqual()
DSignedContextualAdsTest.java191 SignedContextualAds obj3 = in testContextualAdsDifferent() local
198 et.expectObjectsAreNotEqual(obj1, obj3); in testContextualAdsDifferent()
199 et.expectObjectsAreNotEqual(obj2, obj3); in testContextualAdsDifferent()
DGetAdSelectionDataResponseTest.java183 GetAdSelectionDataResponse obj3 = in testGetAdSelectionDataResponseWithDifferentValuesAreNotEqual() local
191 et.expectObjectsAreNotEqual(obj1, obj3); in testGetAdSelectionDataResponseWithDifferentValuesAreNotEqual()
192 et.expectObjectsAreNotEqual(obj2, obj3); in testGetAdSelectionDataResponseWithDifferentValuesAreNotEqual()
DGetAdSelectionDataInputTest.java206 GetAdSelectionDataInput obj3 = in testNotEqualGetAdSelectionDataInputsHaveDifferentHashCodes() local
219 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3, obj4); in testNotEqualGetAdSelectionDataInputsHaveDifferentHashCodes()
DPersistAdSelectionResultInputTest.java191 PersistAdSelectionResultInput obj3 = in testNotEqualPersistAdSelectionResultInputsHaveDifferentHashCodes() local
206 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3, obj4); in testNotEqualPersistAdSelectionResultInputsHaveDifferentHashCodes()
/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/customaudience/
DLeaveCustomAudienceRequestTest.java74 LeaveCustomAudienceRequest obj3 = in testNotEqualLeaveCustomAudienceRequestHaveDifferentHashCodes() local
78 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualLeaveCustomAudienceRequestHaveDifferentHashCodes()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DDBBuyerDecisionLogicTest.java115 DBBuyerDecisionLogic obj3 = in testNotEqualBuyerDecisionLogicObjectsHaveDifferentHashCode() local
121 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualBuyerDecisionLogicObjectsHaveDifferentHashCode()
DDBAdSelectionEntryTest.java195 DBAdSelectionEntry obj3 = in testNotEqualDBAdSelectionEntryObjectsHaveDifferentHashCodes() local
208 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualDBAdSelectionEntryObjectsHaveDifferentHashCodes()
DDBAdSelectionTest.java388 DBAdSelection obj3 = in testNotEqualDBAdSelectionObjectsHaveDifferentHashCode() local
402 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualDBAdSelectionObjectsHaveDifferentHashCode()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/
DAdSelectionOutcomeTest.java130 AdSelectionOutcome obj3 = in testNotEqualAdSelectionOutcomesHaveDifferentHashCodes() local
136 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualAdSelectionOutcomesHaveDifferentHashCodes()
DAdSelectionFromOutcomesConfigTest.java133 AdSelectionFromOutcomesConfig obj3 = in testNotEqualInputsHaveDifferentHashCode() local
137 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualInputsHaveDifferentHashCode()
DSignedContextualAdsTest.java197 SignedContextualAds obj3 = in testContextualAdsHaveDifferentHashCode() local
202 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testContextualAdsHaveDifferentHashCode()
DAdSelectionConfigTest.java213 AdSelectionConfig obj3 = in testNotEqualConfigsHaveDifferentHashCode() local
217 CommonFixture.assertDifferentHashCode(obj1, obj2, obj3); in testNotEqualConfigsHaveDifferentHashCode()