Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/ui/enrollment/
DConsentNotificationDebugChannelTest.java36 import com.android.adservices.service.ui.enrollment.impl.ConsentNotificationDebugChannel;
51 private final ConsentNotificationDebugChannel mConsentNotificationDebugChannel =
52 new ConsentNotificationDebugChannel();
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/ui/enrollment/collection/
DBetaUxEnrollmentChannelCollection.java25 import com.android.adservices.service.ui.enrollment.impl.ConsentNotificationDebugChannel;
32 CONSENT_NOTIFICATION_DEBUG_CHANNEL(/* priority= */ 0, new ConsentNotificationDebugChannel()),
DRvcUxEnrollmentChannelCollection.java25 import com.android.adservices.service.ui.enrollment.impl.ConsentNotificationDebugChannel;
32 CONSENT_NOTIFICATION_DEBUG_CHANNEL(/* priority= */ 0, new ConsentNotificationDebugChannel()),
DU18UxEnrollmentChannelCollection.java25 import com.android.adservices.service.ui.enrollment.impl.ConsentNotificationDebugChannel;
33 CONSENT_NOTIFICATION_DEBUG_CHANNEL(/* priority= */ 0, new ConsentNotificationDebugChannel()),
DGaUxEnrollmentChannelCollection.java25 import com.android.adservices.service.ui.enrollment.impl.ConsentNotificationDebugChannel;
37 CONSENT_NOTIFICATION_DEBUG_CHANNEL(/* priority= */ 0, new ConsentNotificationDebugChannel()),
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/ui/enrollment/impl/
DConsentNotificationDebugChannel.java34 public class ConsentNotificationDebugChannel implements PrivacySandboxEnrollmentChannel { class