Files
rr3-apk/smali_classes3/com/helpshift/network/HSResponse$NetworkResponseCodes.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

91 lines
2.4 KiB
Smali

.class public interface abstract Lcom/helpshift/network/HSResponse$NetworkResponseCodes;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/helpshift/network/HSResponse;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "NetworkResponseCodes"
.end annotation
# static fields
.field public static final AUTH_TOKEN_NOT_PROVIDED:Ljava/lang/Integer;
.field public static final CONTENT_UNCHANGED:Ljava/lang/Integer;
.field public static final INVALID_AUTH_TOKEN:Ljava/lang/Integer;
.field public static final OBJECT_NOT_FOUND:Ljava/lang/Integer;
.field public static final OK:Ljava/lang/Integer;
.field public static final UNAUTHORIZED_ACCESS:Ljava/lang/Integer;
# direct methods
.method static constructor <clinit>()V
.locals 1
const/16 v0, 0xc8
.line 38
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v0
sput-object v0, Lcom/helpshift/network/HSResponse$NetworkResponseCodes;->OK:Ljava/lang/Integer;
const/16 v0, 0x130
.line 39
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v0
sput-object v0, Lcom/helpshift/network/HSResponse$NetworkResponseCodes;->CONTENT_UNCHANGED:Ljava/lang/Integer;
const/16 v0, 0x190
.line 40
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v0
sput-object v0, Lcom/helpshift/network/HSResponse$NetworkResponseCodes;->OBJECT_NOT_FOUND:Ljava/lang/Integer;
const/16 v0, 0x191
.line 41
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v0
sput-object v0, Lcom/helpshift/network/HSResponse$NetworkResponseCodes;->UNAUTHORIZED_ACCESS:Ljava/lang/Integer;
const/16 v0, 0x1b9
.line 45
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v0
sput-object v0, Lcom/helpshift/network/HSResponse$NetworkResponseCodes;->AUTH_TOKEN_NOT_PROVIDED:Ljava/lang/Integer;
const/16 v0, 0x1bb
.line 46
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v0
sput-object v0, Lcom/helpshift/network/HSResponse$NetworkResponseCodes;->INVALID_AUTH_TOKEN:Ljava/lang/Integer;
return-void
.end method