Searched refs:FLAGS_FOR_TEST (Results 1 – 13 of 13) sorted by relevance
41 CommonFixture.FLAGS_FOR_TEST.getFledgeCustomAudienceMaxActivationDelayInMs());43 Duration.ofMillis(CommonFixture.FLAGS_FOR_TEST.getFledgeCustomAudienceMaxExpireInMs());46 CommonFixture.FLAGS_FOR_TEST.getFledgeCustomAudienceDefaultExpireInMs());48 CommonFixture.FLAGS_FOR_TEST.getFledgeCustomAudienceActiveTimeWindowInMs();
58 CommonFixture.FLAGS_FOR_TEST.getFledgeCustomAudienceMaxAdsSizeB();61 CommonFixture.FLAGS_FOR_TEST.getFledgeCustomAudienceMaxNumAds();
39 CommonFixture.FLAGS_FOR_TEST.getFledgeCustomAudienceMaxNameSizeB();
46 CommonFixture.FLAGS_FOR_TEST.getFledgeCustomAudienceMaxActivationDelayInMs());
43 CommonFixture.FLAGS_FOR_TEST.getFledgeCustomAudienceMaxUserBiddingSignalsSizeB();
46 CommonFixture.FLAGS_FOR_TEST.getFledgeCustomAudienceMaxDailyUpdateUriSizeB();
46 CommonFixture.FLAGS_FOR_TEST.getFledgeCustomAudienceMaxBiddingLogicUriSizeB();
47 CommonFixture.FLAGS_FOR_TEST.getFledgeCustomAudienceMaxTrustedBiddingDataSizeB();
49 Duration.ofMillis(CommonFixture.FLAGS_FOR_TEST.getFledgeCustomAudienceMaxExpireInMs());
44 private static final Flags FLAGS = CommonFixture.FLAGS_FOR_TEST;
22 import static android.adservices.common.CommonFixture.FLAGS_FOR_TEST;141 FLAGS_FOR_TEST.getFledgeAuctionServerAdRenderIdMaxLength());1652 FLAGS_FOR_TEST.getFledgeAuctionServerAdRenderIdMaxLength(), in testValidator_invalidAds_malformedAds()
331 CommonFixture.FLAGS_FOR_TEST.getFledgeCustomAudienceMaxNameSizeB(), in testNameTooLong()
53 public static final Flags FLAGS_FOR_TEST = FakeFlagsFactory.getFlagsForTest(); field in CommonFixture