Searched refs:isGaUxEnabled (Results 1 – 3 of 3) sorted by relevance
968 boolean isGaUxEnabled) throws Exception { in runTestIsFledgeConsentRevokedForAppWithFullApiConsentAppSearchOnly() argument969 when(mMockFlags.getGaUxFeatureEnabled()).thenReturn(isGaUxEnabled); in runTestIsFledgeConsentRevokedForAppWithFullApiConsentAppSearchOnly()1150 boolean isGaUxEnabled) throws Exception { in runTestIsFledgeConsentRevokedForAppAfterSetFledgeUseWithFullApiConsentAppSearch() argument1153 when(mMockFlags.getGaUxFeatureEnabled()).thenReturn(isGaUxEnabled); in runTestIsFledgeConsentRevokedForAppAfterSetFledgeUseWithFullApiConsentAppSearch()
1021 boolean isGaUxEnabled) throws Exception { in runTestIsFledgeConsentRevokedForAppWithFullApiConsentAppSearchOnly() argument1022 when(mMockFlags.getGaUxFeatureEnabled()).thenReturn(isGaUxEnabled); in runTestIsFledgeConsentRevokedForAppWithFullApiConsentAppSearchOnly()1203 boolean isGaUxEnabled) throws Exception { in runTestIsFledgeConsentRevokedForAppAfterSetFledgeUseWithFullApiConsentAppSearch() argument1206 when(mMockFlags.getGaUxFeatureEnabled()).thenReturn(isGaUxEnabled); in runTestIsFledgeConsentRevokedForAppAfterSetFledgeUseWithFullApiConsentAppSearch()
5589 boolean isGaUxEnabled, in FledgeE2ETestFlags() argument5601 mIsGaUxEnabled = isGaUxEnabled; in FledgeE2ETestFlags()