Home
last modified time | relevance | path

Searched refs:FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS (Results 1 – 24 of 24) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/customaudience/
DDBCustomAudienceFixture.java19 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS;
118 .setAuctionServerRequestFlags(FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS); in getValidBuilderByBuyerWithOmitAdsEnabled()
125 .setAuctionServerRequestFlags(FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS); in getValidBuilderByBuyerWithOmitAdsEnabled()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/
DCustomAudienceRequestTest.java20 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS;
41 VALID_BUYER_1, FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS)
DCustomAudienceTest.java19 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS;
177 .setAuctionServerRequestFlags(FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS) in testBuildValidCustomAudienceSuccessWithAuctionServerRequestFlags()
203 .isEqualTo(FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS); in testBuildValidCustomAudienceSuccessWithAuctionServerRequestFlags()
273 .setAuctionServerRequestFlags(FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS) in testParcelValidCustomAudienceSuccessWithAuctionServerRequestFlags()
DCustomAudienceApiCtsTest.java21 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS;
163 VALID_BUYER_1, FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS) in testJoinCustomAudience_validCustomAudience_successWithAuctionServerRequestFlags()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/customaudience/
DCustomAudienceUpdatableDataTest.java19 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS;
129 .setAuctionServerRequestFlags(FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS) in testBuildUpdatableDataSuccessWithAuctionServerFlagsEnabled()
146 FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS, in testBuildUpdatableDataSuccessWithAuctionServerFlagsEnabled()
187 .setAuctionServerRequestFlags(FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS) in testBuildUpdatableDataSuccessWithJunkWithAuctionServerFlagsEnabled()
204 FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS, in testBuildUpdatableDataSuccessWithJunkWithAuctionServerFlagsEnabled()
DCustomAudienceImplTest.java19 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS;
64 CommonFixture.VALID_BUYER_1, FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS)
DCustomAudienceBlobTest.java22 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS;
237 assertEquals(FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS, blob.getAuctionServerRequestFlags()); in testOverrideFromJSONObject_validValuesWithAuctionServerRequestFlagsEnabled()
333 assertEquals(FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS, blob.getAuctionServerRequestFlags()); in testOverrideFromJSONObject_UnexpectedValuesWithAuctionServerRequestFlagsEnabled()
DBackgroundFetchRunnerTest.java19 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS;
439 .setAuctionServerRequestFlags(FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS) in testFetchAndValidateSuccessfulFullCustomAudienceUpdatableDataWithAuctionServerRequestFlagsEnabled()
DScheduledUpdatesHandlerTest.java19 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS;
312 FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS, in testPerformScheduledUpdates_SuccessWithAuctionServerRequestFlagsEnabled()
316 FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS, in testPerformScheduledUpdates_SuccessWithAuctionServerRequestFlagsEnabled()
DCustomAudienceServiceEndToEndTest.java20 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS;
177 CommonFixture.VALID_BUYER_1, FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS)
834 FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS, in testFetchAndJoinCustomAudience_overridesJoinCustomAudienceWithAuctionServerReqeustFlagsEnabled()
923 LOCALHOST_BUYER, FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS) in testFetchAndJoinCustomAudience_overriddenByJoinCustomAudienceWithAuctionServerRequestFlag()
935 FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS, in testFetchAndJoinCustomAudience_overriddenByJoinCustomAudienceWithAuctionServerRequestFlag()
1603 FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS, in testScheduleCustomAudienceUpdate_JoinWithOverridesAndLeave_SuccessWithAuctionServerRequestFlags()
1614 FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS, in testScheduleCustomAudienceUpdate_JoinWithOverridesAndLeave_SuccessWithAuctionServerRequestFlags()
DCustomAudienceUpdatableDataReaderTest.java19 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS;
130 assertEquals(FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS, reader.getAuctionServerRequestFlags()); in testGetAuctionServerRequestFlagsSuccess()
DFetchCustomAudienceImplTest.java38 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS;
1004 FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS), in testImpl_runNormally_completeResponseWithAuctionServerFlagsEnabled()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/
DCustomAudienceUpdatableDataReader.java19 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS;
335 if ((result & FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS) == 0) { in getAuctionServerRequestFlags()
338 result = result | FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS; in getAuctionServerRequestFlags()
DCustomAudienceBlob.java19 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS;
389 if ((result & FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS) == 0) { in getAuctionServerRequestFlags()
391 result = result | FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS; in getAuctionServerRequestFlags()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DCompressedBuyerInputCreatorHelper.java19 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS;
108 & FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS) in shouldIncludeAds()
DAuctionServerPayloadMetricsStrategyEnabled.java19 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS;
191 & FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS) in isCaOmittingAds()
DBuyerInputGenerator.java19 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS;
313 & FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS)
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/customaudience/
DDBCustomAudienceTest.java19 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS;
165 FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS) in testFromServiceObject_successWithServerAuctionFlagsEnabled()
183 FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS) in testFromServiceObject_withServerAuctionFlags_serverAuctionFlagsDisabled_success()
DCustomAudienceDaoTest.java19 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS;
426 .setAuctionServerRequestFlags(FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS)
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerPayloadMetricsStrategyEnabledTest.java19 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS;
198 if ((customAudience.getAuctionServerRequestFlags() & FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS) in buildCustomAudienceProtoFrom()
DBuyerInputGeneratorTest.java1055 & CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS) in buildCustomAudienceProtoFrom()
DAuctionServerE2ETest.java22 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS;
1655 .setAuctionServerRequestFlags(FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS) in testPersistAdSelectionResult_withoutDecrypt_validRequest_successOmitAdsEnabled()
/packages/modules/AdServices/adservices/framework/java/android/adservices/customaudience/
DCustomAudience.java60 public static final int FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS = 1 << 0; field in CustomAudience
78 value = {FLAG_AUCTION_SERVER_REQUEST_DEFAULT, FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS})
/packages/modules/AdServices/adservices/framework/api/
Dcurrent.txt477 …on_server_request_flags_enabled") public static final int FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS = 1…