package d.f.a.q1.n;

import android.text.TextUtils;
import java.text.SimpleDateFormat;

/* JADX INFO: compiled from: RecordItem.java */
/* JADX INFO: loaded from: classes.dex */
public class a {
    public static final SimpleDateFormat a = new SimpleDateFormat("yyyy年MM月dd日 HH:mm:ss");

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final long f3097b = System.currentTimeMillis();

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public String f3098c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public String f3099d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public String f3100e;

    public a(String str, String str2, int i2) {
        this.f3098c = str;
        if (!TextUtils.isEmpty(str)) {
            this.f3100e = ((int) Float.parseFloat(this.f3098c.trim())) > i2 ? "Fail" : "Pass";
        }
        this.f3099d = str2;
    }
}
