what-the-bank/sources/o/BY.java

36 lines
1.1 KiB
Java

package o;
import android.content.SharedPreferences;
import android.content.res.Resources;
import java.util.List;
import o.C1127We;
/* loaded from: classes3.dex */
public final class BY extends AbstractC16173lt<QPR, C1127We> {
private final C16121lS a;
private final BS b;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public BY(Resources resources, SharedPreferences sharedPreferences, C16121lS c16121lS, BS bs) {
super(resources, sharedPreferences);
C14957gcv.e(resources, "");
C14957gcv.e(sharedPreferences, "");
C14957gcv.e(c16121lS, "");
C14957gcv.e(bs, "");
this.a = c16121lS;
this.b = bs;
}
@Override // o.AbstractC16173lt
/* renamed from: e, reason: merged with bridge method [inline-methods] */
public final C1127We d(QPR qpr) {
C14957gcv.e(qpr, "");
C1127We.RVV rvv = C1127We.b;
C1127We c1127We = new C1127We();
c1127We.a = this.a.d(qpr.d);
c1127We.d = this.b.d((List) qpr.a);
return c1127We;
}
}