Home
last modified time | relevance | path

Searched refs:ConsentNotificationResetChannel (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/ui/enrollment/
DConsentNotificationResetChannelTest.java19 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();
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/ui/enrollment/collection/
DBetaUxEnrollmentChannelCollection.java26 import com.android.adservices.service.ui.enrollment.impl.ConsentNotificationResetChannel;
34 CONSENT_NOTIFICATION_RESET_CHANNEL(/* priority= */ 1, new ConsentNotificationResetChannel()),
DRvcUxEnrollmentChannelCollection.java26 import com.android.adservices.service.ui.enrollment.impl.ConsentNotificationResetChannel;
34 CONSENT_NOTIFICATION_RESET_CHANNEL(/* priority= */ 1, new ConsentNotificationResetChannel()),
DU18UxEnrollmentChannelCollection.java26 import com.android.adservices.service.ui.enrollment.impl.ConsentNotificationResetChannel;
35 CONSENT_NOTIFICATION_RESET_CHANNEL(/* priority= */ 1, new ConsentNotificationResetChannel()),
DGaUxEnrollmentChannelCollection.java26 import com.android.adservices.service.ui.enrollment.impl.ConsentNotificationResetChannel;
39 CONSENT_NOTIFICATION_RESET_CHANNEL(/* priority= */ 1, new ConsentNotificationResetChannel()),
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/ui/enrollment/impl/
DConsentNotificationResetChannel.java47 public class ConsentNotificationResetChannel implements PrivacySandboxEnrollmentChannel { class