apkfuckery/com.discord/smali/androidx/work/impl/foreground/SystemForegroundService$3.smali
2020-07-08 16:44:49 +00:00

59 lines
2 KiB
Smali

.class public Landroidx/work/impl/foreground/SystemForegroundService$3;
.super Ljava/lang/Object;
.source "SystemForegroundService.java"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Landroidx/work/impl/foreground/SystemForegroundService;->notify(ILandroid/app/Notification;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field public final synthetic this$0:Landroidx/work/impl/foreground/SystemForegroundService;
.field public final synthetic val$notification:Landroid/app/Notification;
.field public final synthetic val$notificationId:I
# direct methods
.method public constructor <init>(Landroidx/work/impl/foreground/SystemForegroundService;ILandroid/app/Notification;)V
.locals 0
iput-object p1, p0, Landroidx/work/impl/foreground/SystemForegroundService$3;->this$0:Landroidx/work/impl/foreground/SystemForegroundService;
iput p2, p0, Landroidx/work/impl/foreground/SystemForegroundService$3;->val$notificationId:I
iput-object p3, p0, Landroidx/work/impl/foreground/SystemForegroundService$3;->val$notification:Landroid/app/Notification;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public run()V
.locals 3
iget-object v0, p0, Landroidx/work/impl/foreground/SystemForegroundService$3;->this$0:Landroidx/work/impl/foreground/SystemForegroundService;
iget-object v0, v0, Landroidx/work/impl/foreground/SystemForegroundService;->mNotificationManager:Landroid/app/NotificationManager;
iget v1, p0, Landroidx/work/impl/foreground/SystemForegroundService$3;->val$notificationId:I
iget-object v2, p0, Landroidx/work/impl/foreground/SystemForegroundService$3;->val$notification:Landroid/app/Notification;
invoke-virtual {v0, v1, v2}, Landroid/app/NotificationManager;->notify(ILandroid/app/Notification;)V
return-void
.end method