NotificationWrapper.smali

.class public Lcom/cmcm/locker/sdk/notificationhelper/impl/inter/NotificationWrapper;
.super Ljava/lang/Object;
.source "NotificationWrapper.java"

# interfaces
.implements Lcom/cmcm/locker/sdk/notificationhelper/impl/inter/INotificationWrapper;


# instance fields
.field private mNotification:Landroid/app/Notification;

.field private mPkg:Ljava/lang/String;

.field private mTime:J


# direct methods
.method public constructor <init>(Landroid/app/Notification;Ljava/lang/String;J)V
    .registers 6

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

    .line 14
    iput-object p1, p0, Lcom/cmcm/locker/sdk/notificationhelper/impl/inter/NotificationWrapper;->mNotification:Landroid/app/Notification;

    .line 15
    iput-object p2, p0, Lcom/cmcm/locker/sdk/notificationhelper/impl/inter/NotificationWrapper;->mPkg:Ljava/lang/String;

    .line 16
    iput-wide p3, p0, Lcom/cmcm/locker/sdk/notificationhelper/impl/inter/NotificationWrapper;->mTime:J

    .line 17
    return-void
.end method


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

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

    return v0
.end method

.method public getNotification()Landroid/app/Notification;
    .registers 2

    .prologue
    .line 21
    iget-object v0, p0, Lcom/cmcm/locker/sdk/notificationhelper/impl/inter/NotificationWrapper;->mNotification:Landroid/app/Notification;

    return-object v0
.end method

.method public getPackageName()Ljava/lang/String;
    .registers 2

    .prologue
    .line 26
    iget-object v0, p0, Lcom/cmcm/locker/sdk/notificationhelper/impl/inter/NotificationWrapper;->mPkg:Ljava/lang/String;

    if-nez v0, :cond_7

    const-string v0, ""

    :goto_6
    return-object v0

    :cond_7
    iget-object v0, p0, Lcom/cmcm/locker/sdk/notificationhelper/impl/inter/NotificationWrapper;->mPkg:Ljava/lang/String;

    goto :goto_6
.end method

.method public getTag()Ljava/lang/String;
    .registers 2

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

    return-object v0
.end method

.method public setNotification(Landroid/app/Notification;)V
    .registers 2

    .prologue
    .line 40
    iput-object p1, p0, Lcom/cmcm/locker/sdk/notificationhelper/impl/inter/NotificationWrapper;->mNotification:Landroid/app/Notification;

    .line 41
    return-void
.end method