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

47 lines
1.4 KiB
Smali

.class public Landroidx/work/impl/foreground/SystemForegroundService$1;
.super Ljava/lang/Object;
.source "SystemForegroundService.java"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Landroidx/work/impl/foreground/SystemForegroundService;->stopForegroundService()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;
# direct methods
.method public constructor <init>(Landroidx/work/impl/foreground/SystemForegroundService;)V
.locals 0
iput-object p1, p0, Landroidx/work/impl/foreground/SystemForegroundService$1;->this$0:Landroidx/work/impl/foreground/SystemForegroundService;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public run()V
.locals 1
iget-object v0, p0, Landroidx/work/impl/foreground/SystemForegroundService$1;->this$0:Landroidx/work/impl/foreground/SystemForegroundService;
iget-object v0, v0, Landroidx/work/impl/foreground/SystemForegroundService;->mDispatcher:Landroidx/work/impl/foreground/SystemForegroundDispatcher;
invoke-virtual {v0}, Landroidx/work/impl/foreground/SystemForegroundDispatcher;->handleStop()V
return-void
.end method