Searched refs:PPAPI_ONLY (Results 1 – 8 of 8) sorted by relevance
159 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()
111 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()
315 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 …]
298 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 …]
176 if (consentSourceOfTruth != Flags.PPAPI_ONLY in ConsentManagerV2()209 case Flags.PPAPI_ONLY: in getStorageListBySourceOfTruth()854 case Flags.PPAPI_ONLY: in handleConsentMigrationIfNeeded()
927 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()
2204 PPAPI_ONLY,2215 int PPAPI_ONLY = FlagsConstants.PPAPI_ONLY; field
35 public static final int PPAPI_ONLY = 1; field in FlagsConstants