Searched refs:ConsentNotificationDebugChannel (Results 1 – 6 of 6) sorted by relevance
36 import com.android.adservices.service.ui.enrollment.impl.ConsentNotificationDebugChannel;51 private final ConsentNotificationDebugChannel mConsentNotificationDebugChannel =52 new ConsentNotificationDebugChannel();
25 import com.android.adservices.service.ui.enrollment.impl.ConsentNotificationDebugChannel;32 CONSENT_NOTIFICATION_DEBUG_CHANNEL(/* priority= */ 0, new ConsentNotificationDebugChannel()),
25 import com.android.adservices.service.ui.enrollment.impl.ConsentNotificationDebugChannel;33 CONSENT_NOTIFICATION_DEBUG_CHANNEL(/* priority= */ 0, new ConsentNotificationDebugChannel()),
25 import com.android.adservices.service.ui.enrollment.impl.ConsentNotificationDebugChannel;37 CONSENT_NOTIFICATION_DEBUG_CHANNEL(/* priority= */ 0, new ConsentNotificationDebugChannel()),
34 public class ConsentNotificationDebugChannel implements PrivacySandboxEnrollmentChannel { class