package D;

import android.content.ComponentName;
import android.os.IBinder;

/* JADX INFO: loaded from: classes.dex */
public final class S {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final ComponentName f330a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final IBinder f331b;

    public S(ComponentName componentName, IBinder iBinder) {
        this.f330a = componentName;
        this.f331b = iBinder;
    }
}
