package defpackage;

import android.app.ForegroundServiceStartNotAllowedException;
import android.media.metrics.PlaybackMetrics;

/* JADX INFO: loaded from: classes.dex */
public abstract /* synthetic */ class fs5 {
    public static /* bridge */ /* synthetic */ ForegroundServiceStartNotAllowedException a(IllegalStateException illegalStateException) {
        return (ForegroundServiceStartNotAllowedException) illegalStateException;
    }

    public static /* bridge */ /* synthetic */ PlaybackMetrics.Builder i(Object obj) {
        return (PlaybackMetrics.Builder) obj;
    }

    public static /* bridge */ /* synthetic */ boolean u(IllegalStateException illegalStateException) {
        return illegalStateException instanceof ForegroundServiceStartNotAllowedException;
    }
}
