APKPackagesCache.smali
.class public Lcom/cleanmaster/junk/bean/APKPackagesCache;
.super Ljava/lang/Object;
.source "APKPackagesCache.java"
# instance fields
.field public mAPKPackagesList:Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List",
"<",
"Ljava/util/List",
"<",
"Lcom/cleanmaster/junk/bean/APKModel;",
">;>;"
}
.end annotation
.end field
.field public mBackupCount:I
.field public mInstalledCount:I
.field public mNotInstalledCount:I
.field public mTotalSize:J
# direct methods
.method public constructor <init>()V
.registers 4
.prologue
const/4 v2, 0x0
.line 5
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 6
const/4 v0, 0x0
iput-object v0, p0, Lcom/cleanmaster/junk/bean/APKPackagesCache;->mAPKPackagesList:Ljava/util/List;
.line 7
const-wide/16 v0, 0x0
iput-wide v0, p0, Lcom/cleanmaster/junk/bean/APKPackagesCache;->mTotalSize:J
.line 8
iput v2, p0, Lcom/cleanmaster/junk/bean/APKPackagesCache;->mInstalledCount:I
.line 9
iput v2, p0, Lcom/cleanmaster/junk/bean/APKPackagesCache;->mNotInstalledCount:I
.line 10
iput v2, p0, Lcom/cleanmaster/junk/bean/APKPackagesCache;->mBackupCount:I
return-void
.end method