Home
last modified time | relevance | path

Searched refs:PPAPI_AND_SYSTEM_SERVER (Results 1 – 9 of 9) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DConsentManager.java380 case Flags.PPAPI_AND_SYSTEM_SERVER: in getConsent()
432 case Flags.PPAPI_AND_SYSTEM_SERVER: in getConsent()
534 case Flags.PPAPI_AND_SYSTEM_SERVER: in getKnownAppsWithConsent()
578 case Flags.PPAPI_AND_SYSTEM_SERVER: in getAppsWithRevokedConsent()
623 case Flags.PPAPI_AND_SYSTEM_SERVER: in revokeConsentForApp()
668 case Flags.PPAPI_AND_SYSTEM_SERVER: in restoreConsentForApp()
706 case Flags.PPAPI_AND_SYSTEM_SERVER: in resetAppsAndBlockedApps()
745 case Flags.PPAPI_AND_SYSTEM_SERVER: in resetApps()
806 case Flags.PPAPI_AND_SYSTEM_SERVER: in isFledgeConsentRevokedForApp()
864 case Flags.PPAPI_AND_SYSTEM_SERVER: in isFledgeConsentRevokedForAppAfterSettingFledgeUse()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/
DBlockedTopicsManager.java94 if (blockedTopicsSourceOfTruth == Flags.PPAPI_AND_SYSTEM_SERVER in BlockedTopicsManager()
161 case Flags.PPAPI_AND_SYSTEM_SERVER: in blockTopic()
209 case Flags.PPAPI_AND_SYSTEM_SERVER: in unblockTopic()
253 case Flags.PPAPI_AND_SYSTEM_SERVER: in retrieveAllBlockedTopics()
297 case Flags.PPAPI_AND_SYSTEM_SERVER: in clearAllBlockedTopics()
346 || blockedTopicsSourceOfTruth == Flags.PPAPI_AND_SYSTEM_SERVER) { in handleBlockedTopicsMigrationIfNeeded()
361 case Flags.PPAPI_AND_SYSTEM_SERVER: in handleBlockedTopicsMigrationIfNeeded()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/
DFlags.java921 PPAPI_AND_SYSTEM_SERVER,
932 int PPAPI_AND_SYSTEM_SERVER = 2; field
947 SdkLevel.isAtLeastT() ? PPAPI_AND_SYSTEM_SERVER : APPSEARCH_ONLY;
961 SdkLevel.isAtLeastT() ? PPAPI_AND_SYSTEM_SERVER : APPSEARCH_ONLY;
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/consent/
DConsentManagerTest.java330 int consentSourceOfTruth = Flags.PPAPI_AND_SYSTEM_SERVER; in testConsentIsGivenAfterEnabling_PPAPIAndSystemServer()
424 int consentSourceOfTruth = Flags.PPAPI_AND_SYSTEM_SERVER; in testConsentIsRevokedAfterDisabling_PpApiAndSystemServer()
731 int consentSourceOfTruth = Flags.PPAPI_AND_SYSTEM_SERVER; in testIsFledgeConsentRevokedForAppWithFullApiConsentGaUxDisabled_ppApiAndSystemServer()
877 int consentSourceOfTruth = Flags.PPAPI_AND_SYSTEM_SERVER; in testIsFledgeConsentRevokedForAppWithFullApiConsentGaUxEnabled_ppApiAndSystemServer()
954 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.PPAPI_AND_SYSTEM_SERVER); in testIsFledgeConsentRevokedForAppWithoutPrivacySandboxConsentGaUxDisabled_bothSrc()
1011 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.PPAPI_AND_SYSTEM_SERVER); in testIsFledgeConsentRevokedForAppWithoutPrivacySandboxConsentGaUxEnabled_bothSrc()
1064 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.PPAPI_AND_SYSTEM_SERVER); in testIsFledgeConsentRevokedForNotFoundAppGaUxDisabledThrows_ppApiAndSystemServer()
1118 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.PPAPI_AND_SYSTEM_SERVER); in testIsFledgeConsentRevokedForNotFoundAppGaUxEnabledThrows_ppApiAndSystemServer()
1210 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.PPAPI_AND_SYSTEM_SERVER); in testIsFledgeConsentRevokedForAppAfterSetFledgeUseWithFullApiConsentGaUxDisabled_both()
1372 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.PPAPI_AND_SYSTEM_SERVER); in testIsFledgeConsentRevokedForAppAfterSetFledgeUseWithFullApiConsentGaUxEnabled_both()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/
DBlockedTopicsManagerTest.java149 int blockedTopicsSourceOfTruth = Flags.PPAPI_AND_SYSTEM_SERVER; in testBlockUnblockRetrieveBlockedTopics_PpapiAndSystemServer()
244 int blockedTopicsSourceOfTruth = Flags.PPAPI_AND_SYSTEM_SERVER; in testClearAllBlockedTopicsInSystemServiceIfNeeded_PpApiAndSystemServer()
407 int blockedTopicsSourceOfTruth = Flags.PPAPI_AND_SYSTEM_SERVER; in testHandleBlockedTopicsMigrationIfNeeded_PpApiAndSystemServer()
DCacheManagerTest.java108 Flags.PPAPI_AND_SYSTEM_SERVER, in setup()
DTopicsServiceImplTest.java175 Flags.PPAPI_AND_SYSTEM_SERVER, in setup()
DTopicsWorkerTest.java115 Flags.PPAPI_AND_SYSTEM_SERVER, in setup()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/
DPhFlagsTest.java188 import static com.android.adservices.service.Flags.PPAPI_AND_SYSTEM_SERVER;
4850 assertThat(Flags.DEFAULT_CONSENT_SOURCE_OF_TRUTH).isEqualTo(PPAPI_AND_SYSTEM_SERVER); in testDefaultConsentSourceOfTruth_isAtLeastT()
4880 assertThat(DEFAULT_BLOCKED_TOPICS_SOURCE_OF_TRUTH).isEqualTo(PPAPI_AND_SYSTEM_SERVER); in testDefaultBlockedTopicsConsentSourceOfTruth_isAtLeastT()