package com.huawei.hms.hwid; import android.text.TextUtils; import com.huawei.hms.common.ApiException; import com.huawei.hms.common.ResolvableApiException; import com.huawei.hms.common.internal.ResponseErrorCode; import com.huawei.hms.common.internal.TaskApiCall; import com.huawei.hms.support.api.client.Status; import com.huawei.hms.support.api.entity.core.CommonCode; import com.huawei.hms.support.api.hwid.StartAssistLoginResult; import com.huawei.hms.support.hianalytics.HiAnalyticsClient; import o.nNj; import org.json.JSONException; /* loaded from: classes2.dex */ public class o extends TaskApiCall { @Override // com.huawei.hms.common.internal.TaskApiCall public int getApiLevel() { return 14; } @Override // com.huawei.hms.common.internal.TaskApiCall public int getMinApkVersion() { return 60000000; } public o(String str, String str2, String str3) { super(str, str2, str3); } /* JADX INFO: Access modifiers changed from: protected */ @Override // com.huawei.hms.common.internal.TaskApiCall /* renamed from: a, reason: merged with bridge method [inline-methods] */ public void doExecute(c cVar, ResponseErrorCode responseErrorCode, String str, nNj nnj) { as.b("AccountStartAssistLoginTaskApiCall", "AccountStartAssistLoginTaskApiCall doExecute", true); if (responseErrorCode == null) { as.b("AccountStartAssistLoginTaskApiCall", "response is null.", true); nnj.c(new ApiException(new Status(2003, "response is null."))); return; } int errorCode = responseErrorCode.getErrorCode(); if (errorCode != 0 && CommonCode.Resolution.HAS_RESOLUTION.equals(responseErrorCode.getResolution())) { as.b("AccountStartAssistLoginTaskApiCall", "apk version is low or is not exist.", true); Status status = new Status(errorCode, responseErrorCode.getErrorReason()); ao.a(responseErrorCode, status); nnj.c(new ResolvableApiException(status)); return; } if (!TextUtils.isEmpty(str)) { if ("{}".equals(str)) { as.b("AccountStartAssistLoginTaskApiCall", "signIn complete, body is null", true); nnj.c(new ApiException(new Status(errorCode, responseErrorCode.getErrorReason()))); return; } try { StartAssistLoginResult fromJson = new StartAssistLoginResult().fromJson(str); if (fromJson.isSuccess()) { nnj.b(null); } else { nnj.c(new ApiException(fromJson.getStatus())); } } catch (JSONException unused) { as.c("AccountStartAssistLoginTaskApiCall", "tartAssistLogin complete, but parser json exception", true); nnj.c(new ApiException(new Status(errorCode, responseErrorCode.getErrorReason()))); } } else { nnj.c(new ApiException(new Status(errorCode, responseErrorCode.getErrorReason()))); } if (cVar != null) { HiAnalyticsClient.reportExit(cVar.getContext(), getUri(), getTransactionId(), ar.a(errorCode), errorCode); } } }