package androidx.lifecycle; import android.app.Service; import android.content.Intent; import android.os.IBinder; /* loaded from: classes.dex */ public abstract class j extends Service implements LifecycleOwner { /* renamed from: a, reason: collision with root package name */ private final t f2091a = new t(this); @Override // androidx.lifecycle.LifecycleOwner public e getLifecycle() { return this.f2091a.a(); } @Override // android.app.Service public IBinder onBind(Intent intent) { this.f2091a.b(); return null; } @Override // android.app.Service public void onCreate() { this.f2091a.c(); super.onCreate(); } @Override // android.app.Service public void onDestroy() { this.f2091a.d(); super.onDestroy(); } @Override // android.app.Service public void onStart(Intent intent, int i10) { this.f2091a.e(); super.onStart(intent, i10); } @Override // android.app.Service public int onStartCommand(Intent intent, int i10, int i11) { return super.onStartCommand(intent, i10, i11); } }