Searched refs:APPSEARCH_ONLY (Results 1 – 12 of 12) sorted by relevance
99 } else if (blockedTopicsSourceOfTruth == Flags.APPSEARCH_ONLY) { in BlockedTopicsManager()169 case Flags.APPSEARCH_ONLY: in blockTopic()220 case Flags.APPSEARCH_ONLY: in unblockTopic()268 case Flags.APPSEARCH_ONLY: in retrieveAllBlockedTopics()315 case Flags.APPSEARCH_ONLY: in clearAllBlockedTopics()
396 int consentSourceOfTruth = Flags.APPSEARCH_ONLY; in testConsentIsGivenAfterEnabling_AppSearchOnly()581 int consentSourceOfTruth = Flags.APPSEARCH_ONLY; in testConsentIsRevokedAfterDisabling_AppSearchOnly()1024 int consentSourceOfTruth = Flags.APPSEARCH_ONLY; in runTestIsFledgeConsentRevokedForAppWithFullApiConsentAppSearchOnly()1204 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.APPSEARCH_ONLY); in runTestIsFledgeConsentRevokedForAppAfterSetFledgeUseWithFullApiConsentAppSearch()1581 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.APPSEARCH_ONLY); in testGetKnownAppsWithConsent_appSearchOnly()1813 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.APPSEARCH_ONLY); in testSetConsentForApp_appSearchOnly()1892 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.APPSEARCH_ONLY); in clearConsentForUninstalledApp_appSearchOnly()2110 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.APPSEARCH_ONLY); in testResetAllAppConsentAndAppData_appSearchOnly()2270 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.APPSEARCH_ONLY); in testResetAllowedAppConsentAndAppData_appSearchOnly()2354 int consentSourceOfTruth = Flags.APPSEARCH_ONLY; in testNotificationDisplayedRecorded_appSearchOnly()[all …]
415 int consentSourceOfTruth = Flags.APPSEARCH_ONLY; in testConsentIsGivenAfterEnabling_AppSearchOnly()574 int consentSourceOfTruth = Flags.APPSEARCH_ONLY; in testConsentIsRevokedAfterDisabling_AppSearchOnly()971 int consentSourceOfTruth = Flags.APPSEARCH_ONLY; in runTestIsFledgeConsentRevokedForAppWithFullApiConsentAppSearchOnly()1151 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.APPSEARCH_ONLY); in runTestIsFledgeConsentRevokedForAppAfterSetFledgeUseWithFullApiConsentAppSearch()1524 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.APPSEARCH_ONLY); in testGetKnownAppsWithConsent_appSearchOnly()1742 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.APPSEARCH_ONLY); in testSetConsentForApp_appSearchOnly()1817 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.APPSEARCH_ONLY); in clearConsentForUninstalledApp_appSearchOnly()2033 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.APPSEARCH_ONLY); in testResetAllAppConsentAndAppData_appSearchOnly()2190 mConsentManager = getConsentManagerByConsentSourceOfTruth(Flags.APPSEARCH_ONLY); in testResetAllowedAppConsentAndAppData_appSearchOnly()2274 int consentSourceOfTruth = Flags.APPSEARCH_ONLY; in testNotificationDisplayedRecorded_appSearchOnly()[all …]
181 int blockedTopicsSourceOfTruth = Flags.APPSEARCH_ONLY; in testBlockUnblockRetrieveBlockedTopics_AppSearchOnly()228 Flags.APPSEARCH_ONLY, /* enableAppSearchConsent= */ true); in testBlockTopic_withAppSearchOnly_throwsException()265 Flags.APPSEARCH_ONLY, /* enableAppSearchConsent= */ true); in testUnblockTopic_withAppSearchOnly_throwsException()303 Flags.APPSEARCH_ONLY, /* enableAppSearchConsent= */ true); in testRetrieveAllBlockedTopics_withAppSearchOnly_throwsException()340 Flags.APPSEARCH_ONLY, /* enableAppSearchConsent= */ true); in testClearAllBlockedTopics_withAppSearchOnly_throwsException()
317 FlagsConstants.APPSEARCH_ONLY); in setCompatModeFlags() argument320 FlagsConstants.APPSEARCH_ONLY); in setCompatModeFlags() argument
138 appConsentTest(Flags.APPSEARCH_ONLY, false); in consentAppSearchOnlyTest()149 appConsentTest(Flags.APPSEARCH_ONLY, true); in consentAppSearchOnlyDialogsOnTest()
2008 APPSEARCH_ONLY,2029 int APPSEARCH_ONLY = FlagsConstants.APPSEARCH_ONLY; field2047 : (SdkLevel.isAtLeastS() ? APPSEARCH_ONLY : PPAPI_AND_ADEXT_SERVICE);2065 : (SdkLevel.isAtLeastS() ? APPSEARCH_ONLY : PPAPI_AND_ADEXT_SERVICE);
37 public static final int APPSEARCH_ONLY = 3; field in FlagsConstants
20 import static com.android.adservices.service.Flags.APPSEARCH_ONLY;99 assertConsentSourceOfTruth(APPSEARCH_ONLY); in testConsentSourceOfTruth_isS()127 assertBlockedTopicsSourceOfTruth(APPSEARCH_ONLY); in testBlockedTopicsConsentSourceOfTruth_isS()
170 && consentSourceOfTruth != Flags.APPSEARCH_ONLY) { in ConsentManagerV2()213 case Flags.APPSEARCH_ONLY: in getStorageListBySourceOfTruth()247 if (SdkLevel.isAtLeastT() && consentSourceOfTruth == Flags.APPSEARCH_ONLY) { in getInstance()905 case Flags.APPSEARCH_ONLY: in handleConsentMigrationIfNeeded()
235 if (SdkLevel.isAtLeastT() && consentSourceOfTruth == Flags.APPSEARCH_ONLY) { in getInstance()911 case Flags.APPSEARCH_ONLY:983 case Flags.APPSEARCH_ONLY:1661 case Flags.APPSEARCH_ONLY:2638 case Flags.APPSEARCH_ONLY:2700 case Flags.APPSEARCH_ONLY:
89 private static final int APPSEARCH_ONLY = 3; field in UiApiLoggingHostTest