package com.apm.insight.b;

import androidx.annotation.CallSuper;

/* JADX INFO: loaded from: classes.dex */
public abstract class e {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static long f5045a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static long f5046b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public volatile boolean f5047c = false;

    @CallSuper
    public void a(String str) {
        this.f5047c = true;
    }

    @CallSuper
    public void b(String str) {
        this.f5047c = false;
    }

    public boolean a() {
        return false;
    }
}
