* 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>
985 lines
22 KiB
Smali
985 lines
22 KiB
Smali
.class public final Lj$/time/OffsetDateTime;
|
|
.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;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Object;",
|
|
"Lj$/time/temporal/m;",
|
|
"Lj$/time/temporal/o;",
|
|
"Ljava/lang/Comparable<",
|
|
"Lj$/time/OffsetDateTime;",
|
|
">;",
|
|
"Ljava/io/Serializable;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final synthetic c:I = 0x0
|
|
|
|
.field private static final serialVersionUID:J = 0x1fbfbc5d57d80062L
|
|
|
|
|
|
# instance fields
|
|
.field public final a:Lj$/time/LocalDateTime;
|
|
|
|
.field public final b:Lj$/time/ZoneOffset;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 2
|
|
|
|
.line 138
|
|
sget-object v0, Lj$/time/LocalDateTime;->c:Lj$/time/LocalDateTime;
|
|
|
|
sget-object v1, Lj$/time/ZoneOffset;->f:Lj$/time/ZoneOffset;
|
|
|
|
invoke-virtual {v0, v1}, Lj$/time/LocalDateTime;->atOffset(Lj$/time/ZoneOffset;)Lj$/time/OffsetDateTime;
|
|
|
|
.line 146
|
|
sget-object v0, Lj$/time/LocalDateTime;->d:Lj$/time/LocalDateTime;
|
|
|
|
sget-object v1, Lj$/time/ZoneOffset;->e:Lj$/time/ZoneOffset;
|
|
|
|
invoke-virtual {v0, v1}, Lj$/time/LocalDateTime;->atOffset(Lj$/time/ZoneOffset;)Lj$/time/OffsetDateTime;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Lj$/time/LocalDateTime;Lj$/time/ZoneOffset;)V
|
|
.locals 1
|
|
|
|
.line 412
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 413
|
|
const-string v0, "dateTime"
|
|
|
|
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/LocalDateTime;
|
|
|
|
iput-object p1, p0, Lj$/time/OffsetDateTime;->a:Lj$/time/LocalDateTime;
|
|
|
|
.line 414
|
|
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/OffsetDateTime;->b:Lj$/time/ZoneOffset;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private readObject(Ljava/io/ObjectInputStream;)V
|
|
.locals 1
|
|
|
|
.line 1939
|
|
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 1929
|
|
new-instance v0, Lj$/time/s;
|
|
|
|
const/16 v1, 0xa
|
|
|
|
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/OffsetDateTime;
|
|
.locals 1
|
|
|
|
.line 1189
|
|
instance-of v0, p3, Lj$/time/temporal/b;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 1190
|
|
iget-object v0, p0, Lj$/time/OffsetDateTime;->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
|
|
|
|
iget-object p2, p0, Lj$/time/OffsetDateTime;->b:Lj$/time/ZoneOffset;
|
|
|
|
invoke-virtual {p0, p1, p2}, Lj$/time/OffsetDateTime;->L(Lj$/time/LocalDateTime;Lj$/time/ZoneOffset;)Lj$/time/OffsetDateTime;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 1192
|
|
: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/OffsetDateTime;
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final L(Lj$/time/LocalDateTime;Lj$/time/ZoneOffset;)Lj$/time/OffsetDateTime;
|
|
.locals 1
|
|
|
|
.line 424
|
|
iget-object v0, p0, Lj$/time/OffsetDateTime;->a:Lj$/time/LocalDateTime;
|
|
|
|
if-ne v0, p1, :cond_0
|
|
|
|
iget-object v0, p0, Lj$/time/OffsetDateTime;->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 427
|
|
:cond_0
|
|
new-instance v0, Lj$/time/OffsetDateTime;
|
|
|
|
invoke-direct {v0, p1, p2}, Lj$/time/OffsetDateTime;-><init>(Lj$/time/LocalDateTime;Lj$/time/ZoneOffset;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final a(JLj$/time/temporal/r;)Lj$/time/temporal/m;
|
|
.locals 3
|
|
|
|
.line 968
|
|
instance-of v0, p3, Lj$/time/temporal/a;
|
|
|
|
if-eqz v0, :cond_2
|
|
|
|
.line 969
|
|
move-object v0, p3
|
|
|
|
check-cast v0, Lj$/time/temporal/a;
|
|
|
|
.line 970
|
|
sget-object v1, Lj$/time/p;->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_1
|
|
|
|
const/4 v2, 0x2
|
|
|
|
if-eq v1, v2, :cond_0
|
|
|
|
.line 976
|
|
iget-object v0, p0, Lj$/time/OffsetDateTime;->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
|
|
|
|
iget-object p2, p0, Lj$/time/OffsetDateTime;->b:Lj$/time/ZoneOffset;
|
|
|
|
invoke-virtual {p0, p1, p2}, Lj$/time/OffsetDateTime;->L(Lj$/time/LocalDateTime;Lj$/time/ZoneOffset;)Lj$/time/OffsetDateTime;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 973
|
|
:cond_0
|
|
iget-object p3, p0, Lj$/time/OffsetDateTime;->a:Lj$/time/LocalDateTime;
|
|
|
|
.line 669
|
|
iget-object v1, v0, Lj$/time/temporal/a;->b:Lj$/time/temporal/v;
|
|
|
|
.line 732
|
|
invoke-virtual {v1, p1, p2, v0}, Lj$/time/temporal/v;->a(JLj$/time/temporal/r;)I
|
|
|
|
move-result p1
|
|
|
|
.line 973
|
|
invoke-static {p1}, Lj$/time/ZoneOffset;->R(I)Lj$/time/ZoneOffset;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-virtual {p0, p3, p1}, Lj$/time/OffsetDateTime;->L(Lj$/time/LocalDateTime;Lj$/time/ZoneOffset;)Lj$/time/OffsetDateTime;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 859
|
|
:cond_1
|
|
iget-object p3, p0, Lj$/time/OffsetDateTime;->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
|
|
|
|
int-to-long v0, p3
|
|
|
|
.line 971
|
|
invoke-static {p1, p2, v0, v1}, Lj$/time/Instant;->ofEpochSecond(JJ)Lj$/time/Instant;
|
|
|
|
move-result-object p1
|
|
|
|
iget-object p2, p0, Lj$/time/OffsetDateTime;->b:Lj$/time/ZoneOffset;
|
|
|
|
.line 324
|
|
const-string p3, "instant"
|
|
|
|
invoke-static {p1, p3}, Lj$/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
|
|
|
.line 325
|
|
const-string p3, "zone"
|
|
|
|
invoke-static {p2, p3}, Lj$/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
|
|
|
.line 326
|
|
invoke-virtual {p2}, Lj$/time/ZoneId;->K()Lj$/time/zone/f;
|
|
|
|
move-result-object p2
|
|
|
|
.line 327
|
|
invoke-virtual {p2, p1}, Lj$/time/zone/f;->d(Lj$/time/Instant;)Lj$/time/ZoneOffset;
|
|
|
|
move-result-object p2
|
|
|
|
.line 328
|
|
invoke-virtual {p1}, Lj$/time/Instant;->getEpochSecond()J
|
|
|
|
move-result-wide v0
|
|
|
|
invoke-virtual {p1}, Lj$/time/Instant;->getNano()I
|
|
|
|
move-result p1
|
|
|
|
invoke-static {v0, v1, p1, p2}, Lj$/time/LocalDateTime;->O(JILj$/time/ZoneOffset;)Lj$/time/LocalDateTime;
|
|
|
|
move-result-object p1
|
|
|
|
.line 329
|
|
new-instance p3, Lj$/time/OffsetDateTime;
|
|
|
|
invoke-direct {p3, p1, p2}, Lj$/time/OffsetDateTime;-><init>(Lj$/time/LocalDateTime;Lj$/time/ZoneOffset;)V
|
|
|
|
return-object p3
|
|
|
|
.line 978
|
|
:cond_2
|
|
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/OffsetDateTime;
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final bridge synthetic b(JLj$/time/temporal/t;)Lj$/time/temporal/m;
|
|
.locals 0
|
|
|
|
.line 128
|
|
invoke-virtual {p0, p1, p2, p3}, Lj$/time/OffsetDateTime;->K(JLj$/time/temporal/t;)Lj$/time/OffsetDateTime;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final c(Lj$/time/temporal/r;)Z
|
|
.locals 1
|
|
|
|
.line 485
|
|
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 compareTo(Ljava/lang/Object;)I
|
|
.locals 4
|
|
|
|
.line 128
|
|
check-cast p1, Lj$/time/OffsetDateTime;
|
|
|
|
.line 653
|
|
iget-object v0, p0, Lj$/time/OffsetDateTime;->b:Lj$/time/ZoneOffset;
|
|
|
|
iget-object v1, p1, Lj$/time/OffsetDateTime;->b:Lj$/time/ZoneOffset;
|
|
|
|
.line 174
|
|
invoke-virtual {v0, v1}, Lj$/time/ZoneOffset;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 715
|
|
iget-object v0, p0, Lj$/time/OffsetDateTime;->a:Lj$/time/LocalDateTime;
|
|
|
|
iget-object v1, p1, Lj$/time/OffsetDateTime;->a:Lj$/time/LocalDateTime;
|
|
|
|
.line 175
|
|
invoke-virtual {v0, v1}, Lj$/time/LocalDateTime;->C(Lj$/time/chrono/e;)I
|
|
|
|
move-result v0
|
|
|
|
goto :goto_0
|
|
|
|
.line 1774
|
|
:cond_0
|
|
iget-object v0, p0, Lj$/time/OffsetDateTime;->a:Lj$/time/LocalDateTime;
|
|
|
|
iget-object v1, p0, Lj$/time/OffsetDateTime;->b:Lj$/time/ZoneOffset;
|
|
|
|
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
.line 0
|
|
invoke-static {v0, v1}, Lj$/com/android/tools/r8/a;->q(Lj$/time/chrono/e;Lj$/time/ZoneOffset;)J
|
|
|
|
move-result-wide v0
|
|
|
|
.line 1774
|
|
iget-object v2, p1, Lj$/time/OffsetDateTime;->a:Lj$/time/LocalDateTime;
|
|
|
|
iget-object v3, p1, Lj$/time/OffsetDateTime;->b:Lj$/time/ZoneOffset;
|
|
|
|
invoke-virtual {v2}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
.line 0
|
|
invoke-static {v2, v3}, Lj$/com/android/tools/r8/a;->q(Lj$/time/chrono/e;Lj$/time/ZoneOffset;)J
|
|
|
|
move-result-wide v2
|
|
|
|
.line 177
|
|
invoke-static {v0, v1, v2, v3}, Ljava/lang/Long;->compare(JJ)I
|
|
|
|
move-result v0
|
|
|
|
if-nez v0, :cond_1
|
|
|
|
.line 823
|
|
iget-object v0, p0, Lj$/time/OffsetDateTime;->a:Lj$/time/LocalDateTime;
|
|
|
|
.line 832
|
|
iget-object v0, v0, Lj$/time/LocalDateTime;->b:Lj$/time/k;
|
|
|
|
.line 738
|
|
iget v0, v0, Lj$/time/k;->d:I
|
|
|
|
.line 823
|
|
iget-object v1, p1, Lj$/time/OffsetDateTime;->a:Lj$/time/LocalDateTime;
|
|
|
|
.line 832
|
|
iget-object v1, v1, Lj$/time/LocalDateTime;->b:Lj$/time/k;
|
|
|
|
.line 738
|
|
iget v1, v1, Lj$/time/k;->d:I
|
|
|
|
sub-int/2addr v0, v1
|
|
|
|
:cond_1
|
|
:goto_0
|
|
if-nez v0, :cond_2
|
|
|
|
.line 715
|
|
iget-object v0, p0, Lj$/time/OffsetDateTime;->a:Lj$/time/LocalDateTime;
|
|
|
|
iget-object p1, p1, Lj$/time/OffsetDateTime;->a:Lj$/time/LocalDateTime;
|
|
|
|
.line 1805
|
|
invoke-virtual {v0, p1}, Lj$/time/LocalDateTime;->C(Lj$/time/chrono/e;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
|
|
:cond_2
|
|
return v0
|
|
.end method
|
|
|
|
.method public final d(Lj$/time/h;)Ljava/lang/Object;
|
|
.locals 1
|
|
|
|
.line 1545
|
|
sget-object v0, Lj$/time/temporal/s;->d:Lj$/time/h;
|
|
|
|
if-eq p1, v0, :cond_6
|
|
|
|
sget-object v0, Lj$/time/temporal/s;->e:Lj$/time/h;
|
|
|
|
if-ne p1, v0, :cond_0
|
|
|
|
goto :goto_0
|
|
|
|
.line 1547
|
|
:cond_0
|
|
sget-object v0, Lj$/time/temporal/s;->a:Lj$/time/h;
|
|
|
|
if-ne p1, v0, :cond_1
|
|
|
|
const/4 p1, 0x0
|
|
|
|
return-object p1
|
|
|
|
.line 1549
|
|
:cond_1
|
|
sget-object v0, Lj$/time/temporal/s;->f:Lj$/time/h;
|
|
|
|
if-ne p1, v0, :cond_2
|
|
|
|
.line 728
|
|
iget-object p1, p0, Lj$/time/OffsetDateTime;->a:Lj$/time/LocalDateTime;
|
|
|
|
.line 736
|
|
iget-object p1, p1, Lj$/time/LocalDateTime;->a:Lj$/time/g;
|
|
|
|
return-object p1
|
|
|
|
.line 1551
|
|
:cond_2
|
|
sget-object v0, Lj$/time/temporal/s;->g:Lj$/time/h;
|
|
|
|
if-ne p1, v0, :cond_3
|
|
|
|
.line 823
|
|
iget-object p1, p0, Lj$/time/OffsetDateTime;->a:Lj$/time/LocalDateTime;
|
|
|
|
.line 832
|
|
iget-object p1, p1, Lj$/time/LocalDateTime;->b:Lj$/time/k;
|
|
|
|
return-object p1
|
|
|
|
.line 1553
|
|
:cond_3
|
|
sget-object v0, Lj$/time/temporal/s;->b:Lj$/time/h;
|
|
|
|
if-ne p1, v0, :cond_4
|
|
|
|
.line 1554
|
|
sget-object p1, Lj$/time/chrono/t;->c:Lj$/time/chrono/t;
|
|
|
|
return-object p1
|
|
|
|
.line 1555
|
|
:cond_4
|
|
sget-object v0, Lj$/time/temporal/s;->c:Lj$/time/h;
|
|
|
|
if-ne p1, v0, :cond_5
|
|
|
|
.line 1556
|
|
sget-object p1, Lj$/time/temporal/b;->NANOS:Lj$/time/temporal/b;
|
|
|
|
return-object p1
|
|
|
|
.line 1560
|
|
:cond_5
|
|
invoke-virtual {p1, p0}, Lj$/time/h;->d(Lj$/time/temporal/n;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 653
|
|
:cond_6
|
|
:goto_0
|
|
iget-object p1, p0, Lj$/time/OffsetDateTime;->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 1876
|
|
:cond_0
|
|
instance-of v1, p1, Lj$/time/OffsetDateTime;
|
|
|
|
const/4 v2, 0x0
|
|
|
|
if-eqz v1, :cond_1
|
|
|
|
.line 1877
|
|
check-cast p1, Lj$/time/OffsetDateTime;
|
|
|
|
.line 1878
|
|
iget-object v1, p0, Lj$/time/OffsetDateTime;->a:Lj$/time/LocalDateTime;
|
|
|
|
iget-object v3, p1, Lj$/time/OffsetDateTime;->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/OffsetDateTime;->b:Lj$/time/ZoneOffset;
|
|
|
|
iget-object p1, p1, Lj$/time/OffsetDateTime;->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 2
|
|
|
|
.line 597
|
|
instance-of v0, p1, Lj$/time/temporal/a;
|
|
|
|
if-eqz v0, :cond_2
|
|
|
|
.line 598
|
|
sget-object v0, Lj$/time/p;->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 604
|
|
iget-object v0, p0, Lj$/time/OffsetDateTime;->a:Lj$/time/LocalDateTime;
|
|
|
|
invoke-virtual {v0, p1}, Lj$/time/LocalDateTime;->g(Lj$/time/temporal/r;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
|
|
.line 653
|
|
:cond_0
|
|
iget-object p1, p0, Lj$/time/OffsetDateTime;->b:Lj$/time/ZoneOffset;
|
|
|
|
.line 474
|
|
iget p1, p1, Lj$/time/ZoneOffset;->a:I
|
|
|
|
return p1
|
|
|
|
.line 600
|
|
: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 600
|
|
throw p1
|
|
|
|
.line 606
|
|
:cond_2
|
|
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 2
|
|
|
|
.line 911
|
|
iget-object v0, p0, Lj$/time/OffsetDateTime;->a:Lj$/time/LocalDateTime;
|
|
|
|
.line 920
|
|
iget-object v1, v0, Lj$/time/LocalDateTime;->b:Lj$/time/k;
|
|
|
|
.line 920
|
|
invoke-virtual {v0, p1, v1}, Lj$/time/LocalDateTime;->T(Lj$/time/g;Lj$/time/k;)Lj$/time/LocalDateTime;
|
|
|
|
move-result-object p1
|
|
|
|
.line 911
|
|
iget-object v0, p0, Lj$/time/OffsetDateTime;->b:Lj$/time/ZoneOffset;
|
|
|
|
invoke-virtual {p0, p1, v0}, Lj$/time/OffsetDateTime;->L(Lj$/time/LocalDateTime;Lj$/time/ZoneOffset;)Lj$/time/OffsetDateTime;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final hashCode()I
|
|
.locals 2
|
|
|
|
.line 1890
|
|
iget-object v0, p0, Lj$/time/OffsetDateTime;->a:Lj$/time/LocalDateTime;
|
|
|
|
invoke-virtual {v0}, Lj$/time/LocalDateTime;->hashCode()I
|
|
|
|
move-result v0
|
|
|
|
iget-object v1, p0, Lj$/time/OffsetDateTime;->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 558
|
|
instance-of v0, p1, Lj$/time/temporal/a;
|
|
|
|
if-eqz v0, :cond_2
|
|
|
|
.line 559
|
|
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 562
|
|
:cond_0
|
|
iget-object v0, p0, Lj$/time/OffsetDateTime;->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 560
|
|
: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 564
|
|
: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 l(Lj$/time/temporal/m;)Lj$/time/temporal/m;
|
|
.locals 3
|
|
|
|
.line 1595
|
|
sget-object v0, Lj$/time/temporal/a;->EPOCH_DAY:Lj$/time/temporal/a;
|
|
|
|
.line 728
|
|
iget-object v1, p0, Lj$/time/OffsetDateTime;->a:Lj$/time/LocalDateTime;
|
|
|
|
.line 736
|
|
iget-object v1, v1, Lj$/time/LocalDateTime;->a:Lj$/time/g;
|
|
|
|
.line 1596
|
|
invoke-virtual {v1}, Lj$/time/g;->z()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;->NANO_OF_DAY:Lj$/time/temporal/a;
|
|
|
|
.line 823
|
|
iget-object v1, p0, Lj$/time/OffsetDateTime;->a:Lj$/time/LocalDateTime;
|
|
|
|
.line 832
|
|
iget-object v1, v1, Lj$/time/LocalDateTime;->b:Lj$/time/k;
|
|
|
|
.line 1597
|
|
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;
|
|
|
|
.line 653
|
|
iget-object v1, p0, Lj$/time/OffsetDateTime;->b:Lj$/time/ZoneOffset;
|
|
|
|
.line 474
|
|
iget v1, v1, Lj$/time/ZoneOffset;->a:I
|
|
|
|
int-to-long v1, v1
|
|
|
|
.line 1598
|
|
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 toInstant()Lj$/time/Instant;
|
|
.locals 5
|
|
|
|
.line 1761
|
|
iget-object v0, p0, Lj$/time/OffsetDateTime;->a:Lj$/time/LocalDateTime;
|
|
|
|
iget-object v1, p0, Lj$/time/OffsetDateTime;->b:Lj$/time/ZoneOffset;
|
|
|
|
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
.line 453
|
|
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
.line 0
|
|
invoke-static {v0, v1}, Lj$/com/android/tools/r8/a;->q(Lj$/time/chrono/e;Lj$/time/ZoneOffset;)J
|
|
|
|
move-result-wide v1
|
|
|
|
.line 453
|
|
invoke-virtual {v0}, Lj$/time/LocalDateTime;->toLocalTime()Lj$/time/k;
|
|
|
|
move-result-object v0
|
|
|
|
.line 738
|
|
iget v0, v0, Lj$/time/k;->d:I
|
|
|
|
int-to-long v3, v0
|
|
|
|
.line 453
|
|
invoke-static {v1, v2, v3, v4}, Lj$/time/Instant;->ofEpochSecond(JJ)Lj$/time/Instant;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final toString()Ljava/lang/String;
|
|
.locals 3
|
|
|
|
.line 1912
|
|
iget-object v0, p0, Lj$/time/OffsetDateTime;->a:Lj$/time/LocalDateTime;
|
|
|
|
invoke-virtual {v0}, Lj$/time/LocalDateTime;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
iget-object v1, p0, Lj$/time/OffsetDateTime;->b:Lj$/time/ZoneOffset;
|
|
|
|
.line 747
|
|
iget-object v1, v1, Lj$/time/ZoneOffset;->b:Ljava/lang/String;
|
|
|
|
.line 1912
|
|
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 1381
|
|
invoke-virtual {p0, p1, p2, p3}, Lj$/time/OffsetDateTime;->K(JLj$/time/temporal/t;)Lj$/time/OffsetDateTime;
|
|
|
|
move-result-object p1
|
|
|
|
const-wide/16 v0, 0x1
|
|
|
|
invoke-virtual {p1, v0, v1, p3}, Lj$/time/OffsetDateTime;->K(JLj$/time/temporal/t;)Lj$/time/OffsetDateTime;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
:cond_0
|
|
neg-long p1, p1
|
|
|
|
invoke-virtual {p0, p1, p2, p3}, Lj$/time/OffsetDateTime;->K(JLj$/time/temporal/t;)Lj$/time/OffsetDateTime;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final y(Lj$/time/temporal/r;)J
|
|
.locals 2
|
|
|
|
.line 634
|
|
instance-of v0, p1, Lj$/time/temporal/a;
|
|
|
|
if-eqz v0, :cond_2
|
|
|
|
.line 635
|
|
sget-object v0, Lj$/time/p;->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 639
|
|
iget-object v0, p0, Lj$/time/OffsetDateTime;->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 653
|
|
:cond_0
|
|
iget-object p1, p0, Lj$/time/OffsetDateTime;->b:Lj$/time/ZoneOffset;
|
|
|
|
.line 474
|
|
iget p1, p1, Lj$/time/ZoneOffset;->a:I
|
|
|
|
int-to-long v0, p1
|
|
|
|
return-wide v0
|
|
|
|
.line 1774
|
|
:cond_1
|
|
iget-object p1, p0, Lj$/time/OffsetDateTime;->a:Lj$/time/LocalDateTime;
|
|
|
|
iget-object v0, p0, Lj$/time/OffsetDateTime;->b:Lj$/time/ZoneOffset;
|
|
|
|
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
.line 0
|
|
invoke-static {p1, v0}, Lj$/com/android/tools/r8/a;->q(Lj$/time/chrono/e;Lj$/time/ZoneOffset;)J
|
|
|
|
move-result-wide v0
|
|
|
|
return-wide v0
|
|
|
|
.line 641
|
|
: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
|