* 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>
813 lines
16 KiB
Smali
813 lines
16 KiB
Smali
.class public final Lcom/google/android/gms/location/LocationRequest;
|
|
.super Lcom/google/android/gms/common/internal/safeparcel/AbstractSafeParcelable;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/android/gms/common/internal/ReflectedParcelable;
|
|
|
|
|
|
# annotations
|
|
.annotation build Lcom/google/android/gms/common/internal/safeparcel/SafeParcelable$Class;
|
|
creator = "LocationRequestCreator"
|
|
.end annotation
|
|
|
|
.annotation build Lcom/google/android/gms/common/internal/safeparcel/SafeParcelable$Reserved;
|
|
value = {
|
|
0x3e8
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final CREATOR:Landroid/os/Parcelable$Creator;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Landroid/os/Parcelable$Creator<",
|
|
"Lcom/google/android/gms/location/LocationRequest;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# instance fields
|
|
.field public c:I
|
|
|
|
.field public f:J
|
|
|
|
.field public g:J
|
|
|
|
.field public h:Z
|
|
|
|
.field public i:J
|
|
|
|
.field public j:I
|
|
|
|
.field public k:F
|
|
|
|
.field public l:J
|
|
|
|
.field public m:Z
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
.line 1
|
|
new-instance v0, Lcom/google/android/gms/location/zzbf;
|
|
|
|
.line 2
|
|
.line 3
|
|
invoke-direct {v0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 4
|
|
.line 5
|
|
.line 6
|
|
sput-object v0, Lcom/google/android/gms/location/LocationRequest;->CREATOR:Landroid/os/Parcelable$Creator;
|
|
|
|
.line 7
|
|
.line 8
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final equals(Ljava/lang/Object;)Z
|
|
.locals 8
|
|
|
|
.line 1
|
|
instance-of v0, p1, Lcom/google/android/gms/location/LocationRequest;
|
|
|
|
.line 2
|
|
.line 3
|
|
if-eqz v0, :cond_2
|
|
|
|
.line 4
|
|
.line 5
|
|
check-cast p1, Lcom/google/android/gms/location/LocationRequest;
|
|
|
|
.line 6
|
|
.line 7
|
|
iget v0, p0, Lcom/google/android/gms/location/LocationRequest;->c:I
|
|
|
|
.line 8
|
|
.line 9
|
|
iget v1, p1, Lcom/google/android/gms/location/LocationRequest;->c:I
|
|
|
|
.line 10
|
|
.line 11
|
|
if-ne v0, v1, :cond_2
|
|
|
|
.line 12
|
|
.line 13
|
|
iget-wide v0, p0, Lcom/google/android/gms/location/LocationRequest;->f:J
|
|
|
|
.line 14
|
|
.line 15
|
|
iget-wide v2, p1, Lcom/google/android/gms/location/LocationRequest;->f:J
|
|
|
|
.line 16
|
|
.line 17
|
|
cmp-long v4, v0, v2
|
|
|
|
.line 18
|
|
.line 19
|
|
if-nez v4, :cond_2
|
|
|
|
.line 20
|
|
.line 21
|
|
iget-wide v4, p0, Lcom/google/android/gms/location/LocationRequest;->g:J
|
|
|
|
.line 22
|
|
.line 23
|
|
iget-wide v6, p1, Lcom/google/android/gms/location/LocationRequest;->g:J
|
|
|
|
.line 24
|
|
.line 25
|
|
cmp-long v4, v4, v6
|
|
|
|
.line 26
|
|
.line 27
|
|
if-nez v4, :cond_2
|
|
|
|
.line 28
|
|
.line 29
|
|
iget-boolean v4, p0, Lcom/google/android/gms/location/LocationRequest;->h:Z
|
|
|
|
.line 30
|
|
.line 31
|
|
iget-boolean v5, p1, Lcom/google/android/gms/location/LocationRequest;->h:Z
|
|
|
|
.line 32
|
|
.line 33
|
|
if-ne v4, v5, :cond_2
|
|
|
|
.line 34
|
|
.line 35
|
|
iget-wide v4, p0, Lcom/google/android/gms/location/LocationRequest;->i:J
|
|
|
|
.line 36
|
|
.line 37
|
|
iget-wide v6, p1, Lcom/google/android/gms/location/LocationRequest;->i:J
|
|
|
|
.line 38
|
|
.line 39
|
|
cmp-long v4, v4, v6
|
|
|
|
.line 40
|
|
.line 41
|
|
if-nez v4, :cond_2
|
|
|
|
.line 42
|
|
.line 43
|
|
iget v4, p0, Lcom/google/android/gms/location/LocationRequest;->j:I
|
|
|
|
.line 44
|
|
.line 45
|
|
iget v5, p1, Lcom/google/android/gms/location/LocationRequest;->j:I
|
|
|
|
.line 46
|
|
.line 47
|
|
if-ne v4, v5, :cond_2
|
|
|
|
.line 48
|
|
.line 49
|
|
iget v4, p0, Lcom/google/android/gms/location/LocationRequest;->k:F
|
|
|
|
.line 50
|
|
.line 51
|
|
iget v5, p1, Lcom/google/android/gms/location/LocationRequest;->k:F
|
|
|
|
.line 52
|
|
.line 53
|
|
cmpl-float v4, v4, v5
|
|
|
|
.line 54
|
|
.line 55
|
|
if-nez v4, :cond_2
|
|
|
|
.line 56
|
|
.line 57
|
|
iget-wide v4, p0, Lcom/google/android/gms/location/LocationRequest;->l:J
|
|
|
|
.line 58
|
|
.line 59
|
|
cmp-long v6, v4, v0
|
|
|
|
.line 60
|
|
.line 61
|
|
if-gez v6, :cond_0
|
|
|
|
.line 62
|
|
.line 63
|
|
goto :goto_0
|
|
|
|
.line 64
|
|
:cond_0
|
|
move-wide v0, v4
|
|
|
|
.line 65
|
|
:goto_0
|
|
iget-wide v4, p1, Lcom/google/android/gms/location/LocationRequest;->l:J
|
|
|
|
.line 66
|
|
.line 67
|
|
cmp-long v6, v4, v2
|
|
|
|
.line 68
|
|
.line 69
|
|
if-gez v6, :cond_1
|
|
|
|
.line 70
|
|
.line 71
|
|
goto :goto_1
|
|
|
|
.line 72
|
|
:cond_1
|
|
move-wide v2, v4
|
|
|
|
.line 73
|
|
:goto_1
|
|
cmp-long v0, v0, v2
|
|
|
|
.line 74
|
|
.line 75
|
|
if-nez v0, :cond_2
|
|
|
|
.line 76
|
|
.line 77
|
|
iget-boolean v0, p0, Lcom/google/android/gms/location/LocationRequest;->m:Z
|
|
|
|
.line 78
|
|
.line 79
|
|
iget-boolean p1, p1, Lcom/google/android/gms/location/LocationRequest;->m:Z
|
|
|
|
.line 80
|
|
.line 81
|
|
if-ne v0, p1, :cond_2
|
|
|
|
.line 82
|
|
.line 83
|
|
const/4 p1, 0x1
|
|
|
|
.line 84
|
|
return p1
|
|
|
|
.line 85
|
|
:cond_2
|
|
const/4 p1, 0x0
|
|
|
|
.line 86
|
|
return p1
|
|
.end method
|
|
|
|
.method public final hashCode()I
|
|
.locals 6
|
|
|
|
.line 1
|
|
iget v0, p0, Lcom/google/android/gms/location/LocationRequest;->c:I
|
|
|
|
.line 2
|
|
.line 3
|
|
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
.line 4
|
|
.line 5
|
|
.line 6
|
|
move-result-object v0
|
|
|
|
.line 7
|
|
iget-wide v1, p0, Lcom/google/android/gms/location/LocationRequest;->f:J
|
|
|
|
.line 8
|
|
.line 9
|
|
invoke-static {v1, v2}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
|
|
|
|
.line 10
|
|
.line 11
|
|
.line 12
|
|
move-result-object v1
|
|
|
|
.line 13
|
|
iget v2, p0, Lcom/google/android/gms/location/LocationRequest;->k:F
|
|
|
|
.line 14
|
|
.line 15
|
|
invoke-static {v2}, Ljava/lang/Float;->valueOf(F)Ljava/lang/Float;
|
|
|
|
.line 16
|
|
.line 17
|
|
.line 18
|
|
move-result-object v2
|
|
|
|
.line 19
|
|
iget-wide v3, p0, Lcom/google/android/gms/location/LocationRequest;->l: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/4 v4, 0x4
|
|
|
|
.line 26
|
|
new-array v4, v4, [Ljava/lang/Object;
|
|
|
|
.line 27
|
|
.line 28
|
|
const/4 v5, 0x0
|
|
|
|
.line 29
|
|
aput-object v0, v4, v5
|
|
|
|
.line 30
|
|
.line 31
|
|
const/4 v0, 0x1
|
|
|
|
.line 32
|
|
aput-object v1, v4, v0
|
|
|
|
.line 33
|
|
.line 34
|
|
const/4 v0, 0x2
|
|
|
|
.line 35
|
|
aput-object v2, v4, v0
|
|
|
|
.line 36
|
|
.line 37
|
|
const/4 v0, 0x3
|
|
|
|
.line 38
|
|
aput-object v3, v4, v0
|
|
|
|
.line 39
|
|
.line 40
|
|
invoke-static {v4}, Lcom/google/android/gms/common/internal/Objects;->hashCode([Ljava/lang/Object;)I
|
|
|
|
.line 41
|
|
.line 42
|
|
.line 43
|
|
move-result v0
|
|
|
|
.line 44
|
|
return v0
|
|
.end method
|
|
|
|
.method public final toString()Ljava/lang/String;
|
|
.locals 11
|
|
|
|
.line 1
|
|
iget v0, p0, Lcom/google/android/gms/location/LocationRequest;->j:I
|
|
|
|
.line 2
|
|
.line 3
|
|
iget v1, p0, Lcom/google/android/gms/location/LocationRequest;->k:F
|
|
|
|
.line 4
|
|
.line 5
|
|
iget-wide v2, p0, Lcom/google/android/gms/location/LocationRequest;->l:J
|
|
|
|
.line 6
|
|
.line 7
|
|
iget-wide v4, p0, Lcom/google/android/gms/location/LocationRequest;->f:J
|
|
|
|
.line 8
|
|
.line 9
|
|
new-instance v6, Ljava/lang/StringBuilder;
|
|
|
|
.line 10
|
|
.line 11
|
|
const-string v7, "Request["
|
|
|
|
.line 12
|
|
.line 13
|
|
invoke-direct {v6, v7}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
|
|
|
.line 14
|
|
.line 15
|
|
.line 16
|
|
iget v7, p0, Lcom/google/android/gms/location/LocationRequest;->c:I
|
|
|
|
.line 17
|
|
.line 18
|
|
const/16 v8, 0x64
|
|
|
|
.line 19
|
|
.line 20
|
|
const/16 v9, 0x69
|
|
|
|
.line 21
|
|
.line 22
|
|
if-eq v7, v8, :cond_3
|
|
|
|
.line 23
|
|
.line 24
|
|
const/16 v8, 0x66
|
|
|
|
.line 25
|
|
.line 26
|
|
if-eq v7, v8, :cond_2
|
|
|
|
.line 27
|
|
.line 28
|
|
const/16 v8, 0x68
|
|
|
|
.line 29
|
|
.line 30
|
|
if-eq v7, v8, :cond_1
|
|
|
|
.line 31
|
|
.line 32
|
|
if-eq v7, v9, :cond_0
|
|
|
|
.line 33
|
|
.line 34
|
|
const-string v8, "???"
|
|
|
|
.line 35
|
|
.line 36
|
|
goto :goto_0
|
|
|
|
.line 37
|
|
:cond_0
|
|
const-string v8, "PRIORITY_NO_POWER"
|
|
|
|
.line 38
|
|
.line 39
|
|
goto :goto_0
|
|
|
|
.line 40
|
|
:cond_1
|
|
const-string v8, "PRIORITY_LOW_POWER"
|
|
|
|
.line 41
|
|
.line 42
|
|
goto :goto_0
|
|
|
|
.line 43
|
|
:cond_2
|
|
const-string v8, "PRIORITY_BALANCED_POWER_ACCURACY"
|
|
|
|
.line 44
|
|
.line 45
|
|
goto :goto_0
|
|
|
|
.line 46
|
|
:cond_3
|
|
const-string v8, "PRIORITY_HIGH_ACCURACY"
|
|
|
|
.line 47
|
|
.line 48
|
|
:goto_0
|
|
invoke-virtual {v6, v8}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
.line 49
|
|
.line 50
|
|
.line 51
|
|
const-string v8, "ms"
|
|
|
|
.line 52
|
|
.line 53
|
|
if-eq v7, v9, :cond_4
|
|
|
|
.line 54
|
|
.line 55
|
|
const-string v7, " requested="
|
|
|
|
.line 56
|
|
.line 57
|
|
invoke-virtual {v6, v7}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
.line 58
|
|
.line 59
|
|
.line 60
|
|
invoke-virtual {v6, v4, v5}, Ljava/lang/StringBuilder;->append(J)Ljava/lang/StringBuilder;
|
|
|
|
.line 61
|
|
.line 62
|
|
.line 63
|
|
invoke-virtual {v6, v8}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
.line 64
|
|
.line 65
|
|
.line 66
|
|
:cond_4
|
|
const-string v7, " fastest="
|
|
|
|
.line 67
|
|
.line 68
|
|
invoke-virtual {v6, v7}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
.line 69
|
|
.line 70
|
|
.line 71
|
|
iget-wide v9, p0, Lcom/google/android/gms/location/LocationRequest;->g:J
|
|
|
|
.line 72
|
|
.line 73
|
|
invoke-virtual {v6, v9, v10}, Ljava/lang/StringBuilder;->append(J)Ljava/lang/StringBuilder;
|
|
|
|
.line 74
|
|
.line 75
|
|
.line 76
|
|
invoke-virtual {v6, v8}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
.line 77
|
|
.line 78
|
|
.line 79
|
|
cmp-long v4, v2, v4
|
|
|
|
.line 80
|
|
.line 81
|
|
if-lez v4, :cond_5
|
|
|
|
.line 82
|
|
.line 83
|
|
const-string v4, " maxWait="
|
|
|
|
.line 84
|
|
.line 85
|
|
invoke-virtual {v6, v4}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
.line 86
|
|
.line 87
|
|
.line 88
|
|
invoke-virtual {v6, v2, v3}, Ljava/lang/StringBuilder;->append(J)Ljava/lang/StringBuilder;
|
|
|
|
.line 89
|
|
.line 90
|
|
.line 91
|
|
invoke-virtual {v6, v8}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
.line 92
|
|
.line 93
|
|
.line 94
|
|
:cond_5
|
|
const/4 v2, 0x0
|
|
|
|
.line 95
|
|
cmpl-float v2, v1, v2
|
|
|
|
.line 96
|
|
.line 97
|
|
if-lez v2, :cond_6
|
|
|
|
.line 98
|
|
.line 99
|
|
const-string v2, " smallestDisplacement="
|
|
|
|
.line 100
|
|
.line 101
|
|
invoke-virtual {v6, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
.line 102
|
|
.line 103
|
|
.line 104
|
|
invoke-virtual {v6, v1}, Ljava/lang/StringBuilder;->append(F)Ljava/lang/StringBuilder;
|
|
|
|
.line 105
|
|
.line 106
|
|
.line 107
|
|
const-string v1, "m"
|
|
|
|
.line 108
|
|
.line 109
|
|
invoke-virtual {v6, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
.line 110
|
|
.line 111
|
|
.line 112
|
|
:cond_6
|
|
iget-wide v1, p0, Lcom/google/android/gms/location/LocationRequest;->i:J
|
|
|
|
.line 113
|
|
.line 114
|
|
const-wide v3, 0x7fffffffffffffffL
|
|
|
|
.line 115
|
|
.line 116
|
|
.line 117
|
|
.line 118
|
|
.line 119
|
|
cmp-long v3, v1, v3
|
|
|
|
.line 120
|
|
.line 121
|
|
if-eqz v3, :cond_7
|
|
|
|
.line 122
|
|
.line 123
|
|
invoke-static {}, Landroid/os/SystemClock;->elapsedRealtime()J
|
|
|
|
.line 124
|
|
.line 125
|
|
.line 126
|
|
move-result-wide v3
|
|
|
|
.line 127
|
|
const-string v5, " expireIn="
|
|
|
|
.line 128
|
|
.line 129
|
|
invoke-virtual {v6, v5}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
.line 130
|
|
.line 131
|
|
.line 132
|
|
sub-long/2addr v1, v3
|
|
|
|
.line 133
|
|
invoke-virtual {v6, v1, v2}, Ljava/lang/StringBuilder;->append(J)Ljava/lang/StringBuilder;
|
|
|
|
.line 134
|
|
.line 135
|
|
.line 136
|
|
invoke-virtual {v6, v8}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
.line 137
|
|
.line 138
|
|
.line 139
|
|
:cond_7
|
|
const v1, 0x7fffffff
|
|
|
|
.line 140
|
|
.line 141
|
|
.line 142
|
|
if-eq v0, v1, :cond_8
|
|
|
|
.line 143
|
|
.line 144
|
|
const-string v1, " num="
|
|
|
|
.line 145
|
|
.line 146
|
|
invoke-virtual {v6, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
.line 147
|
|
.line 148
|
|
.line 149
|
|
invoke-virtual {v6, v0}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
|
|
|
.line 150
|
|
.line 151
|
|
.line 152
|
|
:cond_8
|
|
const/16 v0, 0x5d
|
|
|
|
.line 153
|
|
.line 154
|
|
invoke-virtual {v6, v0}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
|
|
|
|
.line 155
|
|
.line 156
|
|
.line 157
|
|
invoke-virtual {v6}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
.line 158
|
|
.line 159
|
|
.line 160
|
|
move-result-object v0
|
|
|
|
.line 161
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final writeToParcel(Landroid/os/Parcel;I)V
|
|
.locals 3
|
|
|
|
.line 1
|
|
invoke-static {p1}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->beginObjectHeader(Landroid/os/Parcel;)I
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
move-result p2
|
|
|
|
.line 5
|
|
const/4 v0, 0x1
|
|
|
|
.line 6
|
|
iget v1, p0, Lcom/google/android/gms/location/LocationRequest;->c:I
|
|
|
|
.line 7
|
|
.line 8
|
|
invoke-static {p1, v0, v1}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeInt(Landroid/os/Parcel;II)V
|
|
|
|
.line 9
|
|
.line 10
|
|
.line 11
|
|
const/4 v0, 0x2
|
|
|
|
.line 12
|
|
iget-wide v1, p0, Lcom/google/android/gms/location/LocationRequest;->f:J
|
|
|
|
.line 13
|
|
.line 14
|
|
invoke-static {p1, v0, v1, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeLong(Landroid/os/Parcel;IJ)V
|
|
|
|
.line 15
|
|
.line 16
|
|
.line 17
|
|
const/4 v0, 0x3
|
|
|
|
.line 18
|
|
iget-wide v1, p0, Lcom/google/android/gms/location/LocationRequest;->g:J
|
|
|
|
.line 19
|
|
.line 20
|
|
invoke-static {p1, v0, v1, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeLong(Landroid/os/Parcel;IJ)V
|
|
|
|
.line 21
|
|
.line 22
|
|
.line 23
|
|
const/4 v0, 0x4
|
|
|
|
.line 24
|
|
iget-boolean v1, p0, Lcom/google/android/gms/location/LocationRequest;->h:Z
|
|
|
|
.line 25
|
|
.line 26
|
|
invoke-static {p1, v0, v1}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeBoolean(Landroid/os/Parcel;IZ)V
|
|
|
|
.line 27
|
|
.line 28
|
|
.line 29
|
|
const/4 v0, 0x5
|
|
|
|
.line 30
|
|
iget-wide v1, p0, Lcom/google/android/gms/location/LocationRequest;->i:J
|
|
|
|
.line 31
|
|
.line 32
|
|
invoke-static {p1, v0, v1, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeLong(Landroid/os/Parcel;IJ)V
|
|
|
|
.line 33
|
|
.line 34
|
|
.line 35
|
|
const/4 v0, 0x6
|
|
|
|
.line 36
|
|
iget v1, p0, Lcom/google/android/gms/location/LocationRequest;->j:I
|
|
|
|
.line 37
|
|
.line 38
|
|
invoke-static {p1, v0, v1}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeInt(Landroid/os/Parcel;II)V
|
|
|
|
.line 39
|
|
.line 40
|
|
.line 41
|
|
const/4 v0, 0x7
|
|
|
|
.line 42
|
|
iget v1, p0, Lcom/google/android/gms/location/LocationRequest;->k:F
|
|
|
|
.line 43
|
|
.line 44
|
|
invoke-static {p1, v0, v1}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeFloat(Landroid/os/Parcel;IF)V
|
|
|
|
.line 45
|
|
.line 46
|
|
.line 47
|
|
const/16 v0, 0x8
|
|
|
|
.line 48
|
|
.line 49
|
|
iget-wide v1, p0, Lcom/google/android/gms/location/LocationRequest;->l:J
|
|
|
|
.line 50
|
|
.line 51
|
|
invoke-static {p1, v0, v1, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeLong(Landroid/os/Parcel;IJ)V
|
|
|
|
.line 52
|
|
.line 53
|
|
.line 54
|
|
const/16 v0, 0x9
|
|
|
|
.line 55
|
|
.line 56
|
|
iget-boolean v1, p0, Lcom/google/android/gms/location/LocationRequest;->m:Z
|
|
|
|
.line 57
|
|
.line 58
|
|
invoke-static {p1, v0, v1}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeBoolean(Landroid/os/Parcel;IZ)V
|
|
|
|
.line 59
|
|
.line 60
|
|
.line 61
|
|
invoke-static {p1, p2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->finishObjectHeader(Landroid/os/Parcel;I)V
|
|
|
|
.line 62
|
|
.line 63
|
|
.line 64
|
|
return-void
|
|
.end method
|