package j0;

import android.util.Log;
import android.view.View;
import android.view.autofill.AutofillManager$AutofillCallback;

/* JADX INFO: renamed from: j0.i, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2312i extends AutofillManager$AutofillCallback {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final C2312i f19445a = new C2312i();

    public final void onAutofillEvent(View view, int i6, int i7) {
        super.onAutofillEvent(view, i6, i7);
        Log.d("Autofill Status", i7 != 1 ? i7 != 2 ? i7 != 3 ? "Unknown status event." : "Autofill popup isn't shown because autofill is not available.\n\nDid you set up autofill?\n1. Go to Settings > System > Languages&input > Advanced > Autofill Service\n2. Pick a service\n\nDid you add an account?\n1. Go to Settings > System > Languages&input > Advanced\n2. Click on the settings icon next to the Autofill Service\n3. Add your account" : "Autofill popup was hidden." : "Autofill popup was shown.");
    }
}
