* 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>
756 lines
15 KiB
Smali
756 lines
15 KiB
Smali
.class public final Lj$/time/q;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lj$/time/temporal/m;
|
|
.implements Lj$/time/temporal/o;
|
|
.implements Ljava/lang/Comparable;
|
|
.implements Ljava/io/Serializable;
|
|
|
|
|
|
# static fields
|
|
.field public static final synthetic c:I = 0x0
|
|
|
|
.field private static final serialVersionUID:J = 0x64d0affdfec1386cL
|
|
|
|
|
|
# instance fields
|
|
.field public final a:Lj$/time/k;
|
|
|
|
.field public final b:Lj$/time/ZoneOffset;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 3
|
|
|
|
.line 128
|
|
sget-object v0, Lj$/time/k;->e:Lj$/time/k;
|
|
|
|
sget-object v1, Lj$/time/ZoneOffset;->f:Lj$/time/ZoneOffset;
|
|
|
|
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
.line 213
|
|
new-instance v2, Lj$/time/q;
|
|
|
|
invoke-direct {v2, v0, v1}, Lj$/time/q;-><init>(Lj$/time/k;Lj$/time/ZoneOffset;)V
|
|
|
|
.line 136
|
|
sget-object v0, Lj$/time/k;->f:Lj$/time/k;
|
|
|
|
sget-object v1, Lj$/time/ZoneOffset;->e:Lj$/time/ZoneOffset;
|
|
|
|
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
.line 213
|
|
new-instance v2, Lj$/time/q;
|
|
|
|
invoke-direct {v2, v0, v1}, Lj$/time/q;-><init>(Lj$/time/k;Lj$/time/ZoneOffset;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Lj$/time/k;Lj$/time/ZoneOffset;)V
|
|
.locals 1
|
|
|
|
.line 337
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 338
|
|
const-string v0, "time"
|
|
|
|
invoke-static {p1, v0}, Lj$/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
check-cast p1, Lj$/time/k;
|
|
|
|
iput-object p1, p0, Lj$/time/q;->a:Lj$/time/k;
|
|
|
|
.line 339
|
|
const-string p1, "offset"
|
|
|
|
invoke-static {p2, p1}, Lj$/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
check-cast p1, Lj$/time/ZoneOffset;
|
|
|
|
iput-object p1, p0, Lj$/time/q;->b:Lj$/time/ZoneOffset;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private readObject(Ljava/io/ObjectInputStream;)V
|
|
.locals 1
|
|
|
|
.line 1424
|
|
new-instance p1, Ljava/io/InvalidObjectException;
|
|
|
|
const-string v0, "Deserialization via serialization delegate"
|
|
|
|
invoke-direct {p1, v0}, Ljava/io/InvalidObjectException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
.method private writeReplace()Ljava/lang/Object;
|
|
.locals 2
|
|
|
|
.line 1414
|
|
new-instance v0, Lj$/time/s;
|
|
|
|
const/16 v1, 0x9
|
|
|
|
invoke-direct {v0, v1, p0}, Lj$/time/s;-><init>(BLjava/lang/Object;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final K(JLj$/time/temporal/t;)Lj$/time/q;
|
|
.locals 1
|
|
|
|
.line 879
|
|
instance-of v0, p3, Lj$/time/temporal/b;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 880
|
|
iget-object v0, p0, Lj$/time/q;->a:Lj$/time/k;
|
|
|
|
invoke-virtual {v0, p1, p2, p3}, Lj$/time/k;->Q(JLj$/time/temporal/t;)Lj$/time/k;
|
|
|
|
move-result-object p1
|
|
|
|
iget-object p2, p0, Lj$/time/q;->b:Lj$/time/ZoneOffset;
|
|
|
|
invoke-virtual {p0, p1, p2}, Lj$/time/q;->L(Lj$/time/k;Lj$/time/ZoneOffset;)Lj$/time/q;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 882
|
|
:cond_0
|
|
invoke-interface {p3, p0, p1, p2}, Lj$/time/temporal/t;->d(Lj$/time/temporal/m;J)Lj$/time/temporal/m;
|
|
|
|
move-result-object p1
|
|
|
|
check-cast p1, Lj$/time/q;
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final L(Lj$/time/k;Lj$/time/ZoneOffset;)Lj$/time/q;
|
|
.locals 1
|
|
|
|
.line 349
|
|
iget-object v0, p0, Lj$/time/q;->a:Lj$/time/k;
|
|
|
|
if-ne v0, p1, :cond_0
|
|
|
|
iget-object v0, p0, Lj$/time/q;->b:Lj$/time/ZoneOffset;
|
|
|
|
invoke-virtual {v0, p2}, Lj$/time/ZoneOffset;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
return-object p0
|
|
|
|
.line 352
|
|
:cond_0
|
|
new-instance v0, Lj$/time/q;
|
|
|
|
invoke-direct {v0, p1, p2}, Lj$/time/q;-><init>(Lj$/time/k;Lj$/time/ZoneOffset;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final a(JLj$/time/temporal/r;)Lj$/time/temporal/m;
|
|
.locals 2
|
|
|
|
.line 728
|
|
instance-of v0, p3, Lj$/time/temporal/a;
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 729
|
|
sget-object v0, Lj$/time/temporal/a;->OFFSET_SECONDS:Lj$/time/temporal/a;
|
|
|
|
if-ne p3, v0, :cond_0
|
|
|
|
.line 730
|
|
check-cast p3, Lj$/time/temporal/a;
|
|
|
|
.line 731
|
|
iget-object v0, p0, Lj$/time/q;->a:Lj$/time/k;
|
|
|
|
.line 669
|
|
iget-object v1, p3, Lj$/time/temporal/a;->b:Lj$/time/temporal/v;
|
|
|
|
.line 732
|
|
invoke-virtual {v1, p1, p2, p3}, Lj$/time/temporal/v;->a(JLj$/time/temporal/r;)I
|
|
|
|
move-result p1
|
|
|
|
.line 731
|
|
invoke-static {p1}, Lj$/time/ZoneOffset;->R(I)Lj$/time/ZoneOffset;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-virtual {p0, v0, p1}, Lj$/time/q;->L(Lj$/time/k;Lj$/time/ZoneOffset;)Lj$/time/q;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 733
|
|
:cond_0
|
|
iget-object v0, p0, Lj$/time/q;->a:Lj$/time/k;
|
|
|
|
invoke-virtual {v0, p1, p2, p3}, Lj$/time/k;->Y(JLj$/time/temporal/r;)Lj$/time/k;
|
|
|
|
move-result-object p1
|
|
|
|
iget-object p2, p0, Lj$/time/q;->b:Lj$/time/ZoneOffset;
|
|
|
|
invoke-virtual {p0, p1, p2}, Lj$/time/q;->L(Lj$/time/k;Lj$/time/ZoneOffset;)Lj$/time/q;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 735
|
|
:cond_1
|
|
invoke-interface {p3, p0, p1, p2}, Lj$/time/temporal/r;->l(Lj$/time/temporal/m;J)Lj$/time/temporal/m;
|
|
|
|
move-result-object p1
|
|
|
|
check-cast p1, Lj$/time/q;
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final bridge synthetic b(JLj$/time/temporal/t;)Lj$/time/temporal/m;
|
|
.locals 0
|
|
|
|
.line 118
|
|
invoke-virtual {p0, p1, p2, p3}, Lj$/time/q;->K(JLj$/time/temporal/t;)Lj$/time/q;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final c(Lj$/time/temporal/r;)Z
|
|
.locals 1
|
|
|
|
.line 396
|
|
instance-of v0, p1, Lj$/time/temporal/a;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 397
|
|
move-object v0, p1
|
|
|
|
check-cast v0, Lj$/time/temporal/a;
|
|
|
|
invoke-virtual {v0}, Lj$/time/temporal/a;->y()Z
|
|
|
|
move-result v0
|
|
|
|
if-nez v0, :cond_1
|
|
|
|
sget-object v0, Lj$/time/temporal/a;->OFFSET_SECONDS:Lj$/time/temporal/a;
|
|
|
|
if-ne p1, v0, :cond_2
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
if-eqz p1, :cond_2
|
|
|
|
.line 399
|
|
invoke-interface {p1, p0}, Lj$/time/temporal/r;->d(Lj$/time/temporal/n;)Z
|
|
|
|
move-result p1
|
|
|
|
if-eqz p1, :cond_2
|
|
|
|
:cond_1
|
|
:goto_0
|
|
const/4 p1, 0x1
|
|
|
|
return p1
|
|
|
|
:cond_2
|
|
const/4 p1, 0x0
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public final compareTo(Ljava/lang/Object;)I
|
|
.locals 8
|
|
|
|
.line 118
|
|
check-cast p1, Lj$/time/q;
|
|
|
|
.line 1286
|
|
iget-object v0, p0, Lj$/time/q;->b:Lj$/time/ZoneOffset;
|
|
|
|
iget-object v1, p1, Lj$/time/q;->b:Lj$/time/ZoneOffset;
|
|
|
|
invoke-virtual {v0, v1}, Lj$/time/ZoneOffset;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 1287
|
|
iget-object v0, p0, Lj$/time/q;->a:Lj$/time/k;
|
|
|
|
iget-object p1, p1, Lj$/time/q;->a:Lj$/time/k;
|
|
|
|
invoke-virtual {v0, p1}, Lj$/time/k;->K(Lj$/time/k;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
|
|
.line 1230
|
|
:cond_0
|
|
iget-object v0, p0, Lj$/time/q;->a:Lj$/time/k;
|
|
|
|
invoke-virtual {v0}, Lj$/time/k;->W()J
|
|
|
|
move-result-wide v0
|
|
|
|
.line 1231
|
|
iget-object v2, p0, Lj$/time/q;->b:Lj$/time/ZoneOffset;
|
|
|
|
.line 474
|
|
iget v2, v2, Lj$/time/ZoneOffset;->a:I
|
|
|
|
int-to-long v2, v2
|
|
|
|
const-wide/32 v4, 0x3b9aca00
|
|
|
|
mul-long/2addr v2, v4
|
|
|
|
sub-long/2addr v0, v2
|
|
|
|
.line 1230
|
|
iget-object v2, p1, Lj$/time/q;->a:Lj$/time/k;
|
|
|
|
invoke-virtual {v2}, Lj$/time/k;->W()J
|
|
|
|
move-result-wide v2
|
|
|
|
.line 1231
|
|
iget-object v6, p1, Lj$/time/q;->b:Lj$/time/ZoneOffset;
|
|
|
|
.line 474
|
|
iget v6, v6, Lj$/time/ZoneOffset;->a:I
|
|
|
|
int-to-long v6, v6
|
|
|
|
mul-long/2addr v6, v4
|
|
|
|
sub-long/2addr v2, v6
|
|
|
|
.line 1289
|
|
invoke-static {v0, v1, v2, v3}, Ljava/lang/Long;->compare(JJ)I
|
|
|
|
move-result v0
|
|
|
|
if-nez v0, :cond_1
|
|
|
|
.line 1291
|
|
iget-object v0, p0, Lj$/time/q;->a:Lj$/time/k;
|
|
|
|
iget-object p1, p1, Lj$/time/q;->a:Lj$/time/k;
|
|
|
|
invoke-virtual {v0, p1}, Lj$/time/k;->K(Lj$/time/k;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
|
|
:cond_1
|
|
return v0
|
|
.end method
|
|
|
|
.method public final d(Lj$/time/h;)Ljava/lang/Object;
|
|
.locals 4
|
|
|
|
.line 1079
|
|
sget-object v0, Lj$/time/temporal/s;->d:Lj$/time/h;
|
|
|
|
if-eq p1, v0, :cond_7
|
|
|
|
sget-object v0, Lj$/time/temporal/s;->e:Lj$/time/h;
|
|
|
|
if-ne p1, v0, :cond_0
|
|
|
|
goto :goto_2
|
|
|
|
.line 1081
|
|
:cond_0
|
|
sget-object v0, Lj$/time/temporal/s;->a:Lj$/time/h;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
const/4 v2, 0x1
|
|
|
|
if-ne p1, v0, :cond_1
|
|
|
|
move v0, v2
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
move v0, v1
|
|
|
|
:goto_0
|
|
sget-object v3, Lj$/time/temporal/s;->b:Lj$/time/h;
|
|
|
|
if-ne p1, v3, :cond_2
|
|
|
|
move v1, v2
|
|
|
|
:cond_2
|
|
or-int/2addr v0, v1
|
|
|
|
if-nez v0, :cond_6
|
|
|
|
sget-object v0, Lj$/time/temporal/s;->f:Lj$/time/h;
|
|
|
|
if-ne p1, v0, :cond_3
|
|
|
|
goto :goto_1
|
|
|
|
.line 1083
|
|
:cond_3
|
|
sget-object v0, Lj$/time/temporal/s;->g:Lj$/time/h;
|
|
|
|
if-ne p1, v0, :cond_4
|
|
|
|
.line 1084
|
|
iget-object p1, p0, Lj$/time/q;->a:Lj$/time/k;
|
|
|
|
return-object p1
|
|
|
|
.line 1085
|
|
:cond_4
|
|
sget-object v0, Lj$/time/temporal/s;->c:Lj$/time/h;
|
|
|
|
if-ne p1, v0, :cond_5
|
|
|
|
.line 1086
|
|
sget-object p1, Lj$/time/temporal/b;->NANOS:Lj$/time/temporal/b;
|
|
|
|
return-object p1
|
|
|
|
.line 1090
|
|
:cond_5
|
|
invoke-virtual {p1, p0}, Lj$/time/h;->d(Lj$/time/temporal/n;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
:cond_6
|
|
:goto_1
|
|
const/4 p1, 0x0
|
|
|
|
return-object p1
|
|
|
|
.line 1080
|
|
:cond_7
|
|
:goto_2
|
|
iget-object p1, p0, Lj$/time/q;->b:Lj$/time/ZoneOffset;
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final equals(Ljava/lang/Object;)Z
|
|
.locals 4
|
|
|
|
const/4 v0, 0x1
|
|
|
|
if-ne p0, p1, :cond_0
|
|
|
|
return v0
|
|
|
|
.line 1361
|
|
:cond_0
|
|
instance-of v1, p1, Lj$/time/q;
|
|
|
|
const/4 v2, 0x0
|
|
|
|
if-eqz v1, :cond_1
|
|
|
|
.line 1362
|
|
check-cast p1, Lj$/time/q;
|
|
|
|
.line 1363
|
|
iget-object v1, p0, Lj$/time/q;->a:Lj$/time/k;
|
|
|
|
iget-object v3, p1, Lj$/time/q;->a:Lj$/time/k;
|
|
|
|
invoke-virtual {v1, v3}, Lj$/time/k;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v1
|
|
|
|
if-eqz v1, :cond_1
|
|
|
|
iget-object v1, p0, Lj$/time/q;->b:Lj$/time/ZoneOffset;
|
|
|
|
iget-object p1, p1, Lj$/time/q;->b:Lj$/time/ZoneOffset;
|
|
|
|
invoke-virtual {v1, p1}, Lj$/time/ZoneOffset;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p1
|
|
|
|
if-eqz p1, :cond_1
|
|
|
|
return v0
|
|
|
|
:cond_1
|
|
return v2
|
|
.end method
|
|
|
|
.method public final g(Lj$/time/temporal/r;)I
|
|
.locals 0
|
|
|
|
.line 502
|
|
invoke-static {p0, p1}, Lj$/time/temporal/s;->a(Lj$/time/temporal/n;Lj$/time/temporal/r;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public final h(Lj$/time/g;)Lj$/time/temporal/m;
|
|
.locals 0
|
|
|
|
.line 1592
|
|
invoke-static {p1, p0}, Lj$/com/android/tools/r8/a;->a(Lj$/time/chrono/b;Lj$/time/temporal/m;)Lj$/time/temporal/m;
|
|
|
|
move-result-object p1
|
|
|
|
.line 688
|
|
check-cast p1, Lj$/time/q;
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final hashCode()I
|
|
.locals 2
|
|
|
|
.line 1375
|
|
iget-object v0, p0, Lj$/time/q;->a:Lj$/time/k;
|
|
|
|
invoke-virtual {v0}, Lj$/time/k;->hashCode()I
|
|
|
|
move-result v0
|
|
|
|
iget-object v1, p0, Lj$/time/q;->b:Lj$/time/ZoneOffset;
|
|
|
|
.line 736
|
|
iget v1, v1, Lj$/time/ZoneOffset;->a:I
|
|
|
|
xor-int/2addr v0, v1
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final i(Lj$/time/temporal/r;)Lj$/time/temporal/v;
|
|
.locals 1
|
|
|
|
.line 464
|
|
instance-of v0, p1, Lj$/time/temporal/a;
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 465
|
|
sget-object v0, Lj$/time/temporal/a;->OFFSET_SECONDS:Lj$/time/temporal/a;
|
|
|
|
if-ne p1, v0, :cond_0
|
|
|
|
.line 466
|
|
check-cast p1, Lj$/time/temporal/a;
|
|
|
|
.line 669
|
|
iget-object p1, p1, Lj$/time/temporal/a;->b:Lj$/time/temporal/v;
|
|
|
|
return-object p1
|
|
|
|
.line 468
|
|
:cond_0
|
|
iget-object v0, p0, Lj$/time/q;->a:Lj$/time/k;
|
|
|
|
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
.line 608
|
|
invoke-static {v0, p1}, Lj$/time/temporal/s;->d(Lj$/time/temporal/n;Lj$/time/temporal/r;)Lj$/time/temporal/v;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 470
|
|
:cond_1
|
|
invoke-interface {p1, p0}, Lj$/time/temporal/r;->g(Lj$/time/temporal/n;)Lj$/time/temporal/v;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final l(Lj$/time/temporal/m;)Lj$/time/temporal/m;
|
|
.locals 3
|
|
|
|
.line 1121
|
|
sget-object v0, Lj$/time/temporal/a;->NANO_OF_DAY:Lj$/time/temporal/a;
|
|
|
|
iget-object v1, p0, Lj$/time/q;->a:Lj$/time/k;
|
|
|
|
.line 1122
|
|
invoke-virtual {v1}, Lj$/time/k;->W()J
|
|
|
|
move-result-wide v1
|
|
|
|
invoke-interface {p1, v1, v2, v0}, Lj$/time/temporal/m;->a(JLj$/time/temporal/r;)Lj$/time/temporal/m;
|
|
|
|
move-result-object p1
|
|
|
|
sget-object v0, Lj$/time/temporal/a;->OFFSET_SECONDS:Lj$/time/temporal/a;
|
|
|
|
iget-object v1, p0, Lj$/time/q;->b:Lj$/time/ZoneOffset;
|
|
|
|
.line 474
|
|
iget v1, v1, Lj$/time/ZoneOffset;->a:I
|
|
|
|
int-to-long v1, v1
|
|
|
|
.line 1123
|
|
invoke-interface {p1, v1, v2, v0}, Lj$/time/temporal/m;->a(JLj$/time/temporal/r;)Lj$/time/temporal/m;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final toString()Ljava/lang/String;
|
|
.locals 3
|
|
|
|
.line 1397
|
|
iget-object v0, p0, Lj$/time/q;->a:Lj$/time/k;
|
|
|
|
invoke-virtual {v0}, Lj$/time/k;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
iget-object v1, p0, Lj$/time/q;->b:Lj$/time/ZoneOffset;
|
|
|
|
.line 747
|
|
iget-object v1, v1, Lj$/time/ZoneOffset;->b:Ljava/lang/String;
|
|
|
|
.line 1397
|
|
new-instance v2, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {v2}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
invoke-virtual {v2, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v2, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v2}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final u(JLj$/time/temporal/b;)Lj$/time/temporal/m;
|
|
.locals 2
|
|
|
|
const-wide/high16 v0, -0x8000000000000000L
|
|
|
|
cmp-long v0, p1, v0
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
const-wide p1, 0x7fffffffffffffffL
|
|
|
|
.line 993
|
|
invoke-virtual {p0, p1, p2, p3}, Lj$/time/q;->K(JLj$/time/temporal/t;)Lj$/time/q;
|
|
|
|
move-result-object p1
|
|
|
|
const-wide/16 v0, 0x1
|
|
|
|
invoke-virtual {p1, v0, v1, p3}, Lj$/time/q;->K(JLj$/time/temporal/t;)Lj$/time/q;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
:cond_0
|
|
neg-long p1, p1
|
|
|
|
invoke-virtual {p0, p1, p2, p3}, Lj$/time/q;->K(JLj$/time/temporal/t;)Lj$/time/q;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final y(Lj$/time/temporal/r;)J
|
|
.locals 2
|
|
|
|
.line 530
|
|
instance-of v0, p1, Lj$/time/temporal/a;
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 531
|
|
sget-object v0, Lj$/time/temporal/a;->OFFSET_SECONDS:Lj$/time/temporal/a;
|
|
|
|
if-ne p1, v0, :cond_0
|
|
|
|
.line 532
|
|
iget-object p1, p0, Lj$/time/q;->b:Lj$/time/ZoneOffset;
|
|
|
|
.line 474
|
|
iget p1, p1, Lj$/time/ZoneOffset;->a:I
|
|
|
|
int-to-long v0, p1
|
|
|
|
return-wide v0
|
|
|
|
.line 534
|
|
:cond_0
|
|
iget-object v0, p0, Lj$/time/q;->a:Lj$/time/k;
|
|
|
|
invoke-virtual {v0, p1}, Lj$/time/k;->y(Lj$/time/temporal/r;)J
|
|
|
|
move-result-wide v0
|
|
|
|
return-wide v0
|
|
|
|
.line 536
|
|
:cond_1
|
|
invoke-interface {p1, p0}, Lj$/time/temporal/r;->i(Lj$/time/temporal/n;)J
|
|
|
|
move-result-wide v0
|
|
|
|
return-wide v0
|
|
.end method
|