Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/
DBlockedTopicsManager.java159 case Flags.PPAPI_ONLY: in blockTopic()
206 case Flags.PPAPI_ONLY: in unblockTopic()
249 case Flags.PPAPI_ONLY: in retrieveAllBlockedTopics()
289 case Flags.PPAPI_ONLY: in clearAllBlockedTopics()
357 case Flags.PPAPI_ONLY: in handleBlockedTopicsMigrationIfNeeded()
/packages/modules/AdServices/adservices/tests/unittest/service-core/topics/src/com/android/adservices/service/topics/
DBlockedTopicsManagerTest.java111 int blockedTopicsSourceOfTruth = Flags.PPAPI_ONLY; in testBlockUnblockRetrieveBlockedTopics_PpapiOnly()
270 int blockedTopicsSourceOfTruth = Flags.PPAPI_ONLY; in testClearAllBlockedTopicsInSystemServiceIfNeeded_PpApiOnly()
403 int blockedTopicsSourceOfTruth = Flags.PPAPI_ONLY; in testHandleBlockedTopicsMigrationIfNeeded_PpApiOnly()
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DConsentManagerTest.java315 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.PPAPI_ONLY); in setup()
387 int consentSourceOfTruth = Flags.PPAPI_ONLY; in testConsentIsGivenAfterEnabling_PpApiOnly()
569 int consentSourceOfTruth = Flags.PPAPI_ONLY; in testConsentIsRevokedAfterDisabling_PpApiOnly()
2286 int consentSourceOfTruth = Flags.PPAPI_ONLY; in testNotificationDisplayedRecorded_PpApiOnly()
2374 int consentSourceOfTruth = Flags.PPAPI_ONLY; in testGaUxNotificationDisplayedRecorded_PpApiOnly()
2732 int consentSourceOfTruth = Flags.PPAPI_ONLY; in testHandleConsentMigrationIfNeeded_PpApiOnly()
3106 Flags.PPAPI_ONLY, in testTopicsProxyCalls()
3126 getConsentManagerByConsentSourceOfTruth(Flags.PPAPI_ONLY); in testLoggingSettingsUsageReportedOptInSelectedRow()
3137 getConsentManagerByConsentSourceOfTruth(Flags.PPAPI_ONLY); in testLoggingSettingsUsageReportedOptInSelectedEu()
3148 int consentSourceOfTruth = Flags.PPAPI_ONLY; in testConsentPerApiIsGivenAfterEnabling_PpApiOnly()
[all …]
DConsentManagerV2Test.java298 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.PPAPI_ONLY); in setup()
365 int consentSourceOfTruth = Flags.PPAPI_ONLY; in testConsentIsGivenAfterEnabling_PpApiOnly()
521 int consentSourceOfTruth = Flags.PPAPI_ONLY; in testConsentIsRevokedAfterDisabling_PpApiOnly()
2150 int consentSourceOfTruth = Flags.PPAPI_ONLY; in testNotificationDisplayedRecorded_PpApiOnly()
2238 int consentSourceOfTruth = Flags.PPAPI_ONLY; in testGaUxNotificationDisplayedRecorded_PpApiOnly()
2617 int consentSourceOfTruth = Flags.PPAPI_ONLY; in testHandleConsentMigrationIfNeeded_PpApiOnly()
2967 Flags.PPAPI_ONLY, in testTopicsProxyCalls()
2988 getConsentManagerByConsentSourceOfTruth(Flags.PPAPI_ONLY); in testLoggingSettingsUsageReportedOptInSelectedRow()
2999 getConsentManagerByConsentSourceOfTruth(Flags.PPAPI_ONLY); in testLoggingSettingsUsageReportedOptInSelectedEu()
3010 int consentSourceOfTruth = Flags.PPAPI_ONLY; in testConsentPerApiIsGivenAfterEnabling_PpApiOnly()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DConsentManagerV2.java176 if (consentSourceOfTruth != Flags.PPAPI_ONLY in ConsentManagerV2()
209 case Flags.PPAPI_ONLY: in getStorageListBySourceOfTruth()
854 case Flags.PPAPI_ONLY: in handleConsentMigrationIfNeeded()
DConsentManager.java927 case Flags.PPAPI_ONLY: in isFledgeConsentRevokedForApp()
990 case Flags.PPAPI_ONLY: in isFledgeConsentRevokedForAppAfterSettingFledgeUse()
1656 case Flags.PPAPI_ONLY: in handleConsentMigrationIfNeeded()
2951 case Flags.PPAPI_ONLY: in consentSourceOfTruthToString()
2994 case Flags.PPAPI_ONLY: in executeSettersByConsentSourceOfTruth()
3054 case Flags.PPAPI_ONLY: in executeGettersByConsentSourceOfTruth()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/
DFlags.java2204 PPAPI_ONLY,
2215 int PPAPI_ONLY = FlagsConstants.PPAPI_ONLY; field
DFlagsConstants.java35 public static final int PPAPI_ONLY = 1; field in FlagsConstants