Home
last modified time | relevance | path

Searched refs:setSourceApp (Results 1 – 8 of 8) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DHistogramEventTest.java50 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1) in testBuildValidHistogramEvent_success()
73 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1) in testBuildUnsetAdCounterKey_throws()
88 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1) in testBuildUnsetBuyer_throws()
103 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1) in testBuildUnsetCustomAudienceOwnerWithWinType_throws()
116 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1) in testBuildUnsetCustomAudienceOwnerWithNonWinType_success()
139 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1) in testBuildUnsetCustomAudienceNameWithWinType_throws()
152 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1) in testBuildUnsetCustomAudienceNameWithNonWinType_success()
175 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1) in testBuildUnsetAdEventType_throws()
190 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1) in testBuildUnsetTimestamp_throws()
224 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1) in testSetNullCustomAudienceOwnerNonWinType_success()
[all …]
DAdCounterHistogramUpdaterImplTest.java313 .setSourceApp(validDbAdSelection.getCallerPackageName()); in testUpdateWinHistogram_withAdCounterKeysPersists()
423 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME); in testUpdateNonWinHistogram_withAdCounterKeysPersists()
466 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME); in testUpdateNonWinHistogram_withAdCounterKeysPersists_auctionServerOff()
513 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME); in testUpdateNonWinHistogram_withAdCounterKeysPersists_auctionServerOn()
561 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME); in testUpdateNonWinHistogram_withAdCounterKeysPersists_unifiedFlagOn()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DDBHistogramIdentifierTest.java51 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1) in testBuildValidIdentifier_success()
71 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1) in testBuildUnsetForeignKey_success()
92 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1) in testBuildUnsetBuyer_throws()
103 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1) in testBuildUnsetCustomAudienceOwner_success()
122 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1) in testBuildUnsetCustomAudienceName_success()
162 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1) in testSetNullForeignKey_success()
188 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1) in testSetNullCustomAudienceOwner_success()
208 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1) in testSetNullCustomAudienceName_success()
228 .setSourceApp(null) in testSetNullSourceApp_success()
DFrequencyCapDaoTest.java521 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1) in testInsertSameHistogramEventDifferentSourceAppAddsNewIdentifier()
525 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_2) in testInsertSameHistogramEventDifferentSourceAppAddsNewIdentifier()
2180 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1) in testDeleteHistogramEventDataBySourceApp()
2188 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1) in testDeleteHistogramEventDataBySourceApp()
2196 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_2) in testDeleteHistogramEventDataBySourceApp()
2245 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1) in testDeleteHistogramDataBySourceAppDeletesUnpairedIdentifiers()
2249 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_2) in testDeleteHistogramDataBySourceAppDeletesUnpairedIdentifiers()
2750 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1) in testGetAllHistogramSourceApps()
2763 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_2) in testGetAllHistogramSourceApps()
2789 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1) in testDeleteHistogramEventDataBySourceApps()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBHistogramIdentifier.java125 .setSourceApp(sourceApp) in create()
146 .setSourceApp(event.getSourceApp()); in fromHistogramEvent()
196 public abstract Builder setSourceApp(@NonNull String value); in setSourceApp() method in DBHistogramIdentifier.Builder
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdCounterHistogramUpdaterImpl.java104 .setSourceApp(dbAdSelection.getCallerPackageName()); in updateWinHistogram()
140 .setSourceApp(adSelectionInitialization.getCallerPackageName()); in updateWinHistogram()
206 .setSourceApp(callerPackageName); in updateNonWinHistogram()
DHistogramEvent.java107 public abstract Builder setSourceApp(@NonNull String sourceApp); in setSourceApp() method in HistogramEvent.Builder
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/service/adselection/
DHistogramEventFixture.java93 getValidHistogramEventBuilder().setSourceApp(CommonFixture.TEST_PACKAGE_NAME_2).build();
103 .setSourceApp(CommonFixture.TEST_PACKAGE_NAME_1); in getValidHistogramEventBuilder()