package androidx.biometric;

/* JADX INFO: loaded from: classes.dex */
class n implements Runnable {
    public final /* synthetic */ int a;
    public final /* synthetic */ CharSequence b;
    public final /* synthetic */ p c;

    public n(p pVar, int i, CharSequence charSequence) {
        this.c = pVar;
        this.a = i;
        this.b = charSequence;
    }

    @Override // java.lang.Runnable
    public final void run() {
        this.c.l(this.a, this.b);
    }
}
