Searched refs:ConsentNotificationResetChannel (Results 1 – 6 of 6) sorted by relevance
19 import static com.android.adservices.service.ui.enrollment.impl.ConsentNotificationResetChannel.CON…34 import com.android.adservices.service.ui.enrollment.impl.ConsentNotificationResetChannel;50 private final ConsentNotificationResetChannel mConsentNotificationResetChannel =51 new ConsentNotificationResetChannel();
26 import com.android.adservices.service.ui.enrollment.impl.ConsentNotificationResetChannel;34 CONSENT_NOTIFICATION_RESET_CHANNEL(/* priority= */ 1, new ConsentNotificationResetChannel()),
26 import com.android.adservices.service.ui.enrollment.impl.ConsentNotificationResetChannel;35 CONSENT_NOTIFICATION_RESET_CHANNEL(/* priority= */ 1, new ConsentNotificationResetChannel()),
26 import com.android.adservices.service.ui.enrollment.impl.ConsentNotificationResetChannel;39 CONSENT_NOTIFICATION_RESET_CHANNEL(/* priority= */ 1, new ConsentNotificationResetChannel()),
47 public class ConsentNotificationResetChannel implements PrivacySandboxEnrollmentChannel { class