what-the-bank/sources/com/kofax/mobile/sdk/w/am.java

40 lines
1.2 KiB
Java

package com.kofax.mobile.sdk.w;
import bolts.CancellationToken;
import com.kofax.mobile.sdk.extract.id.DataField;
import java.util.List;
import o.InterfaceC13391fZD;
/* loaded from: classes3.dex */
public class am extends ae {
private static final String Qw = "India (IND) Aadhar Card - Back";
private static final String Qx = "City";
private final com.kofax.mobile.sdk._internal.extraction.id.e Ls;
@Override // com.kofax.mobile.sdk.w.ae, com.kofax.mobile.sdk.e.c
public /* bridge */ /* synthetic */ void a(Object obj, CancellationToken cancellationToken) {
super.a(obj, cancellationToken);
}
@InterfaceC13391fZD
public am(com.kofax.mobile.sdk._internal.extraction.id.e eVar) {
this.Ls = eVar;
}
@Override // com.kofax.mobile.sdk.w.ae
public void a(com.kofax.mobile.sdk.e.a aVar) {
com.kofax.mobile.sdk.c.a hw = aVar.hw();
if (Qw.equals(hw != null ? hw.getClassId() : null)) {
a(aVar.hy(), Qx, this.Ls);
}
}
private static void a(List<DataField> list, String str, com.kofax.mobile.sdk._internal.extraction.id.e eVar) {
DataField a;
if (list == null || (a = eVar.a(str, list)) == null) {
return;
}
list.remove(a);
}
}