* Decompile and recreate Soul Browser v1.4.85 with APK CI builds Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix CI build: include bundled google.jks and remove PR trigger The apktool build failed in CI because app/unknown/.../google.jks was excluded by the *.jks gitignore rule. Whitelist app-bundled JKS files and commit the missing resource. Also remove the redundant pull_request workflow trigger. Co-authored-by: KaKi87 <KaKi87@pm.me> * Change package ID to com.github.kaki87.soulbrowser Rename the application ID so the rebuilt APK can be installed alongside the original Soul Browser from Google Play. - Update AndroidManifest package, permissions, providers, and actions - Update R class references in smali (com/github/kaki87/soulbrowser/R) - Update shortcuts.xml targetPackage - Rename app label to "Soul Rebuild" for easy identification Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix install compatibility: remove split APK metadata and bundle native libs The rebuilt APK still declared requiredSplitTypes and Play Store split metadata, causing Android to reject standalone installs as incompatible. - Remove requiredSplitTypes and split-related manifest meta-data - Merge native libs from all ABI splits with uncompressed storage - Page-align before signing for extractNativeLibs=false - Add .so to apktool doNotCompress list Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix install failure: use apksigner v2/v3 and bundle arm64 native libs Target SDK 36 requires APK Signature Scheme v2+, but jarsigner only produces v1 signatures, causing Android to reject the install. - Sign with apksigner (v1+v2+v3) instead of jarsigner - Add arm64-v8a native libraries from universal Soul Browser 1.4.79 - Set extractNativeLibs=true for reliable sideload installs - Commit stable debug keystore for consistent signatures across builds Co-authored-by: KaKi87 <KaKi87@pm.me> * Add committed debug keystore for consistent APK signatures Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix startup crash: use original classes2.dex desugar libraries Apktool recompiles smali_classes2 into a broken classes2.dex, causing ClassNotFoundException for j$.com.android.tools.r8.a at ML Kit init. Inject the original classes2.dex (Java 8+ desugar libs) after apktool build instead of using the recompiled version. Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix missing drawable resources from density split APKs The base APK is an app bundle module; density-specific drawables like seek_thumb_nor_b live in config.xhdpi.apk and were missing after rebuild, causing Resources$NotFoundException at runtime. - Merge non-9-patch resources from split APKs before apktool build - Sync public.xml IDs from R smali only when backing files exist - Add 713 density-specific resource IDs to public.xml Co-authored-by: KaKi87 <KaKi87@pm.me> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
841 lines
19 KiB
Smali
841 lines
19 KiB
Smali
.class public Lcom/google/android/gms/cast/MediaLoadRequestData;
|
|
.super Lcom/google/android/gms/common/internal/safeparcel/AbstractSafeParcelable;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/android/gms/cast/RequestData;
|
|
|
|
|
|
# annotations
|
|
.annotation build Lcom/google/android/gms/common/internal/safeparcel/SafeParcelable$Class;
|
|
creator = "MediaLoadRequestDataCreator"
|
|
.end annotation
|
|
|
|
.annotation build Lcom/google/android/gms/common/internal/safeparcel/SafeParcelable$Reserved;
|
|
value = {
|
|
0x1
|
|
}
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/google/android/gms/cast/MediaLoadRequestData$Builder;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final CREATOR:Landroid/os/Parcelable$Creator;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.annotation build Lcom/google/android/gms/common/annotation/KeepForSdk;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Landroid/os/Parcelable$Creator<",
|
|
"Lcom/google/android/gms/cast/MediaLoadRequestData;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final r:Lcom/google/android/gms/cast/internal/Logger;
|
|
|
|
|
|
# instance fields
|
|
.field public final c:Lcom/google/android/gms/cast/MediaInfo;
|
|
|
|
.field public final f:Lcom/google/android/gms/cast/MediaQueueData;
|
|
|
|
.field public final g:Ljava/lang/Boolean;
|
|
|
|
.field public final h:J
|
|
|
|
.field public final i:D
|
|
|
|
.field public final j:[J
|
|
|
|
.field public k:Ljava/lang/String;
|
|
|
|
.field public final l:Lorg/json/JSONObject;
|
|
|
|
.field public final m:Ljava/lang/String;
|
|
|
|
.field public final n:Ljava/lang/String;
|
|
|
|
.field public final o:Ljava/lang/String;
|
|
|
|
.field public final p:Ljava/lang/String;
|
|
|
|
.field public final q:J
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 3
|
|
|
|
.line 1
|
|
new-instance v0, Lcom/google/android/gms/cast/internal/Logger;
|
|
|
|
.line 2
|
|
.line 3
|
|
const-string v1, "MediaLoadRequestData"
|
|
|
|
.line 4
|
|
.line 5
|
|
const/4 v2, 0x0
|
|
|
|
.line 6
|
|
invoke-direct {v0, v1, v2}, Lcom/google/android/gms/cast/internal/Logger;-><init>(Ljava/lang/String;Ljava/lang/String;)V
|
|
|
|
.line 7
|
|
.line 8
|
|
.line 9
|
|
sput-object v0, Lcom/google/android/gms/cast/MediaLoadRequestData;->r:Lcom/google/android/gms/cast/internal/Logger;
|
|
|
|
.line 10
|
|
.line 11
|
|
new-instance v0, Lcom/google/android/gms/cast/zzbt;
|
|
|
|
.line 12
|
|
.line 13
|
|
invoke-direct {v0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 14
|
|
.line 15
|
|
.line 16
|
|
sput-object v0, Lcom/google/android/gms/cast/MediaLoadRequestData;->CREATOR:Landroid/os/Parcelable$Creator;
|
|
|
|
.line 17
|
|
.line 18
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Lcom/google/android/gms/cast/MediaInfo;Lcom/google/android/gms/cast/MediaQueueData;Ljava/lang/Boolean;JD[JLorg/json/JSONObject;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;J)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Lcom/google/android/gms/common/internal/safeparcel/AbstractSafeParcelable;-><init>()V
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
iput-object p1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->c:Lcom/google/android/gms/cast/MediaInfo;
|
|
|
|
.line 5
|
|
.line 6
|
|
iput-object p2, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->f:Lcom/google/android/gms/cast/MediaQueueData;
|
|
|
|
.line 7
|
|
.line 8
|
|
iput-object p3, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->g:Ljava/lang/Boolean;
|
|
|
|
.line 9
|
|
.line 10
|
|
iput-wide p4, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->h:J
|
|
|
|
.line 11
|
|
.line 12
|
|
iput-wide p6, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->i:D
|
|
|
|
.line 13
|
|
.line 14
|
|
iput-object p8, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->j:[J
|
|
|
|
.line 15
|
|
.line 16
|
|
iput-object p9, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->l:Lorg/json/JSONObject;
|
|
|
|
.line 17
|
|
.line 18
|
|
iput-object p10, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->m:Ljava/lang/String;
|
|
|
|
.line 19
|
|
.line 20
|
|
iput-object p11, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->n:Ljava/lang/String;
|
|
|
|
.line 21
|
|
.line 22
|
|
iput-object p12, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->o:Ljava/lang/String;
|
|
|
|
.line 23
|
|
.line 24
|
|
iput-object p13, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->p:Ljava/lang/String;
|
|
|
|
.line 25
|
|
.line 26
|
|
iput-wide p14, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->q:J
|
|
|
|
.line 27
|
|
.line 28
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final equals(Ljava/lang/Object;)Z
|
|
.locals 7
|
|
|
|
.line 1
|
|
const/4 v0, 0x1
|
|
|
|
.line 2
|
|
if-ne p0, p1, :cond_0
|
|
|
|
.line 3
|
|
.line 4
|
|
return v0
|
|
|
|
.line 5
|
|
:cond_0
|
|
instance-of v1, p1, Lcom/google/android/gms/cast/MediaLoadRequestData;
|
|
|
|
.line 6
|
|
.line 7
|
|
const/4 v2, 0x0
|
|
|
|
.line 8
|
|
if-nez v1, :cond_1
|
|
|
|
.line 9
|
|
.line 10
|
|
return v2
|
|
|
|
.line 11
|
|
:cond_1
|
|
check-cast p1, Lcom/google/android/gms/cast/MediaLoadRequestData;
|
|
|
|
.line 12
|
|
.line 13
|
|
iget-object v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->l:Lorg/json/JSONObject;
|
|
|
|
.line 14
|
|
.line 15
|
|
iget-object v3, p1, Lcom/google/android/gms/cast/MediaLoadRequestData;->l:Lorg/json/JSONObject;
|
|
|
|
.line 16
|
|
.line 17
|
|
invoke-static {v1, v3}, Lcom/google/android/gms/common/util/JsonUtils;->areJsonValuesEquivalent(Ljava/lang/Object;Ljava/lang/Object;)Z
|
|
|
|
.line 18
|
|
.line 19
|
|
.line 20
|
|
move-result v1
|
|
|
|
.line 21
|
|
if-nez v1, :cond_2
|
|
|
|
.line 22
|
|
.line 23
|
|
return v2
|
|
|
|
.line 24
|
|
:cond_2
|
|
iget-object v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->c:Lcom/google/android/gms/cast/MediaInfo;
|
|
|
|
.line 25
|
|
.line 26
|
|
iget-object v3, p1, Lcom/google/android/gms/cast/MediaLoadRequestData;->c:Lcom/google/android/gms/cast/MediaInfo;
|
|
|
|
.line 27
|
|
.line 28
|
|
invoke-static {v1, v3}, Lcom/google/android/gms/common/internal/Objects;->equal(Ljava/lang/Object;Ljava/lang/Object;)Z
|
|
|
|
.line 29
|
|
.line 30
|
|
.line 31
|
|
move-result v1
|
|
|
|
.line 32
|
|
if-eqz v1, :cond_3
|
|
|
|
.line 33
|
|
.line 34
|
|
iget-object v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->f:Lcom/google/android/gms/cast/MediaQueueData;
|
|
|
|
.line 35
|
|
.line 36
|
|
iget-object v3, p1, Lcom/google/android/gms/cast/MediaLoadRequestData;->f:Lcom/google/android/gms/cast/MediaQueueData;
|
|
|
|
.line 37
|
|
.line 38
|
|
invoke-static {v1, v3}, Lcom/google/android/gms/common/internal/Objects;->equal(Ljava/lang/Object;Ljava/lang/Object;)Z
|
|
|
|
.line 39
|
|
.line 40
|
|
.line 41
|
|
move-result v1
|
|
|
|
.line 42
|
|
if-eqz v1, :cond_3
|
|
|
|
.line 43
|
|
.line 44
|
|
iget-object v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->g:Ljava/lang/Boolean;
|
|
|
|
.line 45
|
|
.line 46
|
|
iget-object v3, p1, Lcom/google/android/gms/cast/MediaLoadRequestData;->g:Ljava/lang/Boolean;
|
|
|
|
.line 47
|
|
.line 48
|
|
invoke-static {v1, v3}, Lcom/google/android/gms/common/internal/Objects;->equal(Ljava/lang/Object;Ljava/lang/Object;)Z
|
|
|
|
.line 49
|
|
.line 50
|
|
.line 51
|
|
move-result v1
|
|
|
|
.line 52
|
|
if-eqz v1, :cond_3
|
|
|
|
.line 53
|
|
.line 54
|
|
iget-wide v3, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->h:J
|
|
|
|
.line 55
|
|
.line 56
|
|
iget-wide v5, p1, Lcom/google/android/gms/cast/MediaLoadRequestData;->h:J
|
|
|
|
.line 57
|
|
.line 58
|
|
cmp-long v1, v3, v5
|
|
|
|
.line 59
|
|
.line 60
|
|
if-nez v1, :cond_3
|
|
|
|
.line 61
|
|
.line 62
|
|
iget-wide v3, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->i:D
|
|
|
|
.line 63
|
|
.line 64
|
|
iget-wide v5, p1, Lcom/google/android/gms/cast/MediaLoadRequestData;->i:D
|
|
|
|
.line 65
|
|
.line 66
|
|
cmpl-double v1, v3, v5
|
|
|
|
.line 67
|
|
.line 68
|
|
if-nez v1, :cond_3
|
|
|
|
.line 69
|
|
.line 70
|
|
iget-object v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->j:[J
|
|
|
|
.line 71
|
|
.line 72
|
|
iget-object v3, p1, Lcom/google/android/gms/cast/MediaLoadRequestData;->j:[J
|
|
|
|
.line 73
|
|
.line 74
|
|
invoke-static {v1, v3}, Ljava/util/Arrays;->equals([J[J)Z
|
|
|
|
.line 75
|
|
.line 76
|
|
.line 77
|
|
move-result v1
|
|
|
|
.line 78
|
|
if-eqz v1, :cond_3
|
|
|
|
.line 79
|
|
.line 80
|
|
iget-object v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->m:Ljava/lang/String;
|
|
|
|
.line 81
|
|
.line 82
|
|
iget-object v3, p1, Lcom/google/android/gms/cast/MediaLoadRequestData;->m:Ljava/lang/String;
|
|
|
|
.line 83
|
|
.line 84
|
|
invoke-static {v1, v3}, Lcom/google/android/gms/common/internal/Objects;->equal(Ljava/lang/Object;Ljava/lang/Object;)Z
|
|
|
|
.line 85
|
|
.line 86
|
|
.line 87
|
|
move-result v1
|
|
|
|
.line 88
|
|
if-eqz v1, :cond_3
|
|
|
|
.line 89
|
|
.line 90
|
|
iget-object v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->n:Ljava/lang/String;
|
|
|
|
.line 91
|
|
.line 92
|
|
iget-object v3, p1, Lcom/google/android/gms/cast/MediaLoadRequestData;->n:Ljava/lang/String;
|
|
|
|
.line 93
|
|
.line 94
|
|
invoke-static {v1, v3}, Lcom/google/android/gms/common/internal/Objects;->equal(Ljava/lang/Object;Ljava/lang/Object;)Z
|
|
|
|
.line 95
|
|
.line 96
|
|
.line 97
|
|
move-result v1
|
|
|
|
.line 98
|
|
if-eqz v1, :cond_3
|
|
|
|
.line 99
|
|
.line 100
|
|
iget-object v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->o:Ljava/lang/String;
|
|
|
|
.line 101
|
|
.line 102
|
|
iget-object v3, p1, Lcom/google/android/gms/cast/MediaLoadRequestData;->o:Ljava/lang/String;
|
|
|
|
.line 103
|
|
.line 104
|
|
invoke-static {v1, v3}, Lcom/google/android/gms/common/internal/Objects;->equal(Ljava/lang/Object;Ljava/lang/Object;)Z
|
|
|
|
.line 105
|
|
.line 106
|
|
.line 107
|
|
move-result v1
|
|
|
|
.line 108
|
|
if-eqz v1, :cond_3
|
|
|
|
.line 109
|
|
.line 110
|
|
iget-object v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->p:Ljava/lang/String;
|
|
|
|
.line 111
|
|
.line 112
|
|
iget-object v3, p1, Lcom/google/android/gms/cast/MediaLoadRequestData;->p:Ljava/lang/String;
|
|
|
|
.line 113
|
|
.line 114
|
|
invoke-static {v1, v3}, Lcom/google/android/gms/common/internal/Objects;->equal(Ljava/lang/Object;Ljava/lang/Object;)Z
|
|
|
|
.line 115
|
|
.line 116
|
|
.line 117
|
|
move-result v1
|
|
|
|
.line 118
|
|
if-eqz v1, :cond_3
|
|
|
|
.line 119
|
|
.line 120
|
|
iget-wide v3, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->q:J
|
|
|
|
.line 121
|
|
.line 122
|
|
iget-wide v5, p1, Lcom/google/android/gms/cast/MediaLoadRequestData;->q:J
|
|
|
|
.line 123
|
|
.line 124
|
|
cmp-long p1, v3, v5
|
|
|
|
.line 125
|
|
.line 126
|
|
if-nez p1, :cond_3
|
|
|
|
.line 127
|
|
.line 128
|
|
return v0
|
|
|
|
.line 129
|
|
:cond_3
|
|
return v2
|
|
.end method
|
|
|
|
.method public final hashCode()I
|
|
.locals 7
|
|
|
|
.line 1
|
|
iget-wide v0, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->h:J
|
|
|
|
.line 2
|
|
.line 3
|
|
invoke-static {v0, v1}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
|
|
|
|
.line 4
|
|
.line 5
|
|
.line 6
|
|
move-result-object v0
|
|
|
|
.line 7
|
|
iget-wide v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->i:D
|
|
|
|
.line 8
|
|
.line 9
|
|
invoke-static {v1, v2}, Ljava/lang/Double;->valueOf(D)Ljava/lang/Double;
|
|
|
|
.line 10
|
|
.line 11
|
|
.line 12
|
|
move-result-object v1
|
|
|
|
.line 13
|
|
iget-object v2, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->l:Lorg/json/JSONObject;
|
|
|
|
.line 14
|
|
.line 15
|
|
invoke-static {v2}, Ljava/lang/String;->valueOf(Ljava/lang/Object;)Ljava/lang/String;
|
|
|
|
.line 16
|
|
.line 17
|
|
.line 18
|
|
move-result-object v2
|
|
|
|
.line 19
|
|
iget-wide v3, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->q:J
|
|
|
|
.line 20
|
|
.line 21
|
|
invoke-static {v3, v4}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
|
|
|
|
.line 22
|
|
.line 23
|
|
.line 24
|
|
move-result-object v3
|
|
|
|
.line 25
|
|
const/16 v4, 0xc
|
|
|
|
.line 26
|
|
.line 27
|
|
new-array v4, v4, [Ljava/lang/Object;
|
|
|
|
.line 28
|
|
.line 29
|
|
const/4 v5, 0x0
|
|
|
|
.line 30
|
|
iget-object v6, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->c:Lcom/google/android/gms/cast/MediaInfo;
|
|
|
|
.line 31
|
|
.line 32
|
|
aput-object v6, v4, v5
|
|
|
|
.line 33
|
|
.line 34
|
|
const/4 v5, 0x1
|
|
|
|
.line 35
|
|
iget-object v6, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->f:Lcom/google/android/gms/cast/MediaQueueData;
|
|
|
|
.line 36
|
|
.line 37
|
|
aput-object v6, v4, v5
|
|
|
|
.line 38
|
|
.line 39
|
|
const/4 v5, 0x2
|
|
|
|
.line 40
|
|
iget-object v6, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->g:Ljava/lang/Boolean;
|
|
|
|
.line 41
|
|
.line 42
|
|
aput-object v6, v4, v5
|
|
|
|
.line 43
|
|
.line 44
|
|
const/4 v5, 0x3
|
|
|
|
.line 45
|
|
aput-object v0, v4, v5
|
|
|
|
.line 46
|
|
.line 47
|
|
const/4 v0, 0x4
|
|
|
|
.line 48
|
|
aput-object v1, v4, v0
|
|
|
|
.line 49
|
|
.line 50
|
|
const/4 v0, 0x5
|
|
|
|
.line 51
|
|
iget-object v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->j:[J
|
|
|
|
.line 52
|
|
.line 53
|
|
aput-object v1, v4, v0
|
|
|
|
.line 54
|
|
.line 55
|
|
const/4 v0, 0x6
|
|
|
|
.line 56
|
|
aput-object v2, v4, v0
|
|
|
|
.line 57
|
|
.line 58
|
|
const/4 v0, 0x7
|
|
|
|
.line 59
|
|
iget-object v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->m:Ljava/lang/String;
|
|
|
|
.line 60
|
|
.line 61
|
|
aput-object v1, v4, v0
|
|
|
|
.line 62
|
|
.line 63
|
|
const/16 v0, 0x8
|
|
|
|
.line 64
|
|
.line 65
|
|
iget-object v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->n:Ljava/lang/String;
|
|
|
|
.line 66
|
|
.line 67
|
|
aput-object v1, v4, v0
|
|
|
|
.line 68
|
|
.line 69
|
|
const/16 v0, 0x9
|
|
|
|
.line 70
|
|
.line 71
|
|
iget-object v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->o:Ljava/lang/String;
|
|
|
|
.line 72
|
|
.line 73
|
|
aput-object v1, v4, v0
|
|
|
|
.line 74
|
|
.line 75
|
|
const/16 v0, 0xa
|
|
|
|
.line 76
|
|
.line 77
|
|
iget-object v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->p:Ljava/lang/String;
|
|
|
|
.line 78
|
|
.line 79
|
|
aput-object v1, v4, v0
|
|
|
|
.line 80
|
|
.line 81
|
|
const/16 v0, 0xb
|
|
|
|
.line 82
|
|
.line 83
|
|
aput-object v3, v4, v0
|
|
|
|
.line 84
|
|
.line 85
|
|
invoke-static {v4}, Lcom/google/android/gms/common/internal/Objects;->hashCode([Ljava/lang/Object;)I
|
|
|
|
.line 86
|
|
.line 87
|
|
.line 88
|
|
move-result v0
|
|
|
|
.line 89
|
|
return v0
|
|
.end method
|
|
|
|
.method public final writeToParcel(Landroid/os/Parcel;I)V
|
|
.locals 4
|
|
|
|
.line 1
|
|
iget-object v0, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->l:Lorg/json/JSONObject;
|
|
|
|
.line 2
|
|
.line 3
|
|
if-nez v0, :cond_0
|
|
|
|
.line 4
|
|
.line 5
|
|
const/4 v0, 0x0
|
|
|
|
.line 6
|
|
goto :goto_0
|
|
|
|
.line 7
|
|
:cond_0
|
|
invoke-virtual {v0}, Lorg/json/JSONObject;->toString()Ljava/lang/String;
|
|
|
|
.line 8
|
|
.line 9
|
|
.line 10
|
|
move-result-object v0
|
|
|
|
.line 11
|
|
:goto_0
|
|
iput-object v0, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->k:Ljava/lang/String;
|
|
|
|
.line 12
|
|
.line 13
|
|
invoke-static {p1}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->beginObjectHeader(Landroid/os/Parcel;)I
|
|
|
|
.line 14
|
|
.line 15
|
|
.line 16
|
|
move-result v0
|
|
|
|
.line 17
|
|
const/4 v1, 0x2
|
|
|
|
.line 18
|
|
iget-object v2, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->c:Lcom/google/android/gms/cast/MediaInfo;
|
|
|
|
.line 19
|
|
.line 20
|
|
const/4 v3, 0x0
|
|
|
|
.line 21
|
|
invoke-static {p1, v1, v2, p2, v3}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeParcelable(Landroid/os/Parcel;ILandroid/os/Parcelable;IZ)V
|
|
|
|
.line 22
|
|
.line 23
|
|
.line 24
|
|
const/4 v1, 0x3
|
|
|
|
.line 25
|
|
iget-object v2, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->f:Lcom/google/android/gms/cast/MediaQueueData;
|
|
|
|
.line 26
|
|
.line 27
|
|
invoke-static {p1, v1, v2, p2, v3}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeParcelable(Landroid/os/Parcel;ILandroid/os/Parcelable;IZ)V
|
|
|
|
.line 28
|
|
.line 29
|
|
.line 30
|
|
const/4 p2, 0x4
|
|
|
|
.line 31
|
|
iget-object v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->g:Ljava/lang/Boolean;
|
|
|
|
.line 32
|
|
.line 33
|
|
invoke-static {p1, p2, v1, v3}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeBooleanObject(Landroid/os/Parcel;ILjava/lang/Boolean;Z)V
|
|
|
|
.line 34
|
|
.line 35
|
|
.line 36
|
|
const/4 p2, 0x5
|
|
|
|
.line 37
|
|
iget-wide v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->h:J
|
|
|
|
.line 38
|
|
.line 39
|
|
invoke-static {p1, p2, v1, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeLong(Landroid/os/Parcel;IJ)V
|
|
|
|
.line 40
|
|
.line 41
|
|
.line 42
|
|
const/4 p2, 0x6
|
|
|
|
.line 43
|
|
iget-wide v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->i:D
|
|
|
|
.line 44
|
|
.line 45
|
|
invoke-static {p1, p2, v1, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeDouble(Landroid/os/Parcel;ID)V
|
|
|
|
.line 46
|
|
.line 47
|
|
.line 48
|
|
const/4 p2, 0x7
|
|
|
|
.line 49
|
|
iget-object v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->j:[J
|
|
|
|
.line 50
|
|
.line 51
|
|
invoke-static {p1, p2, v1, v3}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeLongArray(Landroid/os/Parcel;I[JZ)V
|
|
|
|
.line 52
|
|
.line 53
|
|
.line 54
|
|
const/16 p2, 0x8
|
|
|
|
.line 55
|
|
.line 56
|
|
iget-object v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->k:Ljava/lang/String;
|
|
|
|
.line 57
|
|
.line 58
|
|
invoke-static {p1, p2, v1, v3}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeString(Landroid/os/Parcel;ILjava/lang/String;Z)V
|
|
|
|
.line 59
|
|
.line 60
|
|
.line 61
|
|
const/16 p2, 0x9
|
|
|
|
.line 62
|
|
.line 63
|
|
iget-object v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->m:Ljava/lang/String;
|
|
|
|
.line 64
|
|
.line 65
|
|
invoke-static {p1, p2, v1, v3}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeString(Landroid/os/Parcel;ILjava/lang/String;Z)V
|
|
|
|
.line 66
|
|
.line 67
|
|
.line 68
|
|
const/16 p2, 0xa
|
|
|
|
.line 69
|
|
.line 70
|
|
iget-object v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->n:Ljava/lang/String;
|
|
|
|
.line 71
|
|
.line 72
|
|
invoke-static {p1, p2, v1, v3}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeString(Landroid/os/Parcel;ILjava/lang/String;Z)V
|
|
|
|
.line 73
|
|
.line 74
|
|
.line 75
|
|
const/16 p2, 0xb
|
|
|
|
.line 76
|
|
.line 77
|
|
iget-object v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->o:Ljava/lang/String;
|
|
|
|
.line 78
|
|
.line 79
|
|
invoke-static {p1, p2, v1, v3}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeString(Landroid/os/Parcel;ILjava/lang/String;Z)V
|
|
|
|
.line 80
|
|
.line 81
|
|
.line 82
|
|
const/16 p2, 0xc
|
|
|
|
.line 83
|
|
.line 84
|
|
iget-object v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->p:Ljava/lang/String;
|
|
|
|
.line 85
|
|
.line 86
|
|
invoke-static {p1, p2, v1, v3}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeString(Landroid/os/Parcel;ILjava/lang/String;Z)V
|
|
|
|
.line 87
|
|
.line 88
|
|
.line 89
|
|
const/16 p2, 0xd
|
|
|
|
.line 90
|
|
.line 91
|
|
iget-wide v1, p0, Lcom/google/android/gms/cast/MediaLoadRequestData;->q:J
|
|
|
|
.line 92
|
|
.line 93
|
|
invoke-static {p1, p2, v1, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeLong(Landroid/os/Parcel;IJ)V
|
|
|
|
.line 94
|
|
.line 95
|
|
.line 96
|
|
invoke-static {p1, v0}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->finishObjectHeader(Landroid/os/Parcel;I)V
|
|
|
|
.line 97
|
|
.line 98
|
|
.line 99
|
|
return-void
|
|
.end method
|