package q0;

import android.app.NotificationChannel;
import android.app.PendingIntent;
import android.app.RemoteAction;
import android.graphics.drawable.Icon;
import android.view.autofill.AutofillId;
import java.nio.file.DirectoryStream;
import xyz.stream.download.service.DownloadService;

/* JADX INFO: loaded from: classes.dex */
public abstract /* synthetic */ class b {
    public static /* synthetic */ NotificationChannel a() {
        return new NotificationChannel(DownloadService.CHANNEL_ID, "ForegroundService", 2);
    }

    public static /* synthetic */ RemoteAction b(Icon icon, PendingIntent pendingIntent) {
        return new RemoteAction(icon, "Pause/Play", "Pause/Play", pendingIntent);
    }

    public static /* bridge */ /* synthetic */ AutofillId e(Object obj) {
        return (AutofillId) obj;
    }

    public static /* bridge */ /* synthetic */ DirectoryStream i(Object obj) {
        return (DirectoryStream) obj;
    }

    public static /* synthetic */ void k() {
    }
}
