tmap/smali_classes3/com/google/api/client/http/HttpBackOffUnsuccessfulResponseHandler$BackOffRequired$2.smali
2022-06-10 21:38:30 +09:00

56 lines
1.1 KiB
Smali

.class final Lcom/google/api/client/http/HttpBackOffUnsuccessfulResponseHandler$BackOffRequired$2;
.super Ljava/lang/Object;
.source "HttpBackOffUnsuccessfulResponseHandler.java"
# interfaces
.implements Lcom/google/api/client/http/HttpBackOffUnsuccessfulResponseHandler$BackOffRequired;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/api/client/http/HttpBackOffUnsuccessfulResponseHandler$BackOffRequired;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = null
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public isRequired(Lcom/google/api/client/http/HttpResponse;)Z
.locals 1
.line 1
invoke-virtual {p1}, Lcom/google/api/client/http/HttpResponse;->getStatusCode()I
move-result p1
div-int/lit8 p1, p1, 0x64
const/4 v0, 0x5
if-ne p1, v0, :cond_0
const/4 p1, 0x1
goto :goto_0
:cond_0
const/4 p1, 0x0
:goto_0
return p1
.end method