* 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>
1115 lines
24 KiB
Smali
1115 lines
24 KiB
Smali
.class public final Lj$/time/z;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lj$/time/temporal/m;
|
|
.implements Lj$/time/chrono/j;
|
|
.implements Ljava/io/Serializable;
|
|
|
|
|
|
# static fields
|
|
.field private static final serialVersionUID:J = -0x56e37a54888537c2L
|
|
|
|
|
|
# instance fields
|
|
.field public final a:Lj$/time/LocalDateTime;
|
|
|
|
.field public final b:Lj$/time/ZoneOffset;
|
|
|
|
.field public final c:Lj$/time/ZoneId;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lj$/time/LocalDateTime;Lj$/time/ZoneId;Lj$/time/ZoneOffset;)V
|
|
.locals 0
|
|
|
|
.line 609
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 610
|
|
iput-object p1, p0, Lj$/time/z;->a:Lj$/time/LocalDateTime;
|
|
|
|
.line 611
|
|
iput-object p3, p0, Lj$/time/z;->b:Lj$/time/ZoneOffset;
|
|
|
|
.line 612
|
|
iput-object p2, p0, Lj$/time/z;->c:Lj$/time/ZoneId;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static K(Lj$/time/LocalDateTime;Lj$/time/ZoneId;Lj$/time/ZoneOffset;)Lj$/time/z;
|
|
.locals 5
|
|
|
|
.line 367
|
|
const-string v0, "localDateTime"
|
|
|
|
invoke-static {p0, v0}, Lj$/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
|
|
|
.line 368
|
|
const-string v0, "zone"
|
|
|
|
invoke-static {p1, v0}, Lj$/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
|
|
|
.line 369
|
|
instance-of v0, p1, Lj$/time/ZoneOffset;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 370
|
|
new-instance p2, Lj$/time/z;
|
|
|
|
move-object v0, p1
|
|
|
|
check-cast v0, Lj$/time/ZoneOffset;
|
|
|
|
invoke-direct {p2, p0, p1, v0}, Lj$/time/z;-><init>(Lj$/time/LocalDateTime;Lj$/time/ZoneId;Lj$/time/ZoneOffset;)V
|
|
|
|
return-object p2
|
|
|
|
.line 372
|
|
:cond_0
|
|
invoke-virtual {p1}, Lj$/time/ZoneId;->K()Lj$/time/zone/f;
|
|
|
|
move-result-object v0
|
|
|
|
.line 373
|
|
invoke-virtual {v0, p0}, Lj$/time/zone/f;->f(Lj$/time/LocalDateTime;)Ljava/util/List;
|
|
|
|
move-result-object v1
|
|
|
|
.line 375
|
|
invoke-interface {v1}, Ljava/util/List;->size()I
|
|
|
|
move-result v2
|
|
|
|
const/4 v3, 0x1
|
|
|
|
const/4 v4, 0x0
|
|
|
|
if-ne v2, v3, :cond_1
|
|
|
|
.line 376
|
|
invoke-interface {v1, v4}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object p2
|
|
|
|
check-cast p2, Lj$/time/ZoneOffset;
|
|
|
|
goto :goto_1
|
|
|
|
.line 377
|
|
:cond_1
|
|
invoke-interface {v1}, Ljava/util/List;->size()I
|
|
|
|
move-result v2
|
|
|
|
if-nez v2, :cond_3
|
|
|
|
.line 684
|
|
invoke-virtual {v0, p0}, Lj$/time/zone/f;->e(Lj$/time/LocalDateTime;)Ljava/lang/Object;
|
|
|
|
move-result-object p2
|
|
|
|
.line 685
|
|
instance-of v0, p2, Lj$/time/zone/b;
|
|
|
|
if-eqz v0, :cond_2
|
|
|
|
check-cast p2, Lj$/time/zone/b;
|
|
|
|
goto :goto_0
|
|
|
|
:cond_2
|
|
const/4 p2, 0x0
|
|
|
|
.line 316
|
|
:goto_0
|
|
iget-object v0, p2, Lj$/time/zone/b;->d:Lj$/time/ZoneOffset;
|
|
|
|
.line 474
|
|
iget v0, v0, Lj$/time/ZoneOffset;->a:I
|
|
|
|
.line 305
|
|
iget-object v1, p2, Lj$/time/zone/b;->c:Lj$/time/ZoneOffset;
|
|
|
|
.line 474
|
|
iget v1, v1, Lj$/time/ZoneOffset;->a:I
|
|
|
|
sub-int/2addr v0, v1
|
|
|
|
int-to-long v0, v0
|
|
|
|
.line 224
|
|
invoke-static {v0, v1, v4}, Lj$/time/Duration;->g(JI)Lj$/time/Duration;
|
|
|
|
move-result-object v0
|
|
|
|
.line 379
|
|
invoke-virtual {v0}, Lj$/time/Duration;->getSeconds()J
|
|
|
|
move-result-wide v0
|
|
|
|
invoke-virtual {p0, v0, v1}, Lj$/time/LocalDateTime;->Q(J)Lj$/time/LocalDateTime;
|
|
|
|
move-result-object p0
|
|
|
|
.line 316
|
|
iget-object p2, p2, Lj$/time/zone/b;->d:Lj$/time/ZoneOffset;
|
|
|
|
goto :goto_1
|
|
|
|
:cond_3
|
|
if-eqz p2, :cond_4
|
|
|
|
.line 382
|
|
invoke-interface {v1, p2}, Ljava/util/List;->contains(Ljava/lang/Object;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_4
|
|
|
|
goto :goto_1
|
|
|
|
.line 385
|
|
:cond_4
|
|
invoke-interface {v1, v4}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object p2
|
|
|
|
check-cast p2, Lj$/time/ZoneOffset;
|
|
|
|
const-string v0, "offset"
|
|
|
|
invoke-static {p2, v0}, Lj$/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
|
|
|
move-result-object p2
|
|
|
|
check-cast p2, Lj$/time/ZoneOffset;
|
|
|
|
.line 388
|
|
:goto_1
|
|
new-instance v0, Lj$/time/z;
|
|
|
|
invoke-direct {v0, p0, p1, p2}, Lj$/time/z;-><init>(Lj$/time/LocalDateTime;Lj$/time/ZoneId;Lj$/time/ZoneOffset;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static l(JILj$/time/ZoneId;)Lj$/time/z;
|
|
.locals 3
|
|
|
|
.line 453
|
|
invoke-virtual {p3}, Lj$/time/ZoneId;->K()Lj$/time/zone/f;
|
|
|
|
move-result-object v0
|
|
|
|
int-to-long v1, p2
|
|
|
|
.line 454
|
|
invoke-static {p0, p1, v1, v2}, Lj$/time/Instant;->ofEpochSecond(JJ)Lj$/time/Instant;
|
|
|
|
move-result-object v1
|
|
|
|
.line 455
|
|
invoke-virtual {v0, v1}, Lj$/time/zone/f;->d(Lj$/time/Instant;)Lj$/time/ZoneOffset;
|
|
|
|
move-result-object v0
|
|
|
|
.line 456
|
|
invoke-static {p0, p1, p2, v0}, Lj$/time/LocalDateTime;->O(JILj$/time/ZoneOffset;)Lj$/time/LocalDateTime;
|
|
|
|
move-result-object p0
|
|
|
|
.line 457
|
|
new-instance p1, Lj$/time/z;
|
|
|
|
invoke-direct {p1, p0, p3, v0}, Lj$/time/z;-><init>(Lj$/time/LocalDateTime;Lj$/time/ZoneId;Lj$/time/ZoneOffset;)V
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method private readObject(Ljava/io/ObjectInputStream;)V
|
|
.locals 1
|
|
|
|
.line 2249
|
|
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 2239
|
|
new-instance v0, Lj$/time/s;
|
|
|
|
const/4 v1, 0x6
|
|
|
|
invoke-direct {v0, v1, p0}, Lj$/time/s;-><init>(BLjava/lang/Object;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final L(JLj$/time/temporal/t;)Lj$/time/z;
|
|
.locals 2
|
|
|
|
.line 1601
|
|
instance-of v0, p3, Lj$/time/temporal/b;
|
|
|
|
if-eqz v0, :cond_2
|
|
|
|
.line 1602
|
|
move-object v0, p3
|
|
|
|
check-cast v0, Lj$/time/temporal/b;
|
|
|
|
.line 241
|
|
sget-object v1, Lj$/time/temporal/b;->DAYS:Lj$/time/temporal/b;
|
|
|
|
invoke-virtual {v0, v1}, Ljava/lang/Enum;->compareTo(Ljava/lang/Enum;)I
|
|
|
|
move-result v1
|
|
|
|
if-ltz v1, :cond_0
|
|
|
|
sget-object v1, Lj$/time/temporal/b;->FOREVER:Lj$/time/temporal/b;
|
|
|
|
if-eq v0, v1, :cond_0
|
|
|
|
.line 1603
|
|
iget-object v0, p0, Lj$/time/z;->a:Lj$/time/LocalDateTime;
|
|
|
|
invoke-virtual {v0, p1, p2, p3}, Lj$/time/LocalDateTime;->P(JLj$/time/temporal/t;)Lj$/time/LocalDateTime;
|
|
|
|
move-result-object p1
|
|
|
|
.line 622
|
|
iget-object p2, p0, Lj$/time/z;->c:Lj$/time/ZoneId;
|
|
|
|
iget-object p3, p0, Lj$/time/z;->b:Lj$/time/ZoneOffset;
|
|
|
|
invoke-static {p1, p2, p3}, Lj$/time/z;->K(Lj$/time/LocalDateTime;Lj$/time/ZoneId;Lj$/time/ZoneOffset;)Lj$/time/z;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 1605
|
|
:cond_0
|
|
iget-object v0, p0, Lj$/time/z;->a:Lj$/time/LocalDateTime;
|
|
|
|
invoke-virtual {v0, p1, p2, p3}, Lj$/time/LocalDateTime;->P(JLj$/time/temporal/t;)Lj$/time/LocalDateTime;
|
|
|
|
move-result-object p1
|
|
|
|
.line 632
|
|
iget-object p2, p0, Lj$/time/z;->b:Lj$/time/ZoneOffset;
|
|
|
|
iget-object p3, p0, Lj$/time/z;->c:Lj$/time/ZoneId;
|
|
|
|
.line 433
|
|
const-string v0, "localDateTime"
|
|
|
|
invoke-static {p1, v0}, Lj$/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
|
|
|
.line 434
|
|
const-string v0, "offset"
|
|
|
|
invoke-static {p2, v0}, Lj$/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
|
|
|
.line 435
|
|
const-string v0, "zone"
|
|
|
|
invoke-static {p3, v0}, Lj$/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
|
|
|
.line 436
|
|
invoke-virtual {p3}, Lj$/time/ZoneId;->K()Lj$/time/zone/f;
|
|
|
|
move-result-object v0
|
|
|
|
.line 952
|
|
invoke-virtual {v0, p1}, Lj$/time/zone/f;->f(Lj$/time/LocalDateTime;)Ljava/util/List;
|
|
|
|
move-result-object v0
|
|
|
|
.line 952
|
|
invoke-interface {v0, p2}, Ljava/util/List;->contains(Ljava/lang/Object;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 437
|
|
new-instance v0, Lj$/time/z;
|
|
|
|
invoke-direct {v0, p1, p3, p2}, Lj$/time/z;-><init>(Lj$/time/LocalDateTime;Lj$/time/ZoneId;Lj$/time/ZoneOffset;)V
|
|
|
|
return-object v0
|
|
|
|
.line 439
|
|
:cond_1
|
|
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
.line 0
|
|
invoke-static {p1, p2}, Lj$/com/android/tools/r8/a;->q(Lj$/time/chrono/e;Lj$/time/ZoneOffset;)J
|
|
|
|
move-result-wide v0
|
|
|
|
.line 868
|
|
iget-object p1, p1, Lj$/time/LocalDateTime;->b:Lj$/time/k;
|
|
|
|
.line 738
|
|
iget p1, p1, Lj$/time/k;->d:I
|
|
|
|
.line 439
|
|
invoke-static {v0, v1, p1, p3}, Lj$/time/z;->l(JILj$/time/ZoneId;)Lj$/time/z;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 1608
|
|
:cond_2
|
|
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/z;
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final a(JLj$/time/temporal/r;)Lj$/time/temporal/m;
|
|
.locals 3
|
|
|
|
.line 1303
|
|
instance-of v0, p3, Lj$/time/temporal/a;
|
|
|
|
if-eqz v0, :cond_3
|
|
|
|
.line 1304
|
|
move-object v0, p3
|
|
|
|
check-cast v0, Lj$/time/temporal/a;
|
|
|
|
.line 1305
|
|
sget-object v1, Lj$/time/y;->a:[I
|
|
|
|
invoke-virtual {v0}, Ljava/lang/Enum;->ordinal()I
|
|
|
|
move-result v2
|
|
|
|
aget v1, v1, v2
|
|
|
|
const/4 v2, 0x1
|
|
|
|
if-eq v1, v2, :cond_2
|
|
|
|
const/4 v2, 0x2
|
|
|
|
if-eq v1, v2, :cond_0
|
|
|
|
.line 1312
|
|
iget-object v0, p0, Lj$/time/z;->a:Lj$/time/LocalDateTime;
|
|
|
|
invoke-virtual {v0, p1, p2, p3}, Lj$/time/LocalDateTime;->S(JLj$/time/temporal/r;)Lj$/time/LocalDateTime;
|
|
|
|
move-result-object p1
|
|
|
|
.line 622
|
|
iget-object p2, p0, Lj$/time/z;->c:Lj$/time/ZoneId;
|
|
|
|
iget-object p3, p0, Lj$/time/z;->b:Lj$/time/ZoneOffset;
|
|
|
|
invoke-static {p1, p2, p3}, Lj$/time/z;->K(Lj$/time/LocalDateTime;Lj$/time/ZoneId;Lj$/time/ZoneOffset;)Lj$/time/z;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 669
|
|
:cond_0
|
|
iget-object p3, v0, Lj$/time/temporal/a;->b:Lj$/time/temporal/v;
|
|
|
|
.line 732
|
|
invoke-virtual {p3, p1, p2, v0}, Lj$/time/temporal/v;->a(JLj$/time/temporal/r;)I
|
|
|
|
move-result p1
|
|
|
|
.line 1309
|
|
invoke-static {p1}, Lj$/time/ZoneOffset;->R(I)Lj$/time/ZoneOffset;
|
|
|
|
move-result-object p1
|
|
|
|
.line 644
|
|
iget-object p2, p0, Lj$/time/z;->b:Lj$/time/ZoneOffset;
|
|
|
|
invoke-virtual {p1, p2}, Lj$/time/ZoneOffset;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p2
|
|
|
|
if-nez p2, :cond_1
|
|
|
|
iget-object p2, p0, Lj$/time/z;->c:Lj$/time/ZoneId;
|
|
|
|
invoke-virtual {p2}, Lj$/time/ZoneId;->K()Lj$/time/zone/f;
|
|
|
|
move-result-object p2
|
|
|
|
iget-object p3, p0, Lj$/time/z;->a:Lj$/time/LocalDateTime;
|
|
|
|
.line 952
|
|
invoke-virtual {p2, p3}, Lj$/time/zone/f;->f(Lj$/time/LocalDateTime;)Ljava/util/List;
|
|
|
|
move-result-object p2
|
|
|
|
.line 952
|
|
invoke-interface {p2, p1}, Ljava/util/List;->contains(Ljava/lang/Object;)Z
|
|
|
|
move-result p2
|
|
|
|
if-eqz p2, :cond_1
|
|
|
|
.line 645
|
|
new-instance p2, Lj$/time/z;
|
|
|
|
iget-object p3, p0, Lj$/time/z;->a:Lj$/time/LocalDateTime;
|
|
|
|
iget-object v0, p0, Lj$/time/z;->c:Lj$/time/ZoneId;
|
|
|
|
invoke-direct {p2, p3, v0, p1}, Lj$/time/z;-><init>(Lj$/time/LocalDateTime;Lj$/time/ZoneId;Lj$/time/ZoneOffset;)V
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
move-object p2, p0
|
|
|
|
:goto_0
|
|
return-object p2
|
|
|
|
.line 1174
|
|
:cond_2
|
|
iget-object p3, p0, Lj$/time/z;->a:Lj$/time/LocalDateTime;
|
|
|
|
.line 868
|
|
iget-object p3, p3, Lj$/time/LocalDateTime;->b:Lj$/time/k;
|
|
|
|
.line 738
|
|
iget p3, p3, Lj$/time/k;->d:I
|
|
|
|
.line 1307
|
|
iget-object v0, p0, Lj$/time/z;->c:Lj$/time/ZoneId;
|
|
|
|
invoke-static {p1, p2, p3, v0}, Lj$/time/z;->l(JILj$/time/ZoneId;)Lj$/time/z;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 1314
|
|
:cond_3
|
|
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/z;
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final bridge synthetic b(JLj$/time/temporal/t;)Lj$/time/temporal/m;
|
|
.locals 0
|
|
|
|
.line 164
|
|
invoke-virtual {p0, p1, p2, p3}, Lj$/time/z;->L(JLj$/time/temporal/t;)Lj$/time/z;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final c(Lj$/time/temporal/r;)Z
|
|
.locals 1
|
|
|
|
.line 705
|
|
instance-of v0, p1, Lj$/time/temporal/a;
|
|
|
|
if-nez v0, :cond_1
|
|
|
|
if-eqz p1, :cond_0
|
|
|
|
invoke-interface {p1, p0}, Lj$/time/temporal/r;->d(Lj$/time/temporal/n;)Z
|
|
|
|
move-result p1
|
|
|
|
if-eqz p1, :cond_0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p1, 0x0
|
|
|
|
return p1
|
|
|
|
:cond_1
|
|
:goto_0
|
|
const/4 p1, 0x1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public final synthetic compareTo(Ljava/lang/Object;)I
|
|
.locals 0
|
|
|
|
.line 122
|
|
check-cast p1, Lj$/time/chrono/j;
|
|
|
|
.line 0
|
|
invoke-static {p0, p1}, Lj$/com/android/tools/r8/a;->d(Lj$/time/chrono/j;Lj$/time/chrono/j;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public final d(Lj$/time/h;)Ljava/lang/Object;
|
|
.locals 1
|
|
|
|
.line 2056
|
|
sget-object v0, Lj$/time/temporal/s;->f:Lj$/time/h;
|
|
|
|
if-ne p1, v0, :cond_0
|
|
|
|
.line 1042
|
|
iget-object p1, p0, Lj$/time/z;->a:Lj$/time/LocalDateTime;
|
|
|
|
.line 736
|
|
iget-object p1, p1, Lj$/time/LocalDateTime;->a:Lj$/time/g;
|
|
|
|
return-object p1
|
|
|
|
.line 2059
|
|
:cond_0
|
|
invoke-static {p0, p1}, Lj$/com/android/tools/r8/a;->o(Lj$/time/chrono/j;Lj$/time/h;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
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 2185
|
|
:cond_0
|
|
instance-of v1, p1, Lj$/time/z;
|
|
|
|
const/4 v2, 0x0
|
|
|
|
if-eqz v1, :cond_1
|
|
|
|
.line 2186
|
|
check-cast p1, Lj$/time/z;
|
|
|
|
.line 2187
|
|
iget-object v1, p0, Lj$/time/z;->a:Lj$/time/LocalDateTime;
|
|
|
|
iget-object v3, p1, Lj$/time/z;->a:Lj$/time/LocalDateTime;
|
|
|
|
invoke-virtual {v1, v3}, Lj$/time/LocalDateTime;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v1
|
|
|
|
if-eqz v1, :cond_1
|
|
|
|
iget-object v1, p0, Lj$/time/z;->b:Lj$/time/ZoneOffset;
|
|
|
|
iget-object v3, p1, Lj$/time/z;->b:Lj$/time/ZoneOffset;
|
|
|
|
.line 2188
|
|
invoke-virtual {v1, v3}, Lj$/time/ZoneOffset;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v1
|
|
|
|
if-eqz v1, :cond_1
|
|
|
|
iget-object v1, p0, Lj$/time/z;->c:Lj$/time/ZoneId;
|
|
|
|
iget-object p1, p1, Lj$/time/z;->c:Lj$/time/ZoneId;
|
|
|
|
.line 2189
|
|
invoke-virtual {v1, p1}, Lj$/time/ZoneId;->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 2
|
|
|
|
.line 814
|
|
instance-of v0, p1, Lj$/time/temporal/a;
|
|
|
|
if-eqz v0, :cond_2
|
|
|
|
.line 815
|
|
sget-object v0, Lj$/time/y;->a:[I
|
|
|
|
move-object v1, p1
|
|
|
|
check-cast v1, Lj$/time/temporal/a;
|
|
|
|
invoke-virtual {v1}, Ljava/lang/Enum;->ordinal()I
|
|
|
|
move-result v1
|
|
|
|
aget v0, v0, v1
|
|
|
|
const/4 v1, 0x1
|
|
|
|
if-eq v0, v1, :cond_1
|
|
|
|
const/4 v1, 0x2
|
|
|
|
if-eq v0, v1, :cond_0
|
|
|
|
.line 821
|
|
iget-object v0, p0, Lj$/time/z;->a:Lj$/time/LocalDateTime;
|
|
|
|
invoke-virtual {v0, p1}, Lj$/time/LocalDateTime;->g(Lj$/time/temporal/r;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
|
|
.line 871
|
|
:cond_0
|
|
iget-object p1, p0, Lj$/time/z;->b:Lj$/time/ZoneOffset;
|
|
|
|
.line 474
|
|
iget p1, p1, Lj$/time/ZoneOffset;->a:I
|
|
|
|
return p1
|
|
|
|
.line 817
|
|
:cond_1
|
|
new-instance p1, Lj$/time/temporal/u;
|
|
|
|
const-string v0, "Invalid field \'InstantSeconds\' for get() method, use getLong() instead"
|
|
|
|
.line 88
|
|
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
|
|
|
|
.line 817
|
|
throw p1
|
|
|
|
.line 823
|
|
:cond_2
|
|
invoke-static {p0, p1}, Lj$/com/android/tools/r8/a;->h(Lj$/time/chrono/j;Lj$/time/temporal/r;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public final getChronology()Lj$/time/chrono/m;
|
|
.locals 1
|
|
|
|
.line 265
|
|
invoke-virtual {p0}, Lj$/time/z;->toLocalDate()Lj$/time/chrono/b;
|
|
|
|
move-result-object v0
|
|
|
|
check-cast v0, Lj$/time/g;
|
|
|
|
invoke-virtual {v0}, Lj$/time/g;->getChronology()Lj$/time/chrono/m;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final getOffset()Lj$/time/ZoneOffset;
|
|
.locals 1
|
|
|
|
.line 871
|
|
iget-object v0, p0, Lj$/time/z;->b:Lj$/time/ZoneOffset;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final getZone()Lj$/time/ZoneId;
|
|
.locals 1
|
|
|
|
.line 946
|
|
iget-object v0, p0, Lj$/time/z;->c:Lj$/time/ZoneId;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final h(Lj$/time/g;)Lj$/time/temporal/m;
|
|
.locals 2
|
|
|
|
.line 1232
|
|
iget-object v0, p0, Lj$/time/z;->a:Lj$/time/LocalDateTime;
|
|
|
|
.line 832
|
|
iget-object v0, v0, Lj$/time/LocalDateTime;->b:Lj$/time/k;
|
|
|
|
.line 1232
|
|
invoke-static {p1, v0}, Lj$/time/LocalDateTime;->N(Lj$/time/g;Lj$/time/k;)Lj$/time/LocalDateTime;
|
|
|
|
move-result-object p1
|
|
|
|
.line 622
|
|
iget-object v0, p0, Lj$/time/z;->c:Lj$/time/ZoneId;
|
|
|
|
iget-object v1, p0, Lj$/time/z;->b:Lj$/time/ZoneOffset;
|
|
|
|
invoke-static {p1, v0, v1}, Lj$/time/z;->K(Lj$/time/LocalDateTime;Lj$/time/ZoneId;Lj$/time/ZoneOffset;)Lj$/time/z;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final hashCode()I
|
|
.locals 3
|
|
|
|
.line 2201
|
|
iget-object v0, p0, Lj$/time/z;->a:Lj$/time/LocalDateTime;
|
|
|
|
invoke-virtual {v0}, Lj$/time/LocalDateTime;->hashCode()I
|
|
|
|
move-result v0
|
|
|
|
iget-object v1, p0, Lj$/time/z;->b:Lj$/time/ZoneOffset;
|
|
|
|
.line 736
|
|
iget v1, v1, Lj$/time/ZoneOffset;->a:I
|
|
|
|
xor-int/2addr v0, v1
|
|
|
|
.line 2201
|
|
iget-object v1, p0, Lj$/time/z;->c:Lj$/time/ZoneId;
|
|
|
|
invoke-virtual {v1}, Lj$/time/ZoneId;->hashCode()I
|
|
|
|
move-result v1
|
|
|
|
const/4 v2, 0x3
|
|
|
|
invoke-static {v1, v2}, Ljava/lang/Integer;->rotateLeft(II)I
|
|
|
|
move-result v1
|
|
|
|
xor-int/2addr v0, v1
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final i(Lj$/time/temporal/r;)Lj$/time/temporal/v;
|
|
.locals 1
|
|
|
|
.line 775
|
|
instance-of v0, p1, Lj$/time/temporal/a;
|
|
|
|
if-eqz v0, :cond_2
|
|
|
|
.line 776
|
|
sget-object v0, Lj$/time/temporal/a;->INSTANT_SECONDS:Lj$/time/temporal/a;
|
|
|
|
if-eq p1, v0, :cond_1
|
|
|
|
sget-object v0, Lj$/time/temporal/a;->OFFSET_SECONDS:Lj$/time/temporal/a;
|
|
|
|
if-ne p1, v0, :cond_0
|
|
|
|
goto :goto_0
|
|
|
|
.line 779
|
|
:cond_0
|
|
iget-object v0, p0, Lj$/time/z;->a:Lj$/time/LocalDateTime;
|
|
|
|
invoke-virtual {v0, p1}, Lj$/time/LocalDateTime;->i(Lj$/time/temporal/r;)Lj$/time/temporal/v;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 777
|
|
:cond_1
|
|
:goto_0
|
|
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 781
|
|
:cond_2
|
|
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 s(Lj$/time/ZoneId;)Lj$/time/chrono/j;
|
|
.locals 2
|
|
|
|
.line 968
|
|
const-string v0, "zone"
|
|
|
|
invoke-static {p1, v0}, Lj$/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
|
|
|
.line 969
|
|
iget-object v0, p0, Lj$/time/z;->c:Lj$/time/ZoneId;
|
|
|
|
invoke-virtual {v0, p1}, Lj$/time/ZoneId;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
return-object p0
|
|
|
|
:cond_0
|
|
iget-object v0, p0, Lj$/time/z;->a:Lj$/time/LocalDateTime;
|
|
|
|
iget-object v1, p0, Lj$/time/z;->b:Lj$/time/ZoneOffset;
|
|
|
|
invoke-static {v0, p1, v1}, Lj$/time/z;->K(Lj$/time/LocalDateTime;Lj$/time/ZoneId;Lj$/time/ZoneOffset;)Lj$/time/z;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final synthetic toEpochSecond()J
|
|
.locals 2
|
|
|
|
invoke-static {p0}, Lj$/com/android/tools/r8/a;->r(Lj$/time/chrono/j;)J
|
|
|
|
move-result-wide v0
|
|
|
|
return-wide v0
|
|
.end method
|
|
|
|
.method public final toLocalDate()Lj$/time/chrono/b;
|
|
.locals 1
|
|
|
|
.line 1042
|
|
iget-object v0, p0, Lj$/time/z;->a:Lj$/time/LocalDateTime;
|
|
|
|
.line 736
|
|
iget-object v0, v0, Lj$/time/LocalDateTime;->a:Lj$/time/g;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final toLocalDateTime()Lj$/time/chrono/e;
|
|
.locals 1
|
|
|
|
.line 1028
|
|
iget-object v0, p0, Lj$/time/z;->a:Lj$/time/LocalDateTime;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final toLocalTime()Lj$/time/k;
|
|
.locals 1
|
|
|
|
.line 1138
|
|
iget-object v0, p0, Lj$/time/z;->a:Lj$/time/LocalDateTime;
|
|
|
|
.line 832
|
|
iget-object v0, v0, Lj$/time/LocalDateTime;->b:Lj$/time/k;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final toString()Ljava/lang/String;
|
|
.locals 3
|
|
|
|
.line 2217
|
|
iget-object v0, p0, Lj$/time/z;->a:Lj$/time/LocalDateTime;
|
|
|
|
invoke-virtual {v0}, Lj$/time/LocalDateTime;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
iget-object v1, p0, Lj$/time/z;->b:Lj$/time/ZoneOffset;
|
|
|
|
.line 747
|
|
iget-object v1, v1, Lj$/time/ZoneOffset;->b:Ljava/lang/String;
|
|
|
|
.line 2217
|
|
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
|
|
|
|
.line 2218
|
|
iget-object v1, p0, Lj$/time/z;->b:Lj$/time/ZoneOffset;
|
|
|
|
iget-object v2, p0, Lj$/time/z;->c:Lj$/time/ZoneId;
|
|
|
|
if-eq v1, v2, :cond_0
|
|
|
|
.line 2219
|
|
invoke-virtual {v2}, Lj$/time/ZoneId;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v1
|
|
|
|
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;
|
|
|
|
const-string v0, "["
|
|
|
|
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;
|
|
|
|
const-string v0, "]"
|
|
|
|
invoke-virtual {v2, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v2}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
:cond_0
|
|
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 1854
|
|
invoke-virtual {p0, p1, p2, p3}, Lj$/time/z;->L(JLj$/time/temporal/t;)Lj$/time/z;
|
|
|
|
move-result-object p1
|
|
|
|
const-wide/16 v0, 0x1
|
|
|
|
invoke-virtual {p1, v0, v1, p3}, Lj$/time/z;->L(JLj$/time/temporal/t;)Lj$/time/z;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
:cond_0
|
|
neg-long p1, p1
|
|
|
|
invoke-virtual {p0, p1, p2, p3}, Lj$/time/z;->L(JLj$/time/temporal/t;)Lj$/time/z;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final y(Lj$/time/temporal/r;)J
|
|
.locals 2
|
|
|
|
.line 851
|
|
instance-of v0, p1, Lj$/time/temporal/a;
|
|
|
|
if-eqz v0, :cond_2
|
|
|
|
.line 852
|
|
sget-object v0, Lj$/time/y;->a:[I
|
|
|
|
move-object v1, p1
|
|
|
|
check-cast v1, Lj$/time/temporal/a;
|
|
|
|
invoke-virtual {v1}, Ljava/lang/Enum;->ordinal()I
|
|
|
|
move-result v1
|
|
|
|
aget v0, v0, v1
|
|
|
|
const/4 v1, 0x1
|
|
|
|
if-eq v0, v1, :cond_1
|
|
|
|
const/4 v1, 0x2
|
|
|
|
if-eq v0, v1, :cond_0
|
|
|
|
.line 856
|
|
iget-object v0, p0, Lj$/time/z;->a:Lj$/time/LocalDateTime;
|
|
|
|
invoke-virtual {v0, p1}, Lj$/time/LocalDateTime;->y(Lj$/time/temporal/r;)J
|
|
|
|
move-result-wide v0
|
|
|
|
return-wide v0
|
|
|
|
.line 871
|
|
:cond_0
|
|
iget-object p1, p0, Lj$/time/z;->b:Lj$/time/ZoneOffset;
|
|
|
|
.line 474
|
|
iget p1, p1, Lj$/time/ZoneOffset;->a:I
|
|
|
|
int-to-long v0, p1
|
|
|
|
return-wide v0
|
|
|
|
.line 0
|
|
:cond_1
|
|
invoke-static {p0}, Lj$/com/android/tools/r8/a;->r(Lj$/time/chrono/j;)J
|
|
|
|
move-result-wide v0
|
|
|
|
return-wide v0
|
|
|
|
.line 858
|
|
:cond_2
|
|
invoke-interface {p1, p0}, Lj$/time/temporal/r;->i(Lj$/time/temporal/n;)J
|
|
|
|
move-result-wide v0
|
|
|
|
return-wide v0
|
|
.end method
|