44 lines
886 B
Smali
44 lines
886 B
Smali
.class public final Landroidx/core/app/ServiceCompat;
|
|
.super Ljava/lang/Object;
|
|
.source "ServiceCompat.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Landroidx/core/app/ServiceCompat$StopForegroundFlags;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final a:I = 0x1
|
|
|
|
.field public static final b:I = 0x1
|
|
|
|
.field public static final c:I = 0x2
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static a(Landroid/app/Service;I)V
|
|
.locals 0
|
|
.param p0 # Landroid/app/Service;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
|
|
.line 1
|
|
invoke-virtual {p0, p1}, Landroid/app/Service;->stopForeground(I)V
|
|
|
|
return-void
|
|
.end method
|