大漢易經書院.apk(点击下载) / g.java


package com.baidu.techain.core;

import android.content.IntentFilter;
import android.text.TextUtils;
import com.baidu.techain.i.c;
import com.xiaomi.mipush.sdk.Constants;

/* compiled from: PluginloaderIntentFilter */
public final class g {
    public String a;
    public String b;
    public String c;
    public IntentFilter d;

    public g(String str, IntentFilter intentFilter, String str2, String str3) {
        this.a = str;
        this.d = intentFilter;
        this.b = str2;
        this.c = str3;
    }

    public final boolean a(g gVar) {
        if (gVar != null) {
            try {
                if (!TextUtils.isEmpty(gVar.a) && !TextUtils.isEmpty(gVar.b)) {
                    if (!TextUtils.isEmpty(gVar.c)) {
                        if (gVar.a.equals(this.a) && gVar.b.equals(this.b)) {
                            if (gVar.c.equals(this.c)) {
                                if (gVar.d != null) {
                                    if (this.d != null) {
                                        if (this.d == gVar.d) {
                                            return true;
                                        }
                                        return false;
                                    }
                                }
                                return true;
                            }
                        }
                        return false;
                    }
                }
            } catch (Throwable unused) {
                c.a();
            }
        }
        return false;
    }

    public final String toString() {
        try {
            return "PluginloaderIntentFilter:" + this.a + Constants.ACCEPT_TIME_SEPARATOR_SERVER + this.b + Constants.ACCEPT_TIME_SEPARATOR_SERVER + this.c + Constants.ACCEPT_TIME_SEPARATOR_SERVER + this.d;
        } catch (Throwable unused) {
            return "";
        }
    }
}