You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
103 lines
2.2 KiB
103 lines
2.2 KiB
2 years ago
|
.class public Lcom/android/volley/AuthFailureError;
|
||
|
.super Lcom/android/volley/VolleyError;
|
||
|
.source "AuthFailureError.java"
|
||
|
|
||
|
|
||
|
# instance fields
|
||
|
.field private mResolutionIntent:Landroid/content/Intent;
|
||
|
|
||
|
|
||
|
# direct methods
|
||
|
.method public constructor <init>()V
|
||
|
.locals 0
|
||
|
|
||
|
.prologue
|
||
|
.line 29
|
||
|
invoke-direct {p0}, Lcom/android/volley/VolleyError;-><init>()V
|
||
|
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
.method public constructor <init>(Landroid/content/Intent;)V
|
||
|
.locals 0
|
||
|
|
||
|
.prologue
|
||
|
.line 31
|
||
|
invoke-direct {p0}, Lcom/android/volley/VolleyError;-><init>()V
|
||
|
|
||
|
.line 32
|
||
|
iput-object p1, p0, Lcom/android/volley/AuthFailureError;->mResolutionIntent:Landroid/content/Intent;
|
||
|
|
||
|
.line 33
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
.method public constructor <init>(Lcom/android/volley/NetworkResponse;)V
|
||
|
.locals 0
|
||
|
|
||
|
.prologue
|
||
|
.line 36
|
||
|
invoke-direct {p0, p1}, Lcom/android/volley/VolleyError;-><init>(Lcom/android/volley/NetworkResponse;)V
|
||
|
|
||
|
.line 37
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
.method public constructor <init>(Ljava/lang/String;)V
|
||
|
.locals 0
|
||
|
|
||
|
.prologue
|
||
|
.line 40
|
||
|
invoke-direct {p0, p1}, Lcom/android/volley/VolleyError;-><init>(Ljava/lang/String;)V
|
||
|
|
||
|
.line 41
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
.method public constructor <init>(Ljava/lang/String;Ljava/lang/Exception;)V
|
||
|
.locals 0
|
||
|
|
||
|
.prologue
|
||
|
.line 44
|
||
|
invoke-direct {p0, p1, p2}, Lcom/android/volley/VolleyError;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
|
||
|
|
||
|
.line 45
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public getMessage()Ljava/lang/String;
|
||
|
.locals 1
|
||
|
|
||
|
.prologue
|
||
|
.line 53
|
||
|
iget-object v0, p0, Lcom/android/volley/AuthFailureError;->mResolutionIntent:Landroid/content/Intent;
|
||
|
|
||
|
if-eqz v0, :cond_0
|
||
|
|
||
|
.line 54
|
||
|
const-string v0, "User needs to (re)enter credentials."
|
||
|
|
||
|
.line 56
|
||
|
:goto_0
|
||
|
return-object v0
|
||
|
|
||
|
:cond_0
|
||
|
invoke-super {p0}, Lcom/android/volley/VolleyError;->getMessage()Ljava/lang/String;
|
||
|
|
||
|
move-result-object v0
|
||
|
|
||
|
goto :goto_0
|
||
|
.end method
|
||
|
|
||
|
.method public getResolutionIntent()Landroid/content/Intent;
|
||
|
.locals 1
|
||
|
|
||
|
.prologue
|
||
|
.line 48
|
||
|
iget-object v0, p0, Lcom/android/volley/AuthFailureError;->mResolutionIntent:Landroid/content/Intent;
|
||
|
|
||
|
return-object v0
|
||
|
.end method
|