/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/customaudience/ |
D | DBCustomAudienceFixture.java | 19 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/ |
D | CustomAudienceRequestTest.java | 20 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS; 41 VALID_BUYER_1, FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS)
|
D | CustomAudienceTest.java | 19 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()
|
D | CustomAudienceApiCtsTest.java | 21 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/ |
D | CustomAudienceUpdatableDataTest.java | 19 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()
|
D | CustomAudienceImplTest.java | 19 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS; 64 CommonFixture.VALID_BUYER_1, FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS)
|
D | CustomAudienceBlobTest.java | 22 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()
|
D | BackgroundFetchRunnerTest.java | 19 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS; 439 .setAuctionServerRequestFlags(FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS) in testFetchAndValidateSuccessfulFullCustomAudienceUpdatableDataWithAuctionServerRequestFlagsEnabled()
|
D | ScheduledUpdatesHandlerTest.java | 19 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()
|
D | CustomAudienceServiceEndToEndTest.java | 20 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()
|
D | CustomAudienceUpdatableDataReaderTest.java | 19 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS; 130 assertEquals(FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS, reader.getAuctionServerRequestFlags()); in testGetAuctionServerRequestFlagsSuccess()
|
D | FetchCustomAudienceImplTest.java | 38 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/ |
D | CustomAudienceUpdatableDataReader.java | 19 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()
|
D | CustomAudienceBlob.java | 19 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/ |
D | CompressedBuyerInputCreatorHelper.java | 19 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS; 108 & FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS) in shouldIncludeAds()
|
D | AuctionServerPayloadMetricsStrategyEnabled.java | 19 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS; 191 & FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS) in isCaOmittingAds()
|
D | BuyerInputGenerator.java | 19 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/ |
D | DBCustomAudienceTest.java | 19 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()
|
D | CustomAudienceDaoTest.java | 19 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/ |
D | AuctionServerPayloadMetricsStrategyEnabledTest.java | 19 import static android.adservices.customaudience.CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS; 198 if ((customAudience.getAuctionServerRequestFlags() & FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS) in buildCustomAudienceProtoFrom()
|
D | BuyerInputGeneratorTest.java | 1055 & CustomAudience.FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS) in buildCustomAudienceProtoFrom()
|
D | AuctionServerE2ETest.java | 22 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/ |
D | CustomAudience.java | 60 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/ |
D | current.txt | 477 …on_server_request_flags_enabled") public static final int FLAG_AUCTION_SERVER_REQUEST_OMIT_ADS = 1…
|