package a4;

import android.app.NotificationChannel;
import android.app.NotificationChannelGroup;
import android.app.job.JobWorkItem;
import android.content.Intent;
import android.media.AudioFocusRequest;

/* JADX INFO: loaded from: classes.dex */
public abstract /* synthetic */ class g {
    public static /* bridge */ /* synthetic */ NotificationChannel d(Object obj) {
        return (NotificationChannel) obj;
    }

    public static /* synthetic */ NotificationChannel e(String str, CharSequence charSequence) {
        return new NotificationChannel(str, charSequence, 3);
    }

    public static /* synthetic */ NotificationChannel f(String str, String str2, int i10) {
        return new NotificationChannel(str, str2, i10);
    }

    public static /* bridge */ /* synthetic */ NotificationChannelGroup g(Object obj) {
        return (NotificationChannelGroup) obj;
    }

    public static /* synthetic */ JobWorkItem i(Intent intent) {
        return new JobWorkItem(intent);
    }

    public static /* synthetic */ AudioFocusRequest.Builder m(int i10) {
        return new AudioFocusRequest.Builder(i10);
    }

    public static /* bridge */ /* synthetic */ AudioFocusRequest r(Object obj) {
        return (AudioFocusRequest) obj;
    }

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