35 lines
691 B
Smali
35 lines
691 B
Smali
.class public Lcom/google/android/gms/safetynet/SafeBrowsingThreat;
|
|
.super Ljava/lang/Object;
|
|
|
|
|
|
# static fields
|
|
.field public static final TYPE_POTENTIALLY_HARMFUL_APPLICATION:I = 0x4
|
|
|
|
.field public static final TYPE_SOCIAL_ENGINEERING:I = 0x5
|
|
|
|
|
|
# instance fields
|
|
.field private zzt:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(I)V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput p1, p0, Lcom/google/android/gms/safetynet/SafeBrowsingThreat;->zzt:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getThreatType()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/android/gms/safetynet/SafeBrowsingThreat;->zzt:I
|
|
|
|
return v0
|
|
.end method
|