Searched refs:ConsentNotificationTrigger (Results 1 – 4 of 4) sorted by relevance
37 import com.android.adservices.ui.notifications.ConsentNotificationTrigger;77 ConsentNotificationTrigger.showConsentNotification( in onCreate()
168 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()
28 import static com.android.adservices.ui.notifications.ConsentNotificationTrigger.NOTIFICATION_ID;
54 public class ConsentNotificationTrigger { class