Files
rr3-apk/smali_classes2/com/ea/nimble/ApplicationEnvironmentImpl$5.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

74 lines
2.3 KiB
Smali

.class Lcom/ea/nimble/ApplicationEnvironmentImpl$5;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/tasks/OnCanceledListener;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/ea/nimble/ApplicationEnvironmentImpl;->requestIntegrityToken(Ljava/lang/String;Lcom/ea/nimble/IApplicationEnvironment$IntegrityTokenCallback;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field final synthetic this$0:Lcom/ea/nimble/ApplicationEnvironmentImpl;
.field final synthetic val$listener:Lcom/ea/nimble/IApplicationEnvironment$IntegrityTokenCallback;
# direct methods
.method public constructor <init>(Lcom/ea/nimble/ApplicationEnvironmentImpl;Lcom/ea/nimble/IApplicationEnvironment$IntegrityTokenCallback;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
iput-object p1, p0, Lcom/ea/nimble/ApplicationEnvironmentImpl$5;->this$0:Lcom/ea/nimble/ApplicationEnvironmentImpl;
iput-object p2, p0, Lcom/ea/nimble/ApplicationEnvironmentImpl$5;->val$listener:Lcom/ea/nimble/IApplicationEnvironment$IntegrityTokenCallback;
.line 1245
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public onCanceled()V
.locals 4
const/4 v0, 0x0
new-array v0, v0, [Ljava/lang/Object;
const-string v1, "IntegrityTokenRequest canceled by the service"
.line 1249
invoke-static {p0, v1, v0}, Lcom/ea/nimble/Log$Helper;->LOGE(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V
iget-object v0, p0, Lcom/ea/nimble/ApplicationEnvironmentImpl$5;->val$listener:Lcom/ea/nimble/IApplicationEnvironment$IntegrityTokenCallback;
.line 1250
new-instance v2, Lcom/ea/nimble/Error;
sget-object v3, Lcom/ea/nimble/Error$Code;->UNKNOWN:Lcom/ea/nimble/Error$Code;
invoke-direct {v2, v3, v1}, Lcom/ea/nimble/Error;-><init>(Lcom/ea/nimble/Error$Code;Ljava/lang/String;)V
const/4 v1, 0x0
invoke-interface {v0, v1, v2}, Lcom/ea/nimble/IApplicationEnvironment$IntegrityTokenCallback;->onCallback(Ljava/lang/String;Lcom/ea/nimble/Error;)V
return-void
.end method