package p037.p123.p124.p125.p127;

import android.content.Context;
import p037.p123.AbstractC2562;
import p037.p123.p124.InterfaceC2590;
import p037.p123.p124.p133.C2676;

/* JADX INFO: renamed from: މ.ޗ.ޘ.ތ.ؠ.ރ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C2621 implements InterfaceC2590 {

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public static final String f8232 = AbstractC2562.m4622("SystemAlarmScheduler");

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final Context f8233;

    public C2621(Context context) {
        this.f8233 = context.getApplicationContext();
    }

    @Override // p037.p123.p124.InterfaceC2590
    /* JADX INFO: renamed from: ֏ */
    public void mo4652(String str) {
        this.f8233.startService(C2613.m4689(this.f8233, str));
    }

    @Override // p037.p123.p124.InterfaceC2590
    /* JADX INFO: renamed from: ֏ */
    public void mo4653(C2676... c2676Arr) {
        for (C2676 c2676 : c2676Arr) {
            AbstractC2562.m4623().mo4625(f8232, String.format("Scheduling work with workSpecId %s", c2676.f8320), new Throwable[0]);
            this.f8233.startService(C2613.m4688(this.f8233, c2676.f8320));
        }
    }

    @Override // p037.p123.p124.InterfaceC2590
    /* JADX INFO: renamed from: ֏ */
    public boolean mo4654() {
        return true;
    }
}
