Home
last modified time | relevance | path

Searched refs:copyAdCounterKeys (Results 1 – 9 of 9) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdCounterKeyCopierNoOpImplTest.java54 () -> mAdCounterKeyCopier.copyAdCounterKeys((AdData.Builder) null, sourceAdData)); in testCopyAdCounterKeys_DBAdDataToAdDataBuilder_NullBuilderThrows()
61 () -> mAdCounterKeyCopier.copyAdCounterKeys(new AdData.Builder(), (DBAdData) null)); in testCopyAdCounterKeys_DBAdDataToAdDataBuilder_NullDBAdDataThrows()
75 mAdCounterKeyCopier.copyAdCounterKeys(targetBuilder, sourceAdData); in testCopyAdCounterKeys_DBAdDataToAdDataBuilder()
90 () -> mAdCounterKeyCopier.copyAdCounterKeys(null, sourceAdData)); in testCopyAdCounterKeys_AdDataToRecordArg_NullBuilderThrows()
98 mAdCounterKeyCopier.copyAdCounterKeys( in testCopyAdCounterKeys_AdDataToRecordArg_NullAdDataThrows()
114 mAdCounterKeyCopier.copyAdCounterKeys(originalRecordArg, sourceAdData); in testCopyAdCounterKeys_AdDataToRecordArg()
128 mAdCounterKeyCopier.copyAdCounterKeys( in testCopyAdCounterKeys_DBAdDataToRecordArg_NullBuilderThrows()
137 mAdCounterKeyCopier.copyAdCounterKeys( in testCopyAdCounterKeys_DBAdDataToRecordArg_NullDBAdDataThrows()
153 mAdCounterKeyCopier.copyAdCounterKeys(originalRecordArg, sourceAdData); in testCopyAdCounterKeys_DBAdDataToRecordArg()
164 () -> mAdCounterKeyCopier.copyAdCounterKeys(null, new JSONObject())); in testCopyAdCounterKeys_JsonObjectToAdDataBuilder_NullBuilderThrows()
[all …]
DAdCounterKeyCopierImplTest.java56 () -> mAdCounterKeyCopier.copyAdCounterKeys((AdData.Builder) null, sourceAdData)); in testCopyAdCounterKeys_DBAdDataToAdDataBuilder_NullBuilderThrows()
63 () -> mAdCounterKeyCopier.copyAdCounterKeys(new AdData.Builder(), (DBAdData) null)); in testCopyAdCounterKeys_DBAdDataToAdDataBuilder_NullDBAdDataThrows()
77 mAdCounterKeyCopier.copyAdCounterKeys(targetBuilder, sourceAdData); in testCopyAdCounterKeys_DBAdDataToAdDataBuilder()
92 () -> mAdCounterKeyCopier.copyAdCounterKeys(null, sourceAdData)); in testCopyAdCounterKeys_AdDataToRecordArg_NullBuilderThrows()
100 mAdCounterKeyCopier.copyAdCounterKeys( in testCopyAdCounterKeys_AdDataToRecordArg_NullAdDataThrows()
121 mAdCounterKeyCopier.copyAdCounterKeys(originalRecordArg, sourceAdData); in testCopyAdCounterKeys_AdDataToRecordArg()
137 mAdCounterKeyCopier.copyAdCounterKeys( in testCopyAdCounterKeys_DBAdDataToRecordArg_NullBuilderThrows()
146 mAdCounterKeyCopier.copyAdCounterKeys( in testCopyAdCounterKeys_DBAdDataToRecordArg_NullDBAdDataThrows()
167 mAdCounterKeyCopier.copyAdCounterKeys(originalRecordArg, sourceAdData); in testCopyAdCounterKeys_DBAdDataToRecordArg()
180 () -> mAdCounterKeyCopier.copyAdCounterKeys(null, new JSONObject())); in testCopyAdCounterKeys_JsonObjectToAdDataBuilder_NullBuilderThrows()
[all …]
DOnDeviceAdSelectionRunnerTest.java3913 .copyAdCounterKeys(any(DBAdSelection.Builder.class), any(AdScoringOutcome.class)); in testCopiedAdCounterKeysArePersisted()
3928 .copyAdCounterKeys(any(DBAdSelection.Builder.class), any(AdScoringOutcome.class)); in testCopiedAdCounterKeysArePersisted()
4005 .copyAdCounterKeys(any(DBAdSelection.Builder.class), any(AdScoringOutcome.class)); in testAdCounterHistogramIsUpdatedWithWinEvent()
4020 .copyAdCounterKeys(any(DBAdSelection.Builder.class), any(AdScoringOutcome.class)); in testAdCounterHistogramIsUpdatedWithWinEvent()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdCounterKeyCopier.java40 AdData.Builder copyAdCounterKeys( in copyAdCounterKeys() method
48 JSScriptRecordArgument copyAdCounterKeys( in copyAdCounterKeys() method
56 JSScriptRecordArgument copyAdCounterKeys( in copyAdCounterKeys() method
66 AdData.Builder copyAdCounterKeys( in copyAdCounterKeys() method
76 DBAdSelection.Builder copyAdCounterKeys( in copyAdCounterKeys() method
DAdCounterKeyCopierNoOpImpl.java42 public AdData.Builder copyAdCounterKeys( in copyAdCounterKeys() method in AdCounterKeyCopierNoOpImpl
51 public JSScriptRecordArgument copyAdCounterKeys( in copyAdCounterKeys() method in AdCounterKeyCopierNoOpImpl
60 public JSScriptRecordArgument copyAdCounterKeys( in copyAdCounterKeys() method in AdCounterKeyCopierNoOpImpl
70 public AdData.Builder copyAdCounterKeys( in copyAdCounterKeys() method in AdCounterKeyCopierNoOpImpl
79 public DBAdSelection.Builder copyAdCounterKeys( in copyAdCounterKeys() method in AdCounterKeyCopierNoOpImpl
DAdCounterKeyCopierImpl.java52 public AdData.Builder copyAdCounterKeys( in copyAdCounterKeys() method in AdCounterKeyCopierImpl
61 public JSScriptRecordArgument copyAdCounterKeys( in copyAdCounterKeys() method in AdCounterKeyCopierImpl
79 public JSScriptRecordArgument copyAdCounterKeys( in copyAdCounterKeys() method in AdCounterKeyCopierImpl
98 public AdData.Builder copyAdCounterKeys( in copyAdCounterKeys() method in AdCounterKeyCopierImpl
124 public DBAdSelection.Builder copyAdCounterKeys( in copyAdCounterKeys() method in AdCounterKeyCopierImpl
DAdDataArgumentUtil.java63 .copyAdCounterKeys(adDataBuilderWithoutAdCounterKeys, jsonObject) in parseJsonResponse()
89 return mAdCounterKeyCopier.copyAdCounterKeys(recordArgWithoutAdCounterKeys, adData); in asScriptArgument()
106 return mAdCounterKeyCopier.copyAdCounterKeys(recordArgWithoutAdCounterKeys, adData); in asRecordArgument()
DAdBidGeneratorImpl.java506 .copyAdCounterKeys(adDataWithoutAdCounterKeysBuilder, adData)
DOnDeviceAdSelectionRunner.java594 mAdCounterKeyCopier.copyAdCounterKeys(dbAdSelectionBuilder, scoringWinner); in createAdSelectionResult()