Searched refs:SYSTEM_SERVER_ONLY (Results 1 – 8 of 8) sorted by relevance
97 || blockedTopicsSourceOfTruth == Flags.SYSTEM_SERVER_ONLY) { in BlockedTopicsManager()160 case Flags.SYSTEM_SERVER_ONLY: in blockTopic()213 case Flags.SYSTEM_SERVER_ONLY: in unblockTopic()261 case Flags.SYSTEM_SERVER_ONLY: in retrieveAllBlockedTopics()310 case Flags.SYSTEM_SERVER_ONLY: in clearAllBlockedTopics()373 if (blockedTopicsSourceOfTruth == Flags.SYSTEM_SERVER_ONLY in handleBlockedTopicsMigrationIfNeeded()392 case Flags.SYSTEM_SERVER_ONLY: in handleBlockedTopicsMigrationIfNeeded()
355 int consentSourceOfTruth = Flags.SYSTEM_SERVER_ONLY; in testConsentIsGivenAfterEnabling_SystemServerOnly()454 int consentSourceOfTruth = Flags.SYSTEM_SERVER_ONLY; in testConsentManagerPreApi_LazyEnable()478 int consentSourceOfTruth = Flags.SYSTEM_SERVER_ONLY; in testConsentManagerPreApi_LazyDisabled()539 int consentSourceOfTruth = Flags.SYSTEM_SERVER_ONLY; in testConsentIsRevokedAfterDisabling_SystemServerOnly()973 int consentSourceOfTruth = Flags.SYSTEM_SERVER_ONLY; in testIsFledgeConsentRevokedForAppWithFullApiConsentGaUxEnabled_systemServerOnly()1110 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.SYSTEM_SERVER_ONLY); in testIsFledgeConsentRevokedForAppWithoutPrivacySandboxConsentGaUxEnabled_sysServer()1163 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.SYSTEM_SERVER_ONLY); in testIsFledgeConsentRevokedForNotFoundAppGaUxEnabledThrows_systemServerOnly()1264 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.SYSTEM_SERVER_ONLY); in testIsFledgeConsentRevokedForAppAfterSetFledgeUseWithFullApiConsentGaUxEnabled_sysSer()1374 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.SYSTEM_SERVER_ONLY); in testIsFledgeConsentRevokedForAppSetFledgeUseNoPrivacySandboxConsentGaUxEnabled_sysSer()1426 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.SYSTEM_SERVER_ONLY); in testIsFledgeConsentRevokedForAppAfterSettingFledgeUseThrows_systemServerOnly()[all …]
376 int consentSourceOfTruth = Flags.SYSTEM_SERVER_ONLY; in testConsentIsGivenAfterEnabling_SystemServerOnly()471 int consentSourceOfTruth = Flags.SYSTEM_SERVER_ONLY; in testConsentManagerPreApi_LazyEnable()489 int consentSourceOfTruth = Flags.SYSTEM_SERVER_ONLY; in testConsentManagerPreApi_LazyDisabled()534 int consentSourceOfTruth = Flags.SYSTEM_SERVER_ONLY; in testConsentIsRevokedAfterDisabling_SystemServerOnly()920 int consentSourceOfTruth = Flags.SYSTEM_SERVER_ONLY; in testIsFledgeConsentRevokedForAppWithFullApiConsentGaUxEnabled_systemServerOnly()1057 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.SYSTEM_SERVER_ONLY); in testIsFledgeConsentRevokedForAppWithoutPrivacySandboxConsentGaUxEnabled_sysServer()1110 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.SYSTEM_SERVER_ONLY); in testIsFledgeConsentRevokedForNotFoundAppGaUxEnabledThrows_systemServerOnly()1207 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.SYSTEM_SERVER_ONLY); in testIsFledgeConsentRevokedForAppAfterSetFledgeUseWithFullApiConsentGaUxEnabled_sysSer()1317 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.SYSTEM_SERVER_ONLY); in testIsFledgeConsentRevokedForAppSetFledgeUseNoPrivacySandboxConsentGaUxEnabled_sysSer()1369 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.SYSTEM_SERVER_ONLY); in testIsFledgeConsentRevokedForAppAfterSettingFledgeUseThrows_systemServerOnly()[all …]
131 int blockedTopicsSourceOfTruth = Flags.SYSTEM_SERVER_ONLY; in testBlockUnblockRetrieveBlockedTopics_SystemServerOnly()379 int blockedTopicsSourceOfTruth = Flags.SYSTEM_SERVER_ONLY; in testClearAllBlockedTopicsInSystemServiceIfNeeded_SystemServerOnly()522 int blockedTopicsSourceOfTruth = Flags.SYSTEM_SERVER_ONLY; in testHandleBlockedTopicsMigrationIfNeeded_SystemServerOnly()
179 if (consentSourceOfTruth == Flags.SYSTEM_SERVER_ONLY in ConsentManager()906 case Flags.SYSTEM_SERVER_ONLY:967 case Flags.SYSTEM_SERVER_ONLY:1636 || consentSourceOfTruth == Flags.SYSTEM_SERVER_ONLY) {1655 case Flags.SYSTEM_SERVER_ONLY:2631 case Flags.SYSTEM_SERVER_ONLY:2696 case Flags.SYSTEM_SERVER_ONLY:
208 case Flags.SYSTEM_SERVER_ONLY: in getStorageListBySourceOfTruth()881 || consentSourceOfTruth == Flags.SYSTEM_SERVER_ONLY) { in handleConsentMigrationIfNeeded()900 case Flags.SYSTEM_SERVER_ONLY: in handleConsentMigrationIfNeeded()
2005 SYSTEM_SERVER_ONLY,2015 int SYSTEM_SERVER_ONLY = FlagsConstants.SYSTEM_SERVER_ONLY; field
34 public static final int SYSTEM_SERVER_ONLY = 0; field in FlagsConstants