package p138.p176.p177.p242.p246.p249;

import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.ServiceConnection;
import java.util.Arrays;
import p000.p001.p002.p003.p004.C0567;

/* JADX INFO: renamed from: ދ.ހ.֏.ހ.ހ.ފ.ޅ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public abstract class AbstractC4269 {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public static final Object f13547 = new Object();

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public static AbstractC4269 f13548;

    /* JADX INFO: renamed from: ދ.ހ.֏.ހ.ހ.ފ.ޅ$֏, reason: contains not printable characters */
    public static final class C4270 {

        /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
        public final String f13549;

        /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
        public final String f13550;

        /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
        public final ComponentName f13551;

        /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
        public final int f13552;

        public C4270(String str, String str2, int i) {
            C0567.m1926(str);
            this.f13549 = str;
            C0567.m1926(str2);
            this.f13550 = str2;
            this.f13551 = null;
            this.f13552 = i;
        }

        public final boolean equals(Object obj) {
            if (this == obj) {
                return true;
            }
            if (!(obj instanceof C4270)) {
                return false;
            }
            C4270 c4270 = (C4270) obj;
            return C0567.m1922((Object) this.f13549, (Object) c4270.f13549) && C0567.m1922((Object) this.f13550, (Object) c4270.f13550) && C0567.m1922(this.f13551, c4270.f13551) && this.f13552 == c4270.f13552;
        }

        public final int hashCode() {
            return Arrays.hashCode(new Object[]{this.f13549, this.f13550, this.f13551, Integer.valueOf(this.f13552)});
        }

        public final String toString() {
            String str = this.f13549;
            return str == null ? this.f13551.flattenToString() : str;
        }

        /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
        public final Intent m6956() {
            return this.f13549 != null ? new Intent(this.f13549).setPackage(this.f13550) : new Intent().setComponent(this.f13551);
        }
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static AbstractC4269 m6953(Context context) {
        synchronized (f13547) {
            if (f13548 == null) {
                f13548 = new C4291(context.getApplicationContext());
            }
        }
        return f13548;
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public abstract boolean mo6954(C4270 c4270, ServiceConnection serviceConnection, String str);

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public abstract void mo6955(C4270 c4270, ServiceConnection serviceConnection, String str);
}
