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

29 lines
956 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.content.SharedPreferences;
import android.content.res.Resources;
import com.scb.phone.presentation.mapper.transferandpay.BaseAssetsDisplayMapper;
import java.util.ArrayList;
import java.util.List;
/* renamed from: o.px, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16648px extends BaseAssetsDisplayMapper {
@InterfaceC13391fZD
public C16648px(Resources resources, SharedPreferences sharedPreferences, String str) {
super(resources, sharedPreferences, str);
}
public final List<C0566Jp> c(List<Cxy> list, String str) {
ArrayList arrayList = new ArrayList();
for (Cxy cxy : list) {
if ("th".equals(str)) {
arrayList.add(new C0566Jp(cxy.a.d, cxy.c.d, b_(cxy.b)));
} else {
arrayList.add(new C0566Jp(cxy.a.e, cxy.c.e, b_(cxy.b)));
}
}
return arrayList;
}
}