35 lines
1.2 KiB
Java
35 lines
1.2 KiB
Java
package o;
|
|
|
|
import android.content.SharedPreferences;
|
|
import android.content.res.Resources;
|
|
|
|
/* renamed from: o.mu, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C16277mu extends C16157lj {
|
|
private final String b;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
@InterfaceC13391fZD
|
|
public C16277mu(Resources resources, SharedPreferences sharedPreferences, String str) {
|
|
super(resources, sharedPreferences);
|
|
C14957gcv.e(resources, "");
|
|
C14957gcv.e(sharedPreferences, "");
|
|
C14957gcv.e(str, "");
|
|
this.b = str;
|
|
}
|
|
|
|
public static FM b(C17760zYk c17760zYk) {
|
|
C14957gcv.e(c17760zYk, "");
|
|
String str = c17760zYk.c;
|
|
String str2 = str == null ? "" : str;
|
|
Double d = c17760zYk.a;
|
|
double doubleValue = d != null ? d.doubleValue() : 0.0d;
|
|
Double d2 = c17760zYk.h;
|
|
double doubleValue2 = d2 != null ? d2.doubleValue() : 0.0d;
|
|
Double d3 = c17760zYk.b;
|
|
double doubleValue3 = d3 != null ? d3.doubleValue() : 0.0d;
|
|
Double d4 = c17760zYk.d;
|
|
return new FM(str2, doubleValue, doubleValue2, doubleValue3, d4 != null ? d4.doubleValue() : 0.0d);
|
|
}
|
|
}
|