Home
last modified time | relevance | path

Searched refs:isGaUxEnabled (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DConsentManagerV2Test.java968 boolean isGaUxEnabled) throws Exception { in runTestIsFledgeConsentRevokedForAppWithFullApiConsentAppSearchOnly() argument
969 when(mMockFlags.getGaUxFeatureEnabled()).thenReturn(isGaUxEnabled); in runTestIsFledgeConsentRevokedForAppWithFullApiConsentAppSearchOnly()
1150 boolean isGaUxEnabled) throws Exception { in runTestIsFledgeConsentRevokedForAppAfterSetFledgeUseWithFullApiConsentAppSearch() argument
1153 when(mMockFlags.getGaUxFeatureEnabled()).thenReturn(isGaUxEnabled); in runTestIsFledgeConsentRevokedForAppAfterSetFledgeUseWithFullApiConsentAppSearch()
DConsentManagerTest.java1021 boolean isGaUxEnabled) throws Exception { in runTestIsFledgeConsentRevokedForAppWithFullApiConsentAppSearchOnly() argument
1022 when(mMockFlags.getGaUxFeatureEnabled()).thenReturn(isGaUxEnabled); in runTestIsFledgeConsentRevokedForAppWithFullApiConsentAppSearchOnly()
1203 boolean isGaUxEnabled) throws Exception { in runTestIsFledgeConsentRevokedForAppAfterSetFledgeUseWithFullApiConsentAppSearch() argument
1206 when(mMockFlags.getGaUxFeatureEnabled()).thenReturn(isGaUxEnabled); in runTestIsFledgeConsentRevokedForAppAfterSetFledgeUseWithFullApiConsentAppSearch()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java5589 boolean isGaUxEnabled, in FledgeE2ETestFlags() argument
5601 mIsGaUxEnabled = isGaUxEnabled; in FledgeE2ETestFlags()