58 lines
1.6 KiB
Java
58 lines
1.6 KiB
Java
|
package com.kofax.mobile.sdk.w;
|
||
|
|
||
|
import bolts.CancellationToken;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class i implements com.kofax.mobile.sdk.e.c {
|
||
|
private final com.kofax.mobile.sdk.e.c PN;
|
||
|
private final com.kofax.mobile.sdk.e.c PO;
|
||
|
|
||
|
public i(com.kofax.mobile.sdk.e.c cVar, com.kofax.mobile.sdk.e.c cVar2) {
|
||
|
this.PN = cVar;
|
||
|
this.PO = cVar2;
|
||
|
}
|
||
|
|
||
|
@Override // com.kofax.mobile.sdk.e.c
|
||
|
public void a(Object obj, CancellationToken cancellationToken) {
|
||
|
Thread thread = new Thread(new Runnable(this, obj, cancellationToken) { // from class: com.kofax.mobile.sdk.w.i.1
|
||
|
final CancellationToken Oa;
|
||
|
final Object PP;
|
||
|
final i PQ;
|
||
|
|
||
|
{
|
||
|
this.PQ = this;
|
||
|
this.PP = obj;
|
||
|
this.Oa = cancellationToken;
|
||
|
}
|
||
|
|
||
|
@Override // java.lang.Runnable
|
||
|
public void run() {
|
||
|
this.PQ.PN.a(this.PP, this.Oa);
|
||
|
}
|
||
|
});
|
||
|
Thread thread2 = new Thread(new Runnable(this, obj, cancellationToken) { // from class: com.kofax.mobile.sdk.w.i.2
|
||
|
final CancellationToken Oa;
|
||
|
final Object PP;
|
||
|
final i PQ;
|
||
|
|
||
|
{
|
||
|
this.PQ = this;
|
||
|
this.PP = obj;
|
||
|
this.Oa = cancellationToken;
|
||
|
}
|
||
|
|
||
|
@Override // java.lang.Runnable
|
||
|
public void run() {
|
||
|
this.PQ.PO.a(this.PP, this.Oa);
|
||
|
}
|
||
|
});
|
||
|
thread.start();
|
||
|
thread2.start();
|
||
|
try {
|
||
|
thread.join();
|
||
|
thread2.join();
|
||
|
} catch (InterruptedException unused) {
|
||
|
}
|
||
|
}
|
||
|
}
|