Searched refs:gaUxFeatureEnabled (Results 1 – 1 of 1) sorted by relevance
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/notifications/ |
D | ConsentNotificationTrigger.java | 74 boolean gaUxFeatureEnabled = in showConsentNotification() 80 recordNotificationDisplayed(context, gaUxFeatureEnabled, consentManager); in showConsentNotification() 93 getNotification(context, isEuDevice, gaUxFeatureEnabled, consentManager); in showConsentNotification() 97 setupConsents(context, isEuDevice, gaUxFeatureEnabled, consentManager); in showConsentNotification() 100 recordNotificationDisplayed(context, gaUxFeatureEnabled, consentManager); in showConsentNotification() 104 @NonNull Context context, boolean gaUxFeatureEnabled, ConsentManager consentManager) { in recordNotificationDisplayed() argument 132 if (gaUxFeatureEnabled) { in recordNotificationDisplayed() 143 boolean gaUxFeatureEnabled, in getNotification() argument 168 if (gaUxFeatureEnabled) { in getNotification() 176 if (gaUxFeatureEnabled && isEuDevice) { in getNotification() [all …]
|