tmap/smali_classes2/com/google/android/gms/auth/UserRecoverableAuthException.smali
2022-06-10 21:38:30 +09:00

46 lines
1.2 KiB
Smali

.class public Lcom/google/android/gms/auth/UserRecoverableAuthException;
.super Lcom/google/android/gms/auth/GoogleAuthException;
# instance fields
.field private final mIntent:Landroid/content/Intent;
# direct methods
.method public constructor <init>(Ljava/lang/String;Landroid/content/Intent;)V
.locals 0
.line 1
invoke-direct {p0, p1}, Lcom/google/android/gms/auth/GoogleAuthException;-><init>(Ljava/lang/String;)V
.line 2
iput-object p2, p0, Lcom/google/android/gms/auth/UserRecoverableAuthException;->mIntent:Landroid/content/Intent;
return-void
.end method
# virtual methods
.method public getIntent()Landroid/content/Intent;
.locals 2
.line 1
iget-object v0, p0, Lcom/google/android/gms/auth/UserRecoverableAuthException;->mIntent:Landroid/content/Intent;
if-nez v0, :cond_0
const/4 v0, 0x0
return-object v0
.line 2
:cond_0
new-instance v0, Landroid/content/Intent;
iget-object v1, p0, Lcom/google/android/gms/auth/UserRecoverableAuthException;->mIntent:Landroid/content/Intent;
invoke-direct {v0, v1}, Landroid/content/Intent;-><init>(Landroid/content/Intent;)V
return-object v0
.end method