Searched refs:ReconsentNotificationChannel (Results 1 – 3 of 3) sorted by relevance
31 import com.android.adservices.service.ui.enrollment.impl.ReconsentNotificationChannel;50 RECONSENT_NOTIFICATION_CHANNEL(/* priority= */ 6, new ReconsentNotificationChannel()),
39 import com.android.adservices.service.ui.enrollment.impl.ReconsentNotificationChannel;54 private final ReconsentNotificationChannel mReconsentNotificationChannel =55 new ReconsentNotificationChannel();
34 public class ReconsentNotificationChannel implements PrivacySandboxEnrollmentChannel { class