34 lines
1.5 KiB
Java
34 lines
1.5 KiB
Java
package com.huawei.hms.hwid;
|
|
|
|
import com.huawei.hms.common.internal.TaskApiCall;
|
|
import com.huawei.hms.support.account.result.AuthAccount;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class m extends TaskApiCall<c, AuthAccount> {
|
|
@Override // com.huawei.hms.common.internal.TaskApiCall
|
|
public int getApiLevel() {
|
|
return 1;
|
|
}
|
|
|
|
public m(String str, String str2, String str3) {
|
|
super(str, str2, str3);
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: protected */
|
|
/* JADX WARN: Removed duplicated region for block: B:26:0x0107 */
|
|
/* JADX WARN: Removed duplicated region for block: B:28:? A[RETURN, SYNTHETIC] */
|
|
@Override // com.huawei.hms.common.internal.TaskApiCall
|
|
/* renamed from: a, reason: merged with bridge method [inline-methods] */
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public void doExecute(com.huawei.hms.hwid.c r7, com.huawei.hms.common.internal.ResponseErrorCode r8, java.lang.String r9, o.nNj<com.huawei.hms.support.account.result.AuthAccount> r10) {
|
|
/*
|
|
Method dump skipped, instructions count: 283
|
|
To view this dump add '--comments-level debug' option
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: com.huawei.hms.hwid.m.doExecute(com.huawei.hms.hwid.c, com.huawei.hms.common.internal.ResponseErrorCode, java.lang.String, o.nNj):void");
|
|
}
|
|
}
|