Home
last modified time | relevance | path

Searched defs:obj2 (Results 1 – 25 of 33) sorted by relevance

12

/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/customaudience/
DJoinCustomAudienceRequestTest.java35 JoinCustomAudienceRequest obj2 = in testJoinCustomAudienceRequestWithSameValuesAreEqual() local
47 JoinCustomAudienceRequest obj2 = in testJoinCustomAudienceRequestWithDifferentValuesAreNotEqual() local
59 JoinCustomAudienceRequest obj2 = in testEqualJoinCustomAudienceRequestHaveSameHashCodes() local
71 JoinCustomAudienceRequest obj2 = in testNotEqualJoinCustomAudienceRequestHaveDifferentHashCodes() local
DLeaveCustomAudienceRequestTest.java35 LeaveCustomAudienceRequest obj2 = in testLeaveCustomAudienceRequestWithSameValuesAreEqual() local
47 LeaveCustomAudienceRequest obj2 = in testLeaveCustomAudienceRequestWithDifferentValuesAreNotEqual() local
59 LeaveCustomAudienceRequest obj2 = in testEqualLeaveCustomAudienceRequestHaveSameHashCodes() local
71 LeaveCustomAudienceRequest obj2 = in testNotEqualLeaveCustomAudienceRequestHaveDifferentHashCodes() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DDBBuyerDecisionLogicTest.java61 DBBuyerDecisionLogic obj2 = in testBuyerDecisionLogicsWithSameValuesAreEqual() local
78 DBBuyerDecisionLogic obj2 = in testBuyerDecisionLogicsWithDifferentValuesAreNotEqual() local
94 DBBuyerDecisionLogic obj2 = in testEqualBuyerDecisionLogicObjectsHaveSameHashCode() local
110 DBBuyerDecisionLogic obj2 = in testNotEqualBuyerDecisionLogicObjectsHaveDifferentHashCode() local
DCustomAudienceSignalsTest.java84 CustomAudienceSignals obj2 = in testEqualCustomAudienceSignalsHaveSameHashCode() local
100 CustomAudienceSignals obj2 = in testNotEqualCustomAudienceSignalsHaveDifferentHashCodes() local
DDBAdSelectionEntryTest.java153 DBAdSelectionEntry obj2 = in testEqualDBAdSelectionEntryObjectsHaveSameHashCode() local
183 DBAdSelectionEntry obj2 = in testNotEqualDBAdSelectionEntryObjectsHaveDifferentHashCodes() local
DDBAdSelectionTest.java342 DBAdSelection obj2 = in testEqualDBAdSelectionObjectsHaveSameHashCode() local
375 DBAdSelection obj2 = in testNotEqualDBAdSelectionObjectsHaveDifferentHashCode() local
DDBAppInstallPermissionsTest.java136 DBAppInstallPermissions obj2 = in testEqualDBAppInstallObjectsHaveSameHashCode() local
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/
DAdSelectionOutcomeTest.java75 AdSelectionOutcome obj2 = in testAdSelectionOutcomeWithSameValuesAreEqual() local
92 AdSelectionOutcome obj2 = in testAdSelectionOutcomeWithDifferentValuesAreNotEqual() local
108 AdSelectionOutcome obj2 = in testEqualAdSelectionOutcomesHaveSameHashCode() local
124 AdSelectionOutcome obj2 = in testNotEqualAdSelectionOutcomesHaveDifferentHashCodes() local
DAdSelectionFromOutcomesConfigTest.java120 AdSelectionFromOutcomesConfig obj2 = in testEqualInputsHaveSameHashCode() local
130 AdSelectionFromOutcomesConfig obj2 = in testNotEqualInputsHaveDifferentHashCode() local
DSignedContextualAdsTest.java184 SignedContextualAds obj2 = in testContextualAdsHaveSameHashCode() local
193 SignedContextualAds obj2 = in testContextualAdsHaveDifferentHashCode() local
DAdSelectionConfigTest.java203 AdSelectionConfig obj2 = AdSelectionConfigFixture.anAdSelectionConfig(); in testEqualConfigsHaveSameHashCode() local
211 AdSelectionConfig obj2 = in testNotEqualConfigsHaveDifferentHashCode() local
DPerBuyerDecisionLogicTest.java92 PerBuyerDecisionLogic obj2 = in testAssertEquals() local
/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/adselection/
DGetAdSelectionDataInputTest.java126 GetAdSelectionDataInput obj2 = in testGetAdSelectionDataInputWithSameValuesAreEqual() local
148 GetAdSelectionDataInput obj2 = in testGetAdSelectionDataInputWithDifferentPackageNameValuesAreNotEqual() local
169 GetAdSelectionDataInput obj2 = in testGetAdSelectionDataInputWithDifferentCoordinatorValuesAreNotEqual() local
200 GetAdSelectionDataInput obj2 = in testNotEqualGetAdSelectionDataInputsHaveDifferentHashCodes() local
DPersistAdSelectionResultInputTest.java128 PersistAdSelectionResultInput obj2 = in testPersistAdSelectionResultInputWithSameValuesAreEqual() local
150 PersistAdSelectionResultInput obj2 = in testPersistAdSelectionResultInputWithDifferentValuesAreNotEqual() local
184 PersistAdSelectionResultInput obj2 = in testNotEqualPersistAdSelectionResultInputsHaveDifferentHashCodes() local
DPersistAdSelectionResultResponseTest.java89 PersistAdSelectionResultResponse obj2 = in testPersistAdSelectionResultResponseWithSameValuesAreEqual() local
107 PersistAdSelectionResultResponse obj2 = in testPersistAdSelectionResultResponseWithDifferentValuesAreNotEqual() local
DAdSelectionResponseTest.java97 AdSelectionResponse obj2 = in testAdSelectionResponseWithSameValuesAreEqual() local
115 AdSelectionResponse obj2 = in testAdSelectionResponseWithDifferentValuesAreNotEqual() local
DAdSelectionFromOutcomesInputTest.java104 AdSelectionFromOutcomesInput obj2 = createAdSelectionFromOutcomesInput(config); in testEqualInputs() local
122 AdSelectionFromOutcomesInput obj2 = createAdSelectionFromOutcomesInput(config2); in testNotEqualInputsHaveDifferentHashCode() local
DSignedContextualAdsTest.java177 SignedContextualAds obj2 = in testContextualAdsEqual() local
187 SignedContextualAds obj2 = in testContextualAdsDifferent() local
DGetAdSelectionDataResponseTest.java159 GetAdSelectionDataResponse obj2 = in testGetAdSelectionDataResponseWithSameValuesAreEqual() local
177 GetAdSelectionDataResponse obj2 = in testGetAdSelectionDataResponseWithDifferentValuesAreNotEqual() local
/packages/modules/AdServices/shared/libraries/side-less/java/com/android/adservices/shared/testing/
DEqualsTester.java40 public void expectObjectsAreEqual(Object obj1, Object obj2) { in expectObjectsAreEqual()
59 public void expectObjectsAreNotEqual(Object obj1, @Nullable Object obj2) { in expectObjectsAreNotEqual()
/packages/modules/AdServices/shared/tests/side-less/java/com/android/adservices/shared/testing/
DEqualsTesterTest.java65 ObjectsWithSameHashCode obj2 = new ObjectsWithSameHashCode(); in testExpectObjectsAreEqual_notEqualButWithSameHashcode() local
101 ObjectsWithSameHashCode obj2 = new ObjectsWithSameHashCode(); in testExpectObjectsAreNotEqual_notEqualButWithSameHashcode() local
/packages/apps/SecureElement/src/com/android/se/security/gpac/
DPKG_REF_DO.java51 public static boolean equals(PKG_REF_DO obj1, PKG_REF_DO obj2) { in equals()
DHash_REF_DO.java70 public static boolean equals(Hash_REF_DO obj1, Hash_REF_DO obj2) { in equals()
DAID_REF_DO.java72 public static boolean equals(AID_REF_DO obj1, AID_REF_DO obj2) { in equals()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DPersistableBundlable.java78 … private static boolean isPersistableBundleEquals(PersistableBundle obj1, PersistableBundle obj2) { in isPersistableBundleEquals()

12