54 lines
1.5 KiB
Java
54 lines
1.5 KiB
Java
|
package com.kofax.mobile.sdk.w;
|
||
|
|
||
|
import bolts.CancellationToken;
|
||
|
import o.InterfaceC13391fZD;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class a extends ae {
|
||
|
private final InterfaceC0065a Pv;
|
||
|
|
||
|
/* renamed from: com.kofax.mobile.sdk.w.a$a, reason: collision with other inner class name */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public interface InterfaceC0065a {
|
||
|
void a(com.kofax.mobile.sdk.e.a aVar, com.kofax.mobile.sdk.c.a aVar2);
|
||
|
|
||
|
boolean b(com.kofax.mobile.sdk.e.a aVar);
|
||
|
|
||
|
boolean c(com.kofax.mobile.sdk.e.a aVar);
|
||
|
}
|
||
|
|
||
|
@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 a(InterfaceC0065a interfaceC0065a) {
|
||
|
this.Pv = interfaceC0065a;
|
||
|
}
|
||
|
|
||
|
@Override // com.kofax.mobile.sdk.w.ae
|
||
|
public void a(com.kofax.mobile.sdk.e.a aVar) {
|
||
|
if (this.Pv.b(aVar) || !this.Pv.c(aVar)) {
|
||
|
return;
|
||
|
}
|
||
|
this.Pv.a(aVar, new com.kofax.mobile.sdk.c.a(this) { // from class: com.kofax.mobile.sdk.w.a.1
|
||
|
final a Pw;
|
||
|
|
||
|
@Override // com.kofax.mobile.sdk.c.a
|
||
|
public float getConfidence() {
|
||
|
return 1.0f;
|
||
|
}
|
||
|
|
||
|
{
|
||
|
this.Pw = this;
|
||
|
}
|
||
|
|
||
|
@Override // com.kofax.mobile.sdk.c.a
|
||
|
public String getClassId() {
|
||
|
return "Unknown";
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
}
|