tmap/smali/androidx/media/VolumeProviderCompat$c.smali
2022-06-10 21:38:30 +09:00

52 lines
1.1 KiB
Smali

.class public Landroidx/media/VolumeProviderCompat$c;
.super Ljava/lang/Object;
.source "VolumeProviderCompat.java"
# annotations
.annotation build Landroidx/annotation/RequiresApi;
value = 0x15
.end annotation
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/media/VolumeProviderCompat;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "c"
.end annotation
# 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/media/VolumeProvider;I)V
.locals 0
.annotation build Landroidx/annotation/DoNotInline;
.end annotation
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0,
0x0
}
names = {
"volumeProvider",
"currentVolume"
}
.end annotation
.line 1
invoke-virtual {p0, p1}, Landroid/media/VolumeProvider;->setCurrentVolume(I)V
return-void
.end method