52 lines
1.2 KiB
Smali
52 lines
1.2 KiB
Smali
.class Landroid/support/v4/media/MediaBrowserCompatApi21$MediaItem;
|
|
.super Ljava/lang/Object;
|
|
.source "MediaBrowserCompatApi21.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroid/support/v4/media/MediaBrowserCompatApi21;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x8
|
|
name = "MediaItem"
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 141
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static getDescription(Ljava/lang/Object;)Ljava/lang/Object;
|
|
.locals 0
|
|
|
|
.line 148
|
|
check-cast p0, Landroid/media/browse/MediaBrowser$MediaItem;
|
|
|
|
invoke-virtual {p0}, Landroid/media/browse/MediaBrowser$MediaItem;->getDescription()Landroid/media/MediaDescription;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static getFlags(Ljava/lang/Object;)I
|
|
.locals 0
|
|
|
|
.line 144
|
|
check-cast p0, Landroid/media/browse/MediaBrowser$MediaItem;
|
|
|
|
invoke-virtual {p0}, Landroid/media/browse/MediaBrowser$MediaItem;->getFlags()I
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|