package p037.p099;

import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import p037.p099.AbstractC2210;

/* JADX INFO: renamed from: މ.ދ.ސ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class ServiceC2224 extends Service implements InterfaceC2219 {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final C2243 f7168 = new C2243(this);

    @Override // p037.p099.InterfaceC2219
    public AbstractC2210 getLifecycle() {
        return this.f7168.f7200;
    }

    @Override // android.app.Service
    public IBinder onBind(Intent intent) {
        C2243 c2243 = this.f7168;
        if (c2243 == null) {
            throw null;
        }
        c2243.m4302(AbstractC2210.EnumC2211.ON_START);
        return null;
    }

    @Override // android.app.Service
    public void onCreate() {
        C2243 c2243 = this.f7168;
        if (c2243 == null) {
            throw null;
        }
        c2243.m4302(AbstractC2210.EnumC2211.ON_CREATE);
        super.onCreate();
    }

    @Override // android.app.Service
    public void onDestroy() {
        C2243 c2243 = this.f7168;
        if (c2243 == null) {
            throw null;
        }
        c2243.m4302(AbstractC2210.EnumC2211.ON_STOP);
        c2243.m4302(AbstractC2210.EnumC2211.ON_DESTROY);
        super.onDestroy();
    }

    @Override // android.app.Service
    public void onStart(Intent intent, int i) {
        C2243 c2243 = this.f7168;
        if (c2243 == null) {
            throw null;
        }
        c2243.m4302(AbstractC2210.EnumC2211.ON_START);
        super.onStart(intent, i);
    }

    @Override // android.app.Service
    public int onStartCommand(Intent intent, int i, int i2) {
        return super.onStartCommand(intent, i, i2);
    }
}
