package androidx.core.app;

import android.content.Intent;

/* JADX INFO: loaded from: classes.dex */
public final class r implements s {

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ JobIntentService f1638c;

    public r(JobIntentService jobIntentService, Intent intent, int i10) {
        this.f1638c = jobIntentService;
        this.f1636a = intent;
        this.f1637b = i10;
    }

    @Override // androidx.core.app.s
    public final void a() {
        this.f1638c.stopSelf(this.f1637b);
    }

    @Override // androidx.core.app.s
    public final Intent getIntent() {
        return this.f1636a;
    }
}
