Add Discord APKTool decompilation (Smali source for modding)

- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
This commit is contained in:
2026-02-18 16:13:44 -08:00
parent c080f0d97f
commit f3960ee359
44288 changed files with 10998761 additions and 0 deletions

View File

@@ -0,0 +1,59 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a$a;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroid/os/Parcelable$Creator;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Landroid/os/Parcelable$Creator<",
"Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
.locals 1
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a;
invoke-direct {v0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a;-><init>(Landroid/os/Parcel;)V
return-object v0
.end method
.method public final newArray(I)[Ljava/lang/Object;
.locals 0
const/4 p1, 0x0
new-array p1, p1, [Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a;
return-object p1
.end method

View File

@@ -0,0 +1,17 @@
.class public interface abstract Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a$b;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroid/os/Parcelable;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "b"
.end annotation

View File

@@ -0,0 +1,217 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroid/os/Parcelable;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a$b;
}
.end annotation
# static fields
.field public static final CREATOR:Landroid/os/Parcelable$Creator;
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroid/os/Parcelable$Creator<",
"Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a;",
">;"
}
.end annotation
.end field
# instance fields
.field public final a:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a$b;
# direct methods
.method public static constructor <clinit>()V
.locals 1
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a$a;
invoke-direct {v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a$a;-><init>()V
sput-object v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a;->CREATOR:Landroid/os/Parcelable$Creator;
return-void
.end method
.method public constructor <init>(Landroid/os/Parcel;)V
.locals 3
.line 5
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 6
invoke-virtual {p1}, Landroid/os/Parcel;->readInt()I
move-result v0
new-array v0, v0, [Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a$b;
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a;->a:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a$b;
const/4 v0, 0x0
:goto_0
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a;->a:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a$b;
.line 7
array-length v2, v1
if-ge v0, v2, :cond_0
const-class v2, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a$b;
.line 8
invoke-virtual {v2}, Ljava/lang/Class;->getClassLoader()Ljava/lang/ClassLoader;
move-result-object v2
invoke-virtual {p1, v2}, Landroid/os/Parcel;->readParcelable(Ljava/lang/ClassLoader;)Landroid/os/Parcelable;
move-result-object v2
check-cast v2, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a$b;
aput-object v2, v1, v0
add-int/lit8 v0, v0, 0x1
goto :goto_0
:cond_0
return-void
.end method
.method public constructor <init>(Ljava/util/ArrayList;)V
.locals 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 3
invoke-virtual {p1}, Ljava/util/ArrayList;->size()I
move-result v0
new-array v0, v0, [Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a$b;
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a;->a:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a$b;
.line 4
invoke-virtual {p1, v0}, Ljava/util/ArrayList;->toArray([Ljava/lang/Object;)[Ljava/lang/Object;
return-void
.end method
# virtual methods
.method public final describeContents()I
.locals 1
const/4 v0, 0x0
return v0
.end method
.method public final equals(Ljava/lang/Object;)Z
.locals 2
if-ne p0, p1, :cond_0
const/4 p1, 0x1
return p1
:cond_0
if-eqz p1, :cond_2
.line 1
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object v0
const-class v1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a;
if-eq v1, v0, :cond_1
goto :goto_0
.line 4
:cond_1
check-cast p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a;
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a;->a:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a$b;
.line 5
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a;->a:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a$b;
invoke-static {v0, p1}, Ljava/util/Arrays;->equals([Ljava/lang/Object;[Ljava/lang/Object;)Z
move-result p1
return p1
:cond_2
:goto_0
const/4 p1, 0x0
return p1
.end method
.method public final hashCode()I
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a;->a:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a$b;
.line 1
invoke-static {v0}, Ljava/util/Arrays;->hashCode([Ljava/lang/Object;)I
move-result v0
return v0
.end method
.method public final writeToParcel(Landroid/os/Parcel;I)V
.locals 4
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a;->a:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a$b;
.line 1
array-length p2, p2
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeInt(I)V
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a;->a:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a$b;
.line 2
array-length v0, p2
const/4 v1, 0x0
move v2, v1
:goto_0
if-ge v2, v0, :cond_0
aget-object v3, p2, v2
.line 3
invoke-virtual {p1, v3, v1}, Landroid/os/Parcel;->writeParcelable(Landroid/os/Parcelable;I)V
add-int/lit8 v2, v2, 0x1
goto :goto_0
:cond_0
return-void
.end method

View File

@@ -0,0 +1,58 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a$a;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroid/os/Parcelable$Creator;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Landroid/os/Parcelable$Creator<",
"Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
.locals 1
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;
invoke-direct {v0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;-><init>(Landroid/os/Parcel;)V
return-object v0
.end method
.method public final newArray(I)[Ljava/lang/Object;
.locals 0
.line 1
new-array p1, p1, [Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;
return-object p1
.end method

View File

@@ -0,0 +1,263 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;
.super Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
.source "SourceFile"
# static fields
.field public static final CREATOR:Landroid/os/Parcelable$Creator;
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroid/os/Parcelable$Creator<",
"Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;",
">;"
}
.end annotation
.end field
# instance fields
.field public final b:Ljava/lang/String;
.field public final c:Ljava/lang/String;
.field public final d:I
.field public final e:[B
# direct methods
.method public static constructor <clinit>()V
.locals 1
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a$a;
invoke-direct {v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a$a;-><init>()V
sput-object v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->CREATOR:Landroid/os/Parcelable$Creator;
return-void
.end method
.method public constructor <init>(Landroid/os/Parcel;)V
.locals 1
const-string v0, "APIC"
.line 6
invoke-direct {p0, v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;-><init>(Ljava/lang/String;)V
.line 7
invoke-virtual {p1}, Landroid/os/Parcel;->readString()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->b:Ljava/lang/String;
.line 8
invoke-virtual {p1}, Landroid/os/Parcel;->readString()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->c:Ljava/lang/String;
.line 9
invoke-virtual {p1}, Landroid/os/Parcel;->readInt()I
move-result v0
iput v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->d:I
.line 10
invoke-virtual {p1}, Landroid/os/Parcel;->createByteArray()[B
move-result-object p1
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->e:[B
return-void
.end method
.method public constructor <init>(Ljava/lang/String;Ljava/lang/String;I[B)V
.locals 1
const-string v0, "APIC"
.line 1
invoke-direct {p0, v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;-><init>(Ljava/lang/String;)V
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->b:Ljava/lang/String;
iput-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->c:Ljava/lang/String;
iput p3, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->d:I
iput-object p4, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->e:[B
return-void
.end method
# virtual methods
.method public final equals(Ljava/lang/Object;)Z
.locals 4
const/4 v0, 0x1
if-ne p0, p1, :cond_0
return v0
:cond_0
const/4 v1, 0x0
if-eqz p1, :cond_3
.line 1
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object v2
const-class v3, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;
if-eq v3, v2, :cond_1
goto :goto_1
.line 4
:cond_1
check-cast p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;
iget v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->d:I
.line 5
iget v3, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->d:I
if-ne v2, v3, :cond_2
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->b:Ljava/lang/String;
iget-object v3, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->b:Ljava/lang/String;
invoke-static {v2, v3}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->c:Ljava/lang/String;
iget-object v3, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->c:Ljava/lang/String;
.line 6
invoke-static {v2, v3}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->e:[B
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->e:[B
.line 7
invoke-static {v2, p1}, Ljava/util/Arrays;->equals([B[B)Z
move-result p1
if-eqz p1, :cond_2
goto :goto_0
:cond_2
move v0, v1
:goto_0
return v0
:cond_3
:goto_1
return v1
.end method
.method public final hashCode()I
.locals 3
iget v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->d:I
add-int/lit16 v0, v0, 0x20f
mul-int/lit8 v0, v0, 0x1f
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->b:Ljava/lang/String;
const/4 v2, 0x0
if-eqz v1, :cond_0
.line 2
invoke-virtual {v1}, Ljava/lang/String;->hashCode()I
move-result v1
goto :goto_0
:cond_0
move v1, v2
:goto_0
add-int/2addr v0, v1
mul-int/lit8 v0, v0, 0x1f
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->c:Ljava/lang/String;
if-eqz v1, :cond_1
.line 3
invoke-virtual {v1}, Ljava/lang/String;->hashCode()I
move-result v2
:cond_1
add-int/2addr v0, v2
mul-int/lit8 v0, v0, 0x1f
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->e:[B
.line 4
invoke-static {v1}, Ljava/util/Arrays;->hashCode([B)I
move-result v1
add-int/2addr v1, v0
return v1
.end method
.method public final writeToParcel(Landroid/os/Parcel;I)V
.locals 0
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->b:Ljava/lang/String;
.line 1
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->c:Ljava/lang/String;
.line 2
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V
iget p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->d:I
.line 3
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeInt(I)V
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/a;->e:[B
.line 4
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeByteArray([B)V
return-void
.end method

View File

@@ -0,0 +1,58 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/b$a;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroid/os/Parcelable$Creator;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/b;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Landroid/os/Parcelable$Creator<",
"Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/b;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
.locals 1
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/b;
invoke-direct {v0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/b;-><init>(Landroid/os/Parcel;)V
return-object v0
.end method
.method public final newArray(I)[Ljava/lang/Object;
.locals 0
.line 1
new-array p1, p1, [Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/b;
return-object p1
.end method

View File

@@ -0,0 +1,172 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/b;
.super Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
.source "SourceFile"
# static fields
.field public static final CREATOR:Landroid/os/Parcelable$Creator;
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroid/os/Parcelable$Creator<",
"Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/b;",
">;"
}
.end annotation
.end field
# instance fields
.field public final b:[B
# direct methods
.method public static constructor <clinit>()V
.locals 1
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/b$a;
invoke-direct {v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/b$a;-><init>()V
sput-object v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/b;->CREATOR:Landroid/os/Parcelable$Creator;
return-void
.end method
.method public constructor <init>(Landroid/os/Parcel;)V
.locals 1
.line 3
invoke-virtual {p1}, Landroid/os/Parcel;->readString()Ljava/lang/String;
move-result-object v0
invoke-direct {p0, v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;-><init>(Ljava/lang/String;)V
.line 4
invoke-virtual {p1}, Landroid/os/Parcel;->createByteArray()[B
move-result-object p1
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/b;->b:[B
return-void
.end method
.method public constructor <init>(Ljava/lang/String;[B)V
.locals 0
.line 1
invoke-direct {p0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;-><init>(Ljava/lang/String;)V
iput-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/b;->b:[B
return-void
.end method
# virtual methods
.method public final equals(Ljava/lang/Object;)Z
.locals 4
const/4 v0, 0x1
if-ne p0, p1, :cond_0
return v0
:cond_0
const/4 v1, 0x0
if-eqz p1, :cond_3
.line 1
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object v2
const-class v3, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/b;
if-eq v3, v2, :cond_1
goto :goto_1
.line 4
:cond_1
check-cast p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/b;
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;->a:Ljava/lang/String;
.line 5
iget-object v3, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;->a:Ljava/lang/String;
invoke-virtual {v2, v3}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/b;->b:[B
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/b;->b:[B
invoke-static {v2, p1}, Ljava/util/Arrays;->equals([B[B)Z
move-result p1
if-eqz p1, :cond_2
goto :goto_0
:cond_2
move v0, v1
:goto_0
return v0
:cond_3
:goto_1
return v1
.end method
.method public final hashCode()I
.locals 2
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;->a:Ljava/lang/String;
.line 1
invoke-virtual {v0}, Ljava/lang/String;->hashCode()I
move-result v0
add-int/lit16 v0, v0, 0x20f
mul-int/lit8 v0, v0, 0x1f
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/b;->b:[B
.line 2
invoke-static {v1}, Ljava/util/Arrays;->hashCode([B)I
move-result v1
add-int/2addr v1, v0
return v1
.end method
.method public final writeToParcel(Landroid/os/Parcel;I)V
.locals 0
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;->a:Ljava/lang/String;
.line 1
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/b;->b:[B
.line 2
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeByteArray([B)V
return-void
.end method

View File

@@ -0,0 +1,58 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c$a;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroid/os/Parcelable$Creator;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Landroid/os/Parcelable$Creator<",
"Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
.locals 1
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;
invoke-direct {v0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;-><init>(Landroid/os/Parcel;)V
return-object v0
.end method
.method public final newArray(I)[Ljava/lang/Object;
.locals 0
.line 1
new-array p1, p1, [Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;
return-object p1
.end method

View File

@@ -0,0 +1,364 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;
.super Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
.source "SourceFile"
# static fields
.field public static final CREATOR:Landroid/os/Parcelable$Creator;
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroid/os/Parcelable$Creator<",
"Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;",
">;"
}
.end annotation
.end field
# instance fields
.field public final b:Ljava/lang/String;
.field public final c:I
.field public final d:I
.field public final e:J
.field public final f:J
.field public final g:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
# direct methods
.method public static constructor <clinit>()V
.locals 1
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c$a;
invoke-direct {v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c$a;-><init>()V
sput-object v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->CREATOR:Landroid/os/Parcelable$Creator;
return-void
.end method
.method public constructor <init>(Landroid/os/Parcel;)V
.locals 4
const-string v0, "CHAP"
.line 8
invoke-direct {p0, v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;-><init>(Ljava/lang/String;)V
.line 9
invoke-virtual {p1}, Landroid/os/Parcel;->readString()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->b:Ljava/lang/String;
.line 10
invoke-virtual {p1}, Landroid/os/Parcel;->readInt()I
move-result v0
iput v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->c:I
.line 11
invoke-virtual {p1}, Landroid/os/Parcel;->readInt()I
move-result v0
iput v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->d:I
.line 12
invoke-virtual {p1}, Landroid/os/Parcel;->readLong()J
move-result-wide v0
iput-wide v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->e:J
.line 13
invoke-virtual {p1}, Landroid/os/Parcel;->readLong()J
move-result-wide v0
iput-wide v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->f:J
.line 14
invoke-virtual {p1}, Landroid/os/Parcel;->readInt()I
move-result v0
.line 15
new-array v1, v0, [Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
iput-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->g:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
const/4 v1, 0x0
:goto_0
if-ge v1, v0, :cond_0
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->g:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
const-class v3, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
.line 17
invoke-virtual {v3}, Ljava/lang/Class;->getClassLoader()Ljava/lang/ClassLoader;
move-result-object v3
invoke-virtual {p1, v3}, Landroid/os/Parcel;->readParcelable(Ljava/lang/ClassLoader;)Landroid/os/Parcelable;
move-result-object v3
check-cast v3, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
aput-object v3, v2, v1
add-int/lit8 v1, v1, 0x1
goto :goto_0
:cond_0
return-void
.end method
.method public constructor <init>(Ljava/lang/String;IIJJ[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;)V
.locals 1
const-string v0, "CHAP"
.line 1
invoke-direct {p0, v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;-><init>(Ljava/lang/String;)V
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->b:Ljava/lang/String;
iput p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->c:I
iput p3, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->d:I
iput-wide p4, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->e:J
iput-wide p6, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->f:J
iput-object p8, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->g:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
return-void
.end method
# virtual methods
.method public final describeContents()I
.locals 1
const/4 v0, 0x0
return v0
.end method
.method public final equals(Ljava/lang/Object;)Z
.locals 6
const/4 v0, 0x1
if-ne p0, p1, :cond_0
return v0
:cond_0
const/4 v1, 0x0
if-eqz p1, :cond_3
.line 1
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object v2
const-class v3, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;
if-eq v3, v2, :cond_1
goto :goto_1
.line 4
:cond_1
check-cast p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;
iget v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->c:I
.line 5
iget v3, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->c:I
if-ne v2, v3, :cond_2
iget v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->d:I
iget v3, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->d:I
if-ne v2, v3, :cond_2
iget-wide v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->e:J
iget-wide v4, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->e:J
cmp-long v2, v2, v4
if-nez v2, :cond_2
iget-wide v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->f:J
iget-wide v4, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->f:J
cmp-long v2, v2, v4
if-nez v2, :cond_2
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->b:Ljava/lang/String;
iget-object v3, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->b:Ljava/lang/String;
.line 9
invoke-static {v2, v3}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->g:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->g:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
.line 10
invoke-static {v2, p1}, Ljava/util/Arrays;->equals([Ljava/lang/Object;[Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_2
goto :goto_0
:cond_2
move v0, v1
:goto_0
return v0
:cond_3
:goto_1
return v1
.end method
.method public final hashCode()I
.locals 3
iget v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->c:I
add-int/lit16 v0, v0, 0x20f
mul-int/lit8 v0, v0, 0x1f
iget v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->d:I
add-int/2addr v0, v1
mul-int/lit8 v0, v0, 0x1f
iget-wide v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->e:J
long-to-int v1, v1
add-int/2addr v0, v1
mul-int/lit8 v0, v0, 0x1f
iget-wide v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->f:J
long-to-int v1, v1
add-int/2addr v0, v1
mul-int/lit8 v0, v0, 0x1f
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->b:Ljava/lang/String;
if-eqz v1, :cond_0
.line 5
invoke-virtual {v1}, Ljava/lang/String;->hashCode()I
move-result v1
goto :goto_0
:cond_0
const/4 v1, 0x0
:goto_0
add-int/2addr v0, v1
return v0
.end method
.method public final writeToParcel(Landroid/os/Parcel;I)V
.locals 4
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->b:Ljava/lang/String;
.line 1
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V
iget p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->c:I
.line 2
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeInt(I)V
iget p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->d:I
.line 3
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeInt(I)V
iget-wide v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->e:J
.line 4
invoke-virtual {p1, v0, v1}, Landroid/os/Parcel;->writeLong(J)V
iget-wide v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->f:J
.line 5
invoke-virtual {p1, v0, v1}, Landroid/os/Parcel;->writeLong(J)V
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->g:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
.line 6
array-length p2, p2
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeInt(I)V
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/c;->g:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
.line 7
array-length v0, p2
const/4 v1, 0x0
move v2, v1
:goto_0
if-ge v2, v0, :cond_0
aget-object v3, p2, v2
.line 8
invoke-virtual {p1, v3, v1}, Landroid/os/Parcel;->writeParcelable(Landroid/os/Parcelable;I)V
add-int/lit8 v2, v2, 0x1
goto :goto_0
:cond_0
return-void
.end method

View File

@@ -0,0 +1,58 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d$a;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroid/os/Parcelable$Creator;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Landroid/os/Parcelable$Creator<",
"Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
.locals 1
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;
invoke-direct {v0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;-><init>(Landroid/os/Parcel;)V
return-object v0
.end method
.method public final newArray(I)[Ljava/lang/Object;
.locals 0
.line 1
new-array p1, p1, [Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;
return-object p1
.end method

View File

@@ -0,0 +1,343 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;
.super Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
.source "SourceFile"
# static fields
.field public static final CREATOR:Landroid/os/Parcelable$Creator;
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroid/os/Parcelable$Creator<",
"Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;",
">;"
}
.end annotation
.end field
# instance fields
.field public final b:Ljava/lang/String;
.field public final c:Z
.field public final d:Z
.field public final e:[Ljava/lang/String;
.field public final f:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
# direct methods
.method public static constructor <clinit>()V
.locals 1
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d$a;
invoke-direct {v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d$a;-><init>()V
sput-object v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->CREATOR:Landroid/os/Parcelable$Creator;
return-void
.end method
.method public constructor <init>(Landroid/os/Parcel;)V
.locals 4
const-string v0, "CTOC"
.line 7
invoke-direct {p0, v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;-><init>(Ljava/lang/String;)V
.line 8
invoke-virtual {p1}, Landroid/os/Parcel;->readString()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->b:Ljava/lang/String;
.line 9
invoke-virtual {p1}, Landroid/os/Parcel;->readByte()B
move-result v0
const/4 v1, 0x1
const/4 v2, 0x0
if-eqz v0, :cond_0
move v0, v1
goto :goto_0
:cond_0
move v0, v2
:goto_0
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->c:Z
.line 10
invoke-virtual {p1}, Landroid/os/Parcel;->readByte()B
move-result v0
if-eqz v0, :cond_1
goto :goto_1
:cond_1
move v1, v2
:goto_1
iput-boolean v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->d:Z
.line 11
invoke-virtual {p1}, Landroid/os/Parcel;->createStringArray()[Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->e:[Ljava/lang/String;
.line 12
invoke-virtual {p1}, Landroid/os/Parcel;->readInt()I
move-result v0
.line 13
new-array v1, v0, [Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
iput-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->f:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
:goto_2
if-ge v2, v0, :cond_2
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->f:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
const-class v3, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
.line 15
invoke-virtual {v3}, Ljava/lang/Class;->getClassLoader()Ljava/lang/ClassLoader;
move-result-object v3
invoke-virtual {p1, v3}, Landroid/os/Parcel;->readParcelable(Ljava/lang/ClassLoader;)Landroid/os/Parcelable;
move-result-object v3
check-cast v3, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
aput-object v3, v1, v2
add-int/lit8 v2, v2, 0x1
goto :goto_2
:cond_2
return-void
.end method
.method public constructor <init>(Ljava/lang/String;ZZ[Ljava/lang/String;[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;)V
.locals 1
const-string v0, "CTOC"
.line 1
invoke-direct {p0, v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;-><init>(Ljava/lang/String;)V
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->b:Ljava/lang/String;
iput-boolean p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->c:Z
iput-boolean p3, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->d:Z
iput-object p4, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->e:[Ljava/lang/String;
iput-object p5, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->f:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
return-void
.end method
# virtual methods
.method public final equals(Ljava/lang/Object;)Z
.locals 4
const/4 v0, 0x1
if-ne p0, p1, :cond_0
return v0
:cond_0
const/4 v1, 0x0
if-eqz p1, :cond_3
.line 1
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object v2
const-class v3, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;
if-eq v3, v2, :cond_1
goto :goto_1
.line 4
:cond_1
check-cast p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;
iget-boolean v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->c:Z
.line 5
iget-boolean v3, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->c:Z
if-ne v2, v3, :cond_2
iget-boolean v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->d:Z
iget-boolean v3, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->d:Z
if-ne v2, v3, :cond_2
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->b:Ljava/lang/String;
iget-object v3, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->b:Ljava/lang/String;
.line 7
invoke-static {v2, v3}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->e:[Ljava/lang/String;
iget-object v3, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->e:[Ljava/lang/String;
.line 8
invoke-static {v2, v3}, Ljava/util/Arrays;->equals([Ljava/lang/Object;[Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->f:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->f:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
.line 9
invoke-static {v2, p1}, Ljava/util/Arrays;->equals([Ljava/lang/Object;[Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_2
goto :goto_0
:cond_2
move v0, v1
:goto_0
return v0
:cond_3
:goto_1
return v1
.end method
.method public final hashCode()I
.locals 2
iget-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->c:Z
add-int/lit16 v0, v0, 0x20f
mul-int/lit8 v0, v0, 0x1f
iget-boolean v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->d:Z
add-int/2addr v0, v1
mul-int/lit8 v0, v0, 0x1f
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->b:Ljava/lang/String;
if-eqz v1, :cond_0
.line 3
invoke-virtual {v1}, Ljava/lang/String;->hashCode()I
move-result v1
goto :goto_0
:cond_0
const/4 v1, 0x0
:goto_0
add-int/2addr v0, v1
return v0
.end method
.method public final writeToParcel(Landroid/os/Parcel;I)V
.locals 3
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->b:Ljava/lang/String;
.line 1
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V
iget-boolean p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->c:Z
int-to-byte p2, p2
.line 2
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeByte(B)V
iget-boolean p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->d:Z
int-to-byte p2, p2
.line 3
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeByte(B)V
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->e:[Ljava/lang/String;
.line 4
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeStringArray([Ljava/lang/String;)V
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->f:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
.line 5
array-length p2, p2
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeInt(I)V
const/4 p2, 0x0
move v0, p2
:goto_0
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/d;->f:[Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
.line 6
array-length v2, v1
if-ge v0, v2, :cond_0
.line 7
aget-object v1, v1, v0
invoke-virtual {p1, v1, p2}, Landroid/os/Parcel;->writeParcelable(Landroid/os/Parcelable;I)V
add-int/lit8 v0, v0, 0x1
goto :goto_0
:cond_0
return-void
.end method

View File

@@ -0,0 +1,58 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e$a;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroid/os/Parcelable$Creator;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Landroid/os/Parcelable$Creator<",
"Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
.locals 1
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;
invoke-direct {v0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;-><init>(Landroid/os/Parcel;)V
return-object v0
.end method
.method public final newArray(I)[Ljava/lang/Object;
.locals 0
.line 1
new-array p1, p1, [Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;
return-object p1
.end method

View File

@@ -0,0 +1,242 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;
.super Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
.source "SourceFile"
# static fields
.field public static final CREATOR:Landroid/os/Parcelable$Creator;
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroid/os/Parcelable$Creator<",
"Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;",
">;"
}
.end annotation
.end field
# instance fields
.field public final b:Ljava/lang/String;
.field public final c:Ljava/lang/String;
.field public final d:Ljava/lang/String;
# direct methods
.method public static constructor <clinit>()V
.locals 1
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e$a;
invoke-direct {v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e$a;-><init>()V
sput-object v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;->CREATOR:Landroid/os/Parcelable$Creator;
return-void
.end method
.method public constructor <init>(Landroid/os/Parcel;)V
.locals 1
const-string v0, "COMM"
.line 5
invoke-direct {p0, v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;-><init>(Ljava/lang/String;)V
.line 6
invoke-virtual {p1}, Landroid/os/Parcel;->readString()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;->b:Ljava/lang/String;
.line 7
invoke-virtual {p1}, Landroid/os/Parcel;->readString()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;->c:Ljava/lang/String;
.line 8
invoke-virtual {p1}, Landroid/os/Parcel;->readString()Ljava/lang/String;
move-result-object p1
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;->d:Ljava/lang/String;
return-void
.end method
.method public constructor <init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
.locals 1
const-string v0, "COMM"
.line 1
invoke-direct {p0, v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;-><init>(Ljava/lang/String;)V
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;->b:Ljava/lang/String;
iput-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;->c:Ljava/lang/String;
iput-object p3, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;->d:Ljava/lang/String;
return-void
.end method
# virtual methods
.method public final equals(Ljava/lang/Object;)Z
.locals 4
const/4 v0, 0x1
if-ne p0, p1, :cond_0
return v0
:cond_0
const/4 v1, 0x0
if-eqz p1, :cond_3
.line 1
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object v2
const-class v3, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;
if-eq v3, v2, :cond_1
goto :goto_1
.line 4
:cond_1
check-cast p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;->c:Ljava/lang/String;
.line 5
iget-object v3, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;->c:Ljava/lang/String;
invoke-static {v2, v3}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;->b:Ljava/lang/String;
iget-object v3, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;->b:Ljava/lang/String;
invoke-static {v2, v3}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;->d:Ljava/lang/String;
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;->d:Ljava/lang/String;
.line 6
invoke-static {v2, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_2
goto :goto_0
:cond_2
move v0, v1
:goto_0
return v0
:cond_3
:goto_1
return v1
.end method
.method public final hashCode()I
.locals 3
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;->b:Ljava/lang/String;
const/4 v1, 0x0
if-eqz v0, :cond_0
.line 1
invoke-virtual {v0}, Ljava/lang/String;->hashCode()I
move-result v0
goto :goto_0
:cond_0
move v0, v1
:goto_0
add-int/lit16 v0, v0, 0x20f
mul-int/lit8 v0, v0, 0x1f
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;->c:Ljava/lang/String;
if-eqz v2, :cond_1
.line 2
invoke-virtual {v2}, Ljava/lang/String;->hashCode()I
move-result v2
goto :goto_1
:cond_1
move v2, v1
:goto_1
add-int/2addr v0, v2
mul-int/lit8 v0, v0, 0x1f
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;->d:Ljava/lang/String;
if-eqz v2, :cond_2
.line 3
invoke-virtual {v2}, Ljava/lang/String;->hashCode()I
move-result v1
:cond_2
add-int/2addr v0, v1
return v0
.end method
.method public final writeToParcel(Landroid/os/Parcel;I)V
.locals 0
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;->a:Ljava/lang/String;
.line 1
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;->b:Ljava/lang/String;
.line 2
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/e;->d:Ljava/lang/String;
.line 3
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V
return-void
.end method

View File

@@ -0,0 +1,58 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f$a;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroid/os/Parcelable$Creator;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Landroid/os/Parcelable$Creator<",
"Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
.locals 1
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;
invoke-direct {v0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;-><init>(Landroid/os/Parcel;)V
return-object v0
.end method
.method public final newArray(I)[Ljava/lang/Object;
.locals 0
.line 1
new-array p1, p1, [Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;
return-object p1
.end method

View File

@@ -0,0 +1,279 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;
.super Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
.source "SourceFile"
# static fields
.field public static final CREATOR:Landroid/os/Parcelable$Creator;
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroid/os/Parcelable$Creator<",
"Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;",
">;"
}
.end annotation
.end field
# instance fields
.field public final b:Ljava/lang/String;
.field public final c:Ljava/lang/String;
.field public final d:Ljava/lang/String;
.field public final e:[B
# direct methods
.method public static constructor <clinit>()V
.locals 1
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f$a;
invoke-direct {v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f$a;-><init>()V
sput-object v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->CREATOR:Landroid/os/Parcelable$Creator;
return-void
.end method
.method public constructor <init>(Landroid/os/Parcel;)V
.locals 1
const-string v0, "GEOB"
.line 6
invoke-direct {p0, v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;-><init>(Ljava/lang/String;)V
.line 7
invoke-virtual {p1}, Landroid/os/Parcel;->readString()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->b:Ljava/lang/String;
.line 8
invoke-virtual {p1}, Landroid/os/Parcel;->readString()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->c:Ljava/lang/String;
.line 9
invoke-virtual {p1}, Landroid/os/Parcel;->readString()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->d:Ljava/lang/String;
.line 10
invoke-virtual {p1}, Landroid/os/Parcel;->createByteArray()[B
move-result-object p1
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->e:[B
return-void
.end method
.method public constructor <init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[B)V
.locals 1
const-string v0, "GEOB"
.line 1
invoke-direct {p0, v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;-><init>(Ljava/lang/String;)V
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->b:Ljava/lang/String;
iput-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->c:Ljava/lang/String;
iput-object p3, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->d:Ljava/lang/String;
iput-object p4, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->e:[B
return-void
.end method
# virtual methods
.method public final equals(Ljava/lang/Object;)Z
.locals 4
const/4 v0, 0x1
if-ne p0, p1, :cond_0
return v0
:cond_0
const/4 v1, 0x0
if-eqz p1, :cond_3
.line 1
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object v2
const-class v3, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;
if-eq v3, v2, :cond_1
goto :goto_1
.line 4
:cond_1
check-cast p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->b:Ljava/lang/String;
.line 5
iget-object v3, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->b:Ljava/lang/String;
invoke-static {v2, v3}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->c:Ljava/lang/String;
iget-object v3, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->c:Ljava/lang/String;
invoke-static {v2, v3}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->d:Ljava/lang/String;
iget-object v3, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->d:Ljava/lang/String;
.line 6
invoke-static {v2, v3}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->e:[B
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->e:[B
invoke-static {v2, p1}, Ljava/util/Arrays;->equals([B[B)Z
move-result p1
if-eqz p1, :cond_2
goto :goto_0
:cond_2
move v0, v1
:goto_0
return v0
:cond_3
:goto_1
return v1
.end method
.method public final hashCode()I
.locals 3
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->b:Ljava/lang/String;
const/4 v1, 0x0
if-eqz v0, :cond_0
.line 1
invoke-virtual {v0}, Ljava/lang/String;->hashCode()I
move-result v0
goto :goto_0
:cond_0
move v0, v1
:goto_0
add-int/lit16 v0, v0, 0x20f
mul-int/lit8 v0, v0, 0x1f
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->c:Ljava/lang/String;
if-eqz v2, :cond_1
.line 2
invoke-virtual {v2}, Ljava/lang/String;->hashCode()I
move-result v2
goto :goto_1
:cond_1
move v2, v1
:goto_1
add-int/2addr v0, v2
mul-int/lit8 v0, v0, 0x1f
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->d:Ljava/lang/String;
if-eqz v2, :cond_2
.line 3
invoke-virtual {v2}, Ljava/lang/String;->hashCode()I
move-result v1
:cond_2
add-int/2addr v0, v1
mul-int/lit8 v0, v0, 0x1f
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->e:[B
.line 4
invoke-static {v1}, Ljava/util/Arrays;->hashCode([B)I
move-result v1
add-int/2addr v1, v0
return v1
.end method
.method public final writeToParcel(Landroid/os/Parcel;I)V
.locals 0
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->b:Ljava/lang/String;
.line 1
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->c:Ljava/lang/String;
.line 2
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->d:Ljava/lang/String;
.line 3
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/f;->e:[B
.line 4
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeByteArray([B)V
return-void
.end method

View File

@@ -0,0 +1,14 @@
.class public interface abstract Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/g$a;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/g;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "a"
.end annotation

View File

@@ -0,0 +1,39 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/g$b;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/g;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "b"
.end annotation
# instance fields
.field public final a:I
.field public final b:Z
.field public final c:I
# direct methods
.method public constructor <init>(ZII)V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/g$b;->a:I
iput-boolean p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/g$b;->b:Z
iput p3, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/g$b;->c:I
return-void
.end method

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,40 @@
.class public abstract Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/a$b;
# instance fields
.field public final a:Ljava/lang/String;
# direct methods
.method public constructor <init>(Ljava/lang/String;)V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
invoke-static {p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/a;->a(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p1
check-cast p1, Ljava/lang/String;
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;->a:Ljava/lang/String;
return-void
.end method
# virtual methods
.method public describeContents()I
.locals 1
const/4 v0, 0x0
return v0
.end method

View File

@@ -0,0 +1,58 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i$a;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroid/os/Parcelable$Creator;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Landroid/os/Parcelable$Creator<",
"Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
.locals 1
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i;
invoke-direct {v0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i;-><init>(Landroid/os/Parcel;)V
return-object v0
.end method
.method public final newArray(I)[Ljava/lang/Object;
.locals 0
.line 1
new-array p1, p1, [Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i;
return-object p1
.end method

View File

@@ -0,0 +1,191 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i;
.super Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
.source "SourceFile"
# static fields
.field public static final CREATOR:Landroid/os/Parcelable$Creator;
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroid/os/Parcelable$Creator<",
"Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i;",
">;"
}
.end annotation
.end field
# instance fields
.field public final b:Ljava/lang/String;
.field public final c:[B
# direct methods
.method public static constructor <clinit>()V
.locals 1
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i$a;
invoke-direct {v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i$a;-><init>()V
sput-object v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i;->CREATOR:Landroid/os/Parcelable$Creator;
return-void
.end method
.method public constructor <init>(Landroid/os/Parcel;)V
.locals 1
const-string v0, "PRIV"
.line 4
invoke-direct {p0, v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;-><init>(Ljava/lang/String;)V
.line 5
invoke-virtual {p1}, Landroid/os/Parcel;->readString()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i;->b:Ljava/lang/String;
.line 6
invoke-virtual {p1}, Landroid/os/Parcel;->createByteArray()[B
move-result-object p1
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i;->c:[B
return-void
.end method
.method public constructor <init>(Ljava/lang/String;[B)V
.locals 1
const-string v0, "PRIV"
.line 1
invoke-direct {p0, v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;-><init>(Ljava/lang/String;)V
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i;->b:Ljava/lang/String;
iput-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i;->c:[B
return-void
.end method
# virtual methods
.method public final equals(Ljava/lang/Object;)Z
.locals 4
const/4 v0, 0x1
if-ne p0, p1, :cond_0
return v0
:cond_0
const/4 v1, 0x0
if-eqz p1, :cond_3
.line 1
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object v2
const-class v3, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i;
if-eq v3, v2, :cond_1
goto :goto_1
.line 4
:cond_1
check-cast p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i;
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i;->b:Ljava/lang/String;
.line 5
iget-object v3, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i;->b:Ljava/lang/String;
invoke-static {v2, v3}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i;->c:[B
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i;->c:[B
invoke-static {v2, p1}, Ljava/util/Arrays;->equals([B[B)Z
move-result p1
if-eqz p1, :cond_2
goto :goto_0
:cond_2
move v0, v1
:goto_0
return v0
:cond_3
:goto_1
return v1
.end method
.method public final hashCode()I
.locals 2
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i;->b:Ljava/lang/String;
if-eqz v0, :cond_0
.line 1
invoke-virtual {v0}, Ljava/lang/String;->hashCode()I
move-result v0
goto :goto_0
:cond_0
const/4 v0, 0x0
:goto_0
add-int/lit16 v0, v0, 0x20f
mul-int/lit8 v0, v0, 0x1f
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i;->c:[B
.line 2
invoke-static {v1}, Ljava/util/Arrays;->hashCode([B)I
move-result v1
add-int/2addr v1, v0
return v1
.end method
.method public final writeToParcel(Landroid/os/Parcel;I)V
.locals 0
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i;->b:Ljava/lang/String;
.line 1
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/i;->c:[B
.line 2
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeByteArray([B)V
return-void
.end method

View File

@@ -0,0 +1,58 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j$a;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroid/os/Parcelable$Creator;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Landroid/os/Parcelable$Creator<",
"Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
.locals 1
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j;
invoke-direct {v0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j;-><init>(Landroid/os/Parcel;)V
return-object v0
.end method
.method public final newArray(I)[Ljava/lang/Object;
.locals 0
.line 1
new-array p1, p1, [Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j;
return-object p1
.end method

View File

@@ -0,0 +1,223 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j;
.super Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
.source "SourceFile"
# static fields
.field public static final CREATOR:Landroid/os/Parcelable$Creator;
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroid/os/Parcelable$Creator<",
"Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j;",
">;"
}
.end annotation
.end field
# instance fields
.field public final b:Ljava/lang/String;
.field public final c:Ljava/lang/String;
# direct methods
.method public static constructor <clinit>()V
.locals 1
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j$a;
invoke-direct {v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j$a;-><init>()V
sput-object v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j;->CREATOR:Landroid/os/Parcelable$Creator;
return-void
.end method
.method public constructor <init>(Landroid/os/Parcel;)V
.locals 1
.line 4
invoke-virtual {p1}, Landroid/os/Parcel;->readString()Ljava/lang/String;
move-result-object v0
invoke-direct {p0, v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;-><init>(Ljava/lang/String;)V
.line 5
invoke-virtual {p1}, Landroid/os/Parcel;->readString()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j;->b:Ljava/lang/String;
.line 6
invoke-virtual {p1}, Landroid/os/Parcel;->readString()Ljava/lang/String;
move-result-object p1
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j;->c:Ljava/lang/String;
return-void
.end method
.method public constructor <init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
.locals 0
.line 1
invoke-direct {p0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;-><init>(Ljava/lang/String;)V
iput-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j;->b:Ljava/lang/String;
iput-object p3, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j;->c:Ljava/lang/String;
return-void
.end method
# virtual methods
.method public final equals(Ljava/lang/Object;)Z
.locals 4
const/4 v0, 0x1
if-ne p0, p1, :cond_0
return v0
:cond_0
const/4 v1, 0x0
if-eqz p1, :cond_3
.line 1
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object v2
const-class v3, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j;
if-eq v3, v2, :cond_1
goto :goto_1
.line 4
:cond_1
check-cast p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j;
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;->a:Ljava/lang/String;
.line 5
iget-object v3, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;->a:Ljava/lang/String;
invoke-virtual {v2, v3}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j;->b:Ljava/lang/String;
iget-object v3, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j;->b:Ljava/lang/String;
invoke-static {v2, v3}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j;->c:Ljava/lang/String;
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j;->c:Ljava/lang/String;
.line 6
invoke-static {v2, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_2
goto :goto_0
:cond_2
move v0, v1
:goto_0
return v0
:cond_3
:goto_1
return v1
.end method
.method public final hashCode()I
.locals 3
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;->a:Ljava/lang/String;
.line 1
invoke-virtual {v0}, Ljava/lang/String;->hashCode()I
move-result v0
add-int/lit16 v0, v0, 0x20f
mul-int/lit8 v0, v0, 0x1f
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j;->b:Ljava/lang/String;
const/4 v2, 0x0
if-eqz v1, :cond_0
.line 2
invoke-virtual {v1}, Ljava/lang/String;->hashCode()I
move-result v1
goto :goto_0
:cond_0
move v1, v2
:goto_0
add-int/2addr v0, v1
mul-int/lit8 v0, v0, 0x1f
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j;->c:Ljava/lang/String;
if-eqz v1, :cond_1
.line 3
invoke-virtual {v1}, Ljava/lang/String;->hashCode()I
move-result v2
:cond_1
add-int/2addr v0, v2
return v0
.end method
.method public final writeToParcel(Landroid/os/Parcel;I)V
.locals 0
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;->a:Ljava/lang/String;
.line 1
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j;->b:Ljava/lang/String;
.line 2
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/j;->c:Ljava/lang/String;
.line 3
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V
return-void
.end method

View File

@@ -0,0 +1,58 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k$a;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroid/os/Parcelable$Creator;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Landroid/os/Parcelable$Creator<",
"Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
.locals 1
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k;
invoke-direct {v0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k;-><init>(Landroid/os/Parcel;)V
return-object v0
.end method
.method public final newArray(I)[Ljava/lang/Object;
.locals 0
.line 1
new-array p1, p1, [Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k;
return-object p1
.end method

View File

@@ -0,0 +1,223 @@
.class public final Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k;
.super Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;
.source "SourceFile"
# static fields
.field public static final CREATOR:Landroid/os/Parcelable$Creator;
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroid/os/Parcelable$Creator<",
"Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k;",
">;"
}
.end annotation
.end field
# instance fields
.field public final b:Ljava/lang/String;
.field public final c:Ljava/lang/String;
# direct methods
.method public static constructor <clinit>()V
.locals 1
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k$a;
invoke-direct {v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k$a;-><init>()V
sput-object v0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k;->CREATOR:Landroid/os/Parcelable$Creator;
return-void
.end method
.method public constructor <init>(Landroid/os/Parcel;)V
.locals 1
.line 4
invoke-virtual {p1}, Landroid/os/Parcel;->readString()Ljava/lang/String;
move-result-object v0
invoke-direct {p0, v0}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;-><init>(Ljava/lang/String;)V
.line 5
invoke-virtual {p1}, Landroid/os/Parcel;->readString()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k;->b:Ljava/lang/String;
.line 6
invoke-virtual {p1}, Landroid/os/Parcel;->readString()Ljava/lang/String;
move-result-object p1
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k;->c:Ljava/lang/String;
return-void
.end method
.method public constructor <init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
.locals 0
.line 1
invoke-direct {p0, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;-><init>(Ljava/lang/String;)V
iput-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k;->b:Ljava/lang/String;
iput-object p3, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k;->c:Ljava/lang/String;
return-void
.end method
# virtual methods
.method public final equals(Ljava/lang/Object;)Z
.locals 4
const/4 v0, 0x1
if-ne p0, p1, :cond_0
return v0
:cond_0
const/4 v1, 0x0
if-eqz p1, :cond_3
.line 1
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object v2
const-class v3, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k;
if-eq v3, v2, :cond_1
goto :goto_1
.line 4
:cond_1
check-cast p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k;
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;->a:Ljava/lang/String;
.line 5
iget-object v3, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;->a:Ljava/lang/String;
invoke-virtual {v2, v3}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k;->b:Ljava/lang/String;
iget-object v3, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k;->b:Ljava/lang/String;
invoke-static {v2, v3}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
iget-object v2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k;->c:Ljava/lang/String;
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k;->c:Ljava/lang/String;
.line 6
invoke-static {v2, p1}, Lcom/fyber/inneractive/sdk/player/exoplayer2/util/s;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_2
goto :goto_0
:cond_2
move v0, v1
:goto_0
return v0
:cond_3
:goto_1
return v1
.end method
.method public final hashCode()I
.locals 3
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;->a:Ljava/lang/String;
.line 1
invoke-virtual {v0}, Ljava/lang/String;->hashCode()I
move-result v0
add-int/lit16 v0, v0, 0x20f
mul-int/lit8 v0, v0, 0x1f
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k;->b:Ljava/lang/String;
const/4 v2, 0x0
if-eqz v1, :cond_0
.line 2
invoke-virtual {v1}, Ljava/lang/String;->hashCode()I
move-result v1
goto :goto_0
:cond_0
move v1, v2
:goto_0
add-int/2addr v0, v1
mul-int/lit8 v0, v0, 0x1f
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k;->c:Ljava/lang/String;
if-eqz v1, :cond_1
.line 3
invoke-virtual {v1}, Ljava/lang/String;->hashCode()I
move-result v2
:cond_1
add-int/2addr v0, v2
return v0
.end method
.method public final writeToParcel(Landroid/os/Parcel;I)V
.locals 0
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/h;->a:Ljava/lang/String;
.line 1
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k;->b:Ljava/lang/String;
.line 2
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V
iget-object p2, p0, Lcom/fyber/inneractive/sdk/player/exoplayer2/metadata/id3/k;->c:Ljava/lang/String;
.line 3
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V
return-void
.end method