Home
last modified time | relevance | path

Searched refs:ConsentNotificationTrigger (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/apk/java/com/android/adservices/common/
DAdServicesCommonService.java37 import com.android.adservices.ui.notifications.ConsentNotificationTrigger;
77 ConsentNotificationTrigger.showConsentNotification( in onCreate()
/packages/modules/AdServices/adservices/apk/tests/notification/src/com/android/adservices/ui/notifications/
DConsentNotificationTriggerTest.java168 ConsentNotificationTrigger.showConsentNotification(mSpyContext, true); in testEuNotification_gaUxFlagEnabled()
237 ConsentNotificationTrigger.showConsentNotification(mSpyContext, false); in testNonEuNotifications_gaUxEnabled()
282 ConsentNotificationTrigger.showConsentNotification(mSpyContext, true); in testEuNotifications_gaUxEnabled_nonDismissable()
368 ConsentNotificationTrigger.showConsentNotification(mSpyContext, true); in testEuNotifications_gaUxEnabled_nonDismissable_dismissedOnConfirmationPage()
459 ConsentNotificationTrigger.showConsentNotification(mSpyContext, true); in testNotificationsDisabled()
497 ConsentNotificationTrigger.showConsentNotification(mSpyContext, isEeaDevice); in testRvcUxNotification()
612 ConsentNotificationTrigger.showConsentNotification(mSpyContext, isEeaDevice); in testRvcPostOtaNotification()
729 ConsentNotificationTrigger.showConsentNotification(mSpyContext, false); in testPasNotifications_PasUxEnabled_FirstNotice()
784 ConsentNotificationTrigger.showConsentNotification(mSpyContext, false); in testPasNotifications_PasUxEnabled_RenotifyNotice()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/ganotifications/
DConsentNotificationConfirmationGaFragment.java28 import static com.android.adservices.ui.notifications.ConsentNotificationTrigger.NOTIFICATION_ID;
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/notifications/
DConsentNotificationTrigger.java54 public class ConsentNotificationTrigger { class