Searched refs:AlreadyEnrolledChannel (Results 1 – 6 of 6) sorted by relevance
30 import com.android.adservices.service.ui.enrollment.impl.AlreadyEnrolledChannel;44 private final AlreadyEnrolledChannel mAlreadyEnrolledChannel = new AlreadyEnrolledChannel();
24 import com.android.adservices.service.ui.enrollment.impl.AlreadyEnrolledChannel;36 ALREADY_ENROLLED_CHANNEL(/* priority= */ 2, new AlreadyEnrolledChannel()),
24 import com.android.adservices.service.ui.enrollment.impl.AlreadyEnrolledChannel;37 ALREADY_ENROLLED_CHANNEL(/* priority= */ 2, new AlreadyEnrolledChannel()),
24 import com.android.adservices.service.ui.enrollment.impl.AlreadyEnrolledChannel;41 ALREADY_ENROLLED_CHANNEL(/* priority= */ 2, new AlreadyEnrolledChannel()),
38 public class AlreadyEnrolledChannel implements PrivacySandboxEnrollmentChannel { class