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

81 lines
2.7 KiB
Smali

.class public Landroidx/work/impl/foreground/SystemForegroundService$2;
.super Ljava/lang/Object;
.source "SystemForegroundService.java"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Landroidx/work/impl/foreground/SystemForegroundService;->startForeground(IILandroid/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
.field public final synthetic val$notificationType:I
# direct methods
.method public constructor <init>(Landroidx/work/impl/foreground/SystemForegroundService;ILandroid/app/Notification;I)V
.locals 0
iput-object p1, p0, Landroidx/work/impl/foreground/SystemForegroundService$2;->this$0:Landroidx/work/impl/foreground/SystemForegroundService;
iput p2, p0, Landroidx/work/impl/foreground/SystemForegroundService$2;->val$notificationId:I
iput-object p3, p0, Landroidx/work/impl/foreground/SystemForegroundService$2;->val$notification:Landroid/app/Notification;
iput p4, p0, Landroidx/work/impl/foreground/SystemForegroundService$2;->val$notificationType:I
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public run()V
.locals 4
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
const/16 v1, 0x1d
if-lt v0, v1, :cond_0
iget-object v0, p0, Landroidx/work/impl/foreground/SystemForegroundService$2;->this$0:Landroidx/work/impl/foreground/SystemForegroundService;
iget v1, p0, Landroidx/work/impl/foreground/SystemForegroundService$2;->val$notificationId:I
iget-object v2, p0, Landroidx/work/impl/foreground/SystemForegroundService$2;->val$notification:Landroid/app/Notification;
iget v3, p0, Landroidx/work/impl/foreground/SystemForegroundService$2;->val$notificationType:I
invoke-virtual {v0, v1, v2, v3}, Landroid/app/Service;->startForeground(ILandroid/app/Notification;I)V
goto :goto_0
:cond_0
iget-object v0, p0, Landroidx/work/impl/foreground/SystemForegroundService$2;->this$0:Landroidx/work/impl/foreground/SystemForegroundService;
iget v1, p0, Landroidx/work/impl/foreground/SystemForegroundService$2;->val$notificationId:I
iget-object v2, p0, Landroidx/work/impl/foreground/SystemForegroundService$2;->val$notification:Landroid/app/Notification;
invoke-virtual {v0, v1, v2}, Landroid/app/Service;->startForeground(ILandroid/app/Notification;)V
:goto_0
return-void
.end method