Home
last modified time | relevance | path

Searched refs:APPSEARCH_ONLY (Results 1 – 12 of 12) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/
DBlockedTopicsManager.java99 } 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()
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DConsentManagerTest.java396 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 …]
DConsentManagerV2Test.java415 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 …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/
DBlockedTopicsManagerTest.java181 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()
/packages/modules/AdServices/adservices/tests/test-util/side-less/com/android/adservices/common/
DAbstractAdServicesFlagsSetterRule.java317 FlagsConstants.APPSEARCH_ONLY); in setCompatModeFlags() argument
320 FlagsConstants.APPSEARCH_ONLY); in setCompatModeFlags() argument
/packages/modules/AdServices/adservices/apk/tests/settings/src/com/android/adservices/ui/settings/
DAppConsentSettingsUiAutomatorTest.java138 appConsentTest(Flags.APPSEARCH_ONLY, false); in consentAppSearchOnlyTest()
149 appConsentTest(Flags.APPSEARCH_ONLY, true); in consentAppSearchOnlyDialogsOnTest()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/
DFlags.java2008 APPSEARCH_ONLY,
2029 int APPSEARCH_ONLY = FlagsConstants.APPSEARCH_ONLY; field
2047 : (SdkLevel.isAtLeastS() ? APPSEARCH_ONLY : PPAPI_AND_ADEXT_SERVICE);
2065 : (SdkLevel.isAtLeastS() ? APPSEARCH_ONLY : PPAPI_AND_ADEXT_SERVICE);
DFlagsConstants.java37 public static final int APPSEARCH_ONLY = 3; field in FlagsConstants
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/
DFlagsTest.java20 import static com.android.adservices.service.Flags.APPSEARCH_ONLY;
99 assertConsentSourceOfTruth(APPSEARCH_ONLY); in testConsentSourceOfTruth_isS()
127 assertBlockedTopicsSourceOfTruth(APPSEARCH_ONLY); in testBlockedTopicsConsentSourceOfTruth_isS()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DConsentManagerV2.java170 && 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()
DConsentManager.java235 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:
/packages/modules/AdServices/adservices/tests/cts/hosttests/src/com/android/adservices/cts/
DUiApiLoggingHostTest.java89 private static final int APPSEARCH_ONLY = 3; field in UiApiLoggingHostTest