MemoryChangeParam.smali

.class public Lcom/cleanmaster/hpsharelib/synipc/MemoryChangeParam;
.super Ljava/lang/Object;
.source "MemoryChangeParam.java"

# interfaces
.implements Landroid/os/Parcelable;


# static fields
.field public static final CREATOR:Landroid/os/Parcelable$Creator;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "Landroid/os/Parcelable$Creator",
            "<",
            "Lcom/cleanmaster/hpsharelib/synipc/MemoryChangeParam;",
            ">;"
        }
    .end annotation
.end field

.field public static final OP_ON_CLEAN_CACHE_LONG:I = 0x2

.field public static final OP_ON_CLEAN_CACHE_NORMAL:I = 0x1

.field public static final OP_ON_MEMORY_BOOST_LONG:I = 0xc

.field public static final OP_ON_MEMORY_BOOST_NORMAL:I = 0xb


# instance fields
.field private mCachedMemory:J

.field private mOperation:I


# direct methods
.method static constructor <clinit>()V
    .registers 1

    .prologue
    .line 56
    new-instance v0, Lcom/cleanmaster/hpsharelib/synipc/MemoryChangeParam$1;

    invoke-direct {v0}, Lcom/cleanmaster/hpsharelib/synipc/MemoryChangeParam$1;-><init>()V

    sput-object v0, Lcom/cleanmaster/hpsharelib/synipc/MemoryChangeParam;->CREATOR:Landroid/os/Parcelable$Creator;

    return-void
.end method

.method public constructor <init>()V
    .registers 1

    .prologue
    .line 30
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    .line 32
    return-void
.end method

.method public constructor <init>(IJ)V
    .registers 4

    .prologue
    .line 25
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    .line 26
    iput p1, p0, Lcom/cleanmaster/hpsharelib/synipc/MemoryChangeParam;->mOperation:I

    .line 27
    iput-wide p2, p0, Lcom/cleanmaster/hpsharelib/synipc/MemoryChangeParam;->mCachedMemory:J

    .line 28
    return-void
.end method

.method static synthetic access$002(Lcom/cleanmaster/hpsharelib/synipc/MemoryChangeParam;I)I
    .registers 2

    .prologue
    .line 7
    iput p1, p0, Lcom/cleanmaster/hpsharelib/synipc/MemoryChangeParam;->mOperation:I

    return p1
.end method

.method static synthetic access$102(Lcom/cleanmaster/hpsharelib/synipc/MemoryChangeParam;J)J
    .registers 4

    .prologue
    .line 7
    iput-wide p1, p0, Lcom/cleanmaster/hpsharelib/synipc/MemoryChangeParam;->mCachedMemory:J

    return-wide p1
.end method


# virtual methods
.method public describeContents()I
    .registers 2

    .prologue
    .line 83
    const/4 v0, 0x0

    return v0
.end method

.method public getCachedMemory()J
    .registers 3

    .prologue
    .line 35
    iget-wide v0, p0, Lcom/cleanmaster/hpsharelib/synipc/MemoryChangeParam;->mCachedMemory:J

    return-wide v0
.end method

.method public getOperation()I
    .registers 2

    .prologue
    .line 39
    iget v0, p0, Lcom/cleanmaster/hpsharelib/synipc/MemoryChangeParam;->mOperation:I

    return v0
.end method

.method public writeToParcel(Landroid/os/Parcel;I)V
    .registers 5

    .prologue
    .line 75
    iget v0, p0, Lcom/cleanmaster/hpsharelib/synipc/MemoryChangeParam;->mOperation:I

    invoke-virtual {p1, v0}, Landroid/os/Parcel;->writeInt(I)V

    .line 76
    iget-wide v0, p0, Lcom/cleanmaster/hpsharelib/synipc/MemoryChangeParam;->mCachedMemory:J

    invoke-virtual {p1, v0, v1}, Landroid/os/Parcel;->writeLong(J)V

    .line 77
    return-void
.end method