41 lines
1.0 KiB
Java
41 lines
1.0 KiB
Java
|
package com.huawei.hms.hatool;
|
||
|
|
||
|
import android.os.Build;
|
||
|
import org.json.JSONObject;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public class y0 extends t0 {
|
||
|
String f;
|
||
|
String g;
|
||
|
private String h;
|
||
|
|
||
|
public void h(String str) {
|
||
|
this.h = str;
|
||
|
}
|
||
|
|
||
|
public void g(String str) {
|
||
|
this.g = str;
|
||
|
}
|
||
|
|
||
|
public void f(String str) {
|
||
|
this.f = str;
|
||
|
}
|
||
|
|
||
|
@Override // com.huawei.hms.hatool.o1
|
||
|
public JSONObject a() {
|
||
|
JSONObject jSONObject = new JSONObject();
|
||
|
jSONObject.put("_rom_ver", this.h);
|
||
|
jSONObject.put("_emui_ver", this.a);
|
||
|
jSONObject.put("_model", Build.MODEL);
|
||
|
jSONObject.put("_mcc", this.f);
|
||
|
jSONObject.put("_mnc", this.g);
|
||
|
jSONObject.put("_package_name", this.b);
|
||
|
jSONObject.put("_app_ver", this.c);
|
||
|
jSONObject.put("_lib_ver", "2.2.0.314");
|
||
|
jSONObject.put("_channel", this.d);
|
||
|
jSONObject.put("_lib_name", "hianalytics");
|
||
|
jSONObject.put("_oaid_tracking_flag", this.e);
|
||
|
return jSONObject;
|
||
|
}
|
||
|
}
|