* 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>
1817 lines
39 KiB
Smali
1817 lines
39 KiB
Smali
.class public final Lj$/time/temporal/w;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lj$/time/temporal/r;
|
|
|
|
|
|
# static fields
|
|
.field public static final f:Lj$/time/temporal/v;
|
|
|
|
.field public static final g:Lj$/time/temporal/v;
|
|
|
|
.field public static final h:Lj$/time/temporal/v;
|
|
|
|
.field public static final i:Lj$/time/temporal/v;
|
|
|
|
|
|
# instance fields
|
|
.field public final a:Ljava/lang/String;
|
|
|
|
.field public final b:Lj$/time/temporal/x;
|
|
|
|
.field public final c:Lj$/time/temporal/t;
|
|
|
|
.field public final d:Lj$/time/temporal/t;
|
|
|
|
.field public final e:Lj$/time/temporal/v;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 7
|
|
|
|
const-wide/16 v0, 0x1
|
|
|
|
const-wide/16 v2, 0x7
|
|
|
|
.line 768
|
|
invoke-static {v0, v1, v2, v3}, Lj$/time/temporal/v;->f(JJ)Lj$/time/temporal/v;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lj$/time/temporal/w;->f:Lj$/time/temporal/v;
|
|
|
|
const-wide/16 v3, 0x4
|
|
|
|
const-wide/16 v5, 0x6
|
|
|
|
const-wide/16 v1, 0x0
|
|
|
|
.line 769
|
|
invoke-static/range {v1 .. v6}, Lj$/time/temporal/v;->g(JJJ)Lj$/time/temporal/v;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lj$/time/temporal/w;->g:Lj$/time/temporal/v;
|
|
|
|
const-wide/16 v3, 0x34
|
|
|
|
const-wide/16 v5, 0x36
|
|
|
|
.line 770
|
|
invoke-static/range {v1 .. v6}, Lj$/time/temporal/v;->g(JJJ)Lj$/time/temporal/v;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lj$/time/temporal/w;->h:Lj$/time/temporal/v;
|
|
|
|
const-wide/16 v5, 0x35
|
|
|
|
const-wide/16 v1, 0x1
|
|
|
|
.line 147
|
|
invoke-static/range {v1 .. v6}, Lj$/time/temporal/v;->g(JJJ)Lj$/time/temporal/v;
|
|
|
|
move-result-object v0
|
|
|
|
.line 771
|
|
sput-object v0, Lj$/time/temporal/w;->i:Lj$/time/temporal/v;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Ljava/lang/String;Lj$/time/temporal/x;Lj$/time/temporal/t;Lj$/time/temporal/t;Lj$/time/temporal/v;)V
|
|
.locals 0
|
|
|
|
.line 760
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 761
|
|
iput-object p1, p0, Lj$/time/temporal/w;->a:Ljava/lang/String;
|
|
|
|
.line 762
|
|
iput-object p2, p0, Lj$/time/temporal/w;->b:Lj$/time/temporal/x;
|
|
|
|
.line 763
|
|
iput-object p3, p0, Lj$/time/temporal/w;->c:Lj$/time/temporal/t;
|
|
|
|
.line 764
|
|
iput-object p4, p0, Lj$/time/temporal/w;->d:Lj$/time/temporal/t;
|
|
|
|
.line 765
|
|
iput-object p5, p0, Lj$/time/temporal/w;->e:Lj$/time/temporal/v;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static a(II)I
|
|
.locals 0
|
|
|
|
add-int/lit8 p0, p0, 0x7
|
|
|
|
add-int/lit8 p1, p1, -0x1
|
|
|
|
add-int/2addr p1, p0
|
|
|
|
.line 904
|
|
div-int/lit8 p1, p1, 0x7
|
|
|
|
return p1
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final b(Lj$/time/temporal/n;)I
|
|
.locals 2
|
|
|
|
.line 791
|
|
iget-object v0, p0, Lj$/time/temporal/w;->b:Lj$/time/temporal/x;
|
|
|
|
.line 407
|
|
iget-object v0, v0, Lj$/time/temporal/x;->a:Lj$/time/d;
|
|
|
|
.line 791
|
|
invoke-virtual {v0}, Lj$/time/d;->getValue()I
|
|
|
|
move-result v0
|
|
|
|
.line 792
|
|
sget-object v1, Lj$/time/temporal/a;->DAY_OF_WEEK:Lj$/time/temporal/a;
|
|
|
|
invoke-interface {p1, v1}, Lj$/time/temporal/n;->g(Lj$/time/temporal/r;)I
|
|
|
|
move-result p1
|
|
|
|
sub-int/2addr p1, v0
|
|
|
|
.line 793
|
|
invoke-static {p1}, Lj$/time/temporal/s;->e(I)I
|
|
|
|
move-result p1
|
|
|
|
add-int/lit8 p1, p1, 0x1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public final c(Lj$/time/temporal/n;)I
|
|
.locals 6
|
|
|
|
.line 822
|
|
invoke-virtual {p0, p1}, Lj$/time/temporal/w;->b(Lj$/time/temporal/n;)I
|
|
|
|
move-result v0
|
|
|
|
.line 823
|
|
sget-object v1, Lj$/time/temporal/a;->YEAR:Lj$/time/temporal/a;
|
|
|
|
invoke-interface {p1, v1}, Lj$/time/temporal/n;->g(Lj$/time/temporal/r;)I
|
|
|
|
move-result v1
|
|
|
|
.line 824
|
|
sget-object v2, Lj$/time/temporal/a;->DAY_OF_YEAR:Lj$/time/temporal/a;
|
|
|
|
invoke-interface {p1, v2}, Lj$/time/temporal/n;->g(Lj$/time/temporal/r;)I
|
|
|
|
move-result v3
|
|
|
|
.line 825
|
|
invoke-virtual {p0, v3, v0}, Lj$/time/temporal/w;->m(II)I
|
|
|
|
move-result v0
|
|
|
|
.line 826
|
|
invoke-static {v0, v3}, Lj$/time/temporal/w;->a(II)I
|
|
|
|
move-result v3
|
|
|
|
if-nez v3, :cond_0
|
|
|
|
add-int/lit8 v1, v1, -0x1
|
|
|
|
return v1
|
|
|
|
.line 833
|
|
:cond_0
|
|
invoke-interface {p1, v2}, Lj$/time/temporal/n;->i(Lj$/time/temporal/r;)Lj$/time/temporal/v;
|
|
|
|
move-result-object p1
|
|
|
|
.line 253
|
|
iget-wide v4, p1, Lj$/time/temporal/v;->d:J
|
|
|
|
long-to-int p1, v4
|
|
|
|
.line 835
|
|
iget-object v2, p0, Lj$/time/temporal/w;->b:Lj$/time/temporal/x;
|
|
|
|
.line 421
|
|
iget v2, v2, Lj$/time/temporal/x;->b:I
|
|
|
|
add-int/2addr p1, v2
|
|
|
|
.line 835
|
|
invoke-static {v0, p1}, Lj$/time/temporal/w;->a(II)I
|
|
|
|
move-result p1
|
|
|
|
if-lt v3, p1, :cond_1
|
|
|
|
add-int/lit8 v1, v1, 0x1
|
|
|
|
:cond_1
|
|
return v1
|
|
.end method
|
|
|
|
.method public final d(Lj$/time/temporal/n;)Z
|
|
.locals 2
|
|
|
|
.line 1088
|
|
sget-object v0, Lj$/time/temporal/a;->DAY_OF_WEEK:Lj$/time/temporal/a;
|
|
|
|
invoke-interface {p1, v0}, Lj$/time/temporal/n;->c(Lj$/time/temporal/r;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_4
|
|
|
|
.line 1089
|
|
sget-object v0, Lj$/time/temporal/b;->WEEKS:Lj$/time/temporal/b;
|
|
|
|
iget-object v1, p0, Lj$/time/temporal/w;->d:Lj$/time/temporal/t;
|
|
|
|
if-ne v1, v0, :cond_0
|
|
|
|
const/4 p1, 0x1
|
|
|
|
return p1
|
|
|
|
.line 1091
|
|
:cond_0
|
|
sget-object v0, Lj$/time/temporal/b;->MONTHS:Lj$/time/temporal/b;
|
|
|
|
if-ne v1, v0, :cond_1
|
|
|
|
.line 1092
|
|
sget-object v0, Lj$/time/temporal/a;->DAY_OF_MONTH:Lj$/time/temporal/a;
|
|
|
|
invoke-interface {p1, v0}, Lj$/time/temporal/n;->c(Lj$/time/temporal/r;)Z
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
|
|
.line 1093
|
|
:cond_1
|
|
sget-object v0, Lj$/time/temporal/b;->YEARS:Lj$/time/temporal/b;
|
|
|
|
if-ne v1, v0, :cond_2
|
|
|
|
.line 1094
|
|
sget-object v0, Lj$/time/temporal/a;->DAY_OF_YEAR:Lj$/time/temporal/a;
|
|
|
|
invoke-interface {p1, v0}, Lj$/time/temporal/n;->c(Lj$/time/temporal/r;)Z
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
|
|
.line 1095
|
|
:cond_2
|
|
sget-object v0, Lj$/time/temporal/x;->h:Lj$/time/temporal/i;
|
|
|
|
if-ne v1, v0, :cond_3
|
|
|
|
.line 1096
|
|
sget-object v0, Lj$/time/temporal/a;->DAY_OF_YEAR:Lj$/time/temporal/a;
|
|
|
|
invoke-interface {p1, v0}, Lj$/time/temporal/n;->c(Lj$/time/temporal/r;)Z
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
|
|
.line 1097
|
|
:cond_3
|
|
sget-object v0, Lj$/time/temporal/b;->FOREVER:Lj$/time/temporal/b;
|
|
|
|
if-ne v1, v0, :cond_4
|
|
|
|
.line 1098
|
|
sget-object v0, Lj$/time/temporal/a;->YEAR:Lj$/time/temporal/a;
|
|
|
|
invoke-interface {p1, v0}, Lj$/time/temporal/n;->c(Lj$/time/temporal/r;)Z
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
|
|
:cond_4
|
|
const/4 p1, 0x0
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public final e(Lj$/time/temporal/n;)I
|
|
.locals 4
|
|
|
|
.line 853
|
|
invoke-virtual {p0, p1}, Lj$/time/temporal/w;->b(Lj$/time/temporal/n;)I
|
|
|
|
move-result v0
|
|
|
|
.line 854
|
|
sget-object v1, Lj$/time/temporal/a;->DAY_OF_YEAR:Lj$/time/temporal/a;
|
|
|
|
invoke-interface {p1, v1}, Lj$/time/temporal/n;->g(Lj$/time/temporal/r;)I
|
|
|
|
move-result v2
|
|
|
|
.line 855
|
|
invoke-virtual {p0, v2, v0}, Lj$/time/temporal/w;->m(II)I
|
|
|
|
move-result v0
|
|
|
|
.line 856
|
|
invoke-static {v0, v2}, Lj$/time/temporal/w;->a(II)I
|
|
|
|
move-result v3
|
|
|
|
if-nez v3, :cond_0
|
|
|
|
.line 860
|
|
invoke-static {p1}, Lj$/com/android/tools/r8/a;->G(Lj$/time/temporal/n;)Lj$/time/chrono/m;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-interface {v0, p1}, Lj$/time/chrono/m;->w(Lj$/time/temporal/n;)Lj$/time/chrono/b;
|
|
|
|
move-result-object p1
|
|
|
|
int-to-long v0, v2
|
|
|
|
.line 861
|
|
sget-object v2, Lj$/time/temporal/b;->DAYS:Lj$/time/temporal/b;
|
|
|
|
invoke-interface {p1, v0, v1, v2}, Lj$/time/chrono/b;->o(JLj$/time/temporal/t;)Lj$/time/chrono/b;
|
|
|
|
move-result-object p1
|
|
|
|
.line 862
|
|
invoke-virtual {p0, p1}, Lj$/time/temporal/w;->e(Lj$/time/temporal/n;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
|
|
:cond_0
|
|
const/16 v2, 0x32
|
|
|
|
if-le v3, v2, :cond_1
|
|
|
|
.line 866
|
|
invoke-interface {p1, v1}, Lj$/time/temporal/n;->i(Lj$/time/temporal/r;)Lj$/time/temporal/v;
|
|
|
|
move-result-object p1
|
|
|
|
.line 253
|
|
iget-wide v1, p1, Lj$/time/temporal/v;->d:J
|
|
|
|
long-to-int p1, v1
|
|
|
|
.line 868
|
|
iget-object v1, p0, Lj$/time/temporal/w;->b:Lj$/time/temporal/x;
|
|
|
|
.line 421
|
|
iget v1, v1, Lj$/time/temporal/x;->b:I
|
|
|
|
add-int/2addr p1, v1
|
|
|
|
.line 868
|
|
invoke-static {v0, p1}, Lj$/time/temporal/w;->a(II)I
|
|
|
|
move-result p1
|
|
|
|
if-lt v3, p1, :cond_1
|
|
|
|
sub-int/2addr v3, p1
|
|
|
|
add-int/lit8 v3, v3, 0x1
|
|
|
|
:cond_1
|
|
return v3
|
|
.end method
|
|
|
|
.method public final f(Lj$/time/chrono/m;III)Lj$/time/chrono/b;
|
|
.locals 3
|
|
|
|
const/4 v0, 0x1
|
|
|
|
.line 741
|
|
invoke-interface {p1, p2, v0, v0}, Lj$/time/chrono/m;->D(III)Lj$/time/chrono/b;
|
|
|
|
move-result-object p1
|
|
|
|
.line 742
|
|
invoke-virtual {p0, p1}, Lj$/time/temporal/w;->b(Lj$/time/temporal/n;)I
|
|
|
|
move-result p2
|
|
|
|
.line 743
|
|
invoke-virtual {p0, v0, p2}, Lj$/time/temporal/w;->m(II)I
|
|
|
|
move-result p2
|
|
|
|
.line 746
|
|
invoke-interface {p1}, Lj$/time/chrono/b;->H()I
|
|
|
|
move-result v1
|
|
|
|
.line 747
|
|
iget-object v2, p0, Lj$/time/temporal/w;->b:Lj$/time/temporal/x;
|
|
|
|
.line 421
|
|
iget v2, v2, Lj$/time/temporal/x;->b:I
|
|
|
|
add-int/2addr v1, v2
|
|
|
|
.line 747
|
|
invoke-static {p2, v1}, Lj$/time/temporal/w;->a(II)I
|
|
|
|
move-result v1
|
|
|
|
sub-int/2addr v1, v0
|
|
|
|
.line 748
|
|
invoke-static {p3, v1}, Ljava/lang/Math;->min(II)I
|
|
|
|
move-result p3
|
|
|
|
neg-int p2, p2
|
|
|
|
sub-int/2addr p4, v0
|
|
|
|
add-int/2addr p4, p2
|
|
|
|
sub-int/2addr p3, v0
|
|
|
|
mul-int/lit8 p3, p3, 0x7
|
|
|
|
add-int/2addr p3, p4
|
|
|
|
int-to-long p2, p3
|
|
|
|
.line 751
|
|
sget-object p4, Lj$/time/temporal/b;->DAYS:Lj$/time/temporal/b;
|
|
|
|
invoke-interface {p1, p2, p3, p4}, Lj$/time/chrono/b;->b(JLj$/time/temporal/t;)Lj$/time/chrono/b;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final g(Lj$/time/temporal/n;)Lj$/time/temporal/v;
|
|
.locals 3
|
|
|
|
.line 1106
|
|
sget-object v0, Lj$/time/temporal/b;->WEEKS:Lj$/time/temporal/b;
|
|
|
|
iget-object v1, p0, Lj$/time/temporal/w;->d:Lj$/time/temporal/t;
|
|
|
|
if-ne v1, v0, :cond_0
|
|
|
|
.line 1107
|
|
iget-object p1, p0, Lj$/time/temporal/w;->e:Lj$/time/temporal/v;
|
|
|
|
return-object p1
|
|
|
|
.line 1108
|
|
:cond_0
|
|
sget-object v0, Lj$/time/temporal/b;->MONTHS:Lj$/time/temporal/b;
|
|
|
|
if-ne v1, v0, :cond_1
|
|
|
|
.line 1109
|
|
sget-object v0, Lj$/time/temporal/a;->DAY_OF_MONTH:Lj$/time/temporal/a;
|
|
|
|
invoke-virtual {p0, p1, v0}, Lj$/time/temporal/w;->j(Lj$/time/temporal/n;Lj$/time/temporal/a;)Lj$/time/temporal/v;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 1110
|
|
:cond_1
|
|
sget-object v0, Lj$/time/temporal/b;->YEARS:Lj$/time/temporal/b;
|
|
|
|
if-ne v1, v0, :cond_2
|
|
|
|
.line 1111
|
|
sget-object v0, Lj$/time/temporal/a;->DAY_OF_YEAR:Lj$/time/temporal/a;
|
|
|
|
invoke-virtual {p0, p1, v0}, Lj$/time/temporal/w;->j(Lj$/time/temporal/n;Lj$/time/temporal/a;)Lj$/time/temporal/v;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 1112
|
|
:cond_2
|
|
sget-object v0, Lj$/time/temporal/x;->h:Lj$/time/temporal/i;
|
|
|
|
if-ne v1, v0, :cond_3
|
|
|
|
.line 1113
|
|
invoke-virtual {p0, p1}, Lj$/time/temporal/w;->k(Lj$/time/temporal/n;)Lj$/time/temporal/v;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 1114
|
|
:cond_3
|
|
sget-object p1, Lj$/time/temporal/b;->FOREVER:Lj$/time/temporal/b;
|
|
|
|
if-ne v1, p1, :cond_4
|
|
|
|
.line 1115
|
|
sget-object p1, Lj$/time/temporal/a;->YEAR:Lj$/time/temporal/a;
|
|
|
|
.line 669
|
|
iget-object p1, p1, Lj$/time/temporal/a;->b:Lj$/time/temporal/v;
|
|
|
|
return-object p1
|
|
|
|
.line 1117
|
|
:cond_4
|
|
new-instance p1, Ljava/lang/IllegalStateException;
|
|
|
|
new-instance v0, Ljava/lang/StringBuilder;
|
|
|
|
const-string v2, "unreachable, rangeUnit: "
|
|
|
|
invoke-direct {v0, v2}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
|
|
|
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
|
|
|
const-string v1, ", this: "
|
|
|
|
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v0, p0}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-direct {p1, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
.method public final h(Ljava/util/Map;Lj$/time/format/d0;Lj$/time/format/e0;)Lj$/time/temporal/n;
|
|
.locals 18
|
|
|
|
move-object/from16 v0, p0
|
|
|
|
move-object/from16 v1, p1
|
|
|
|
move-object/from16 v2, p3
|
|
|
|
.line 932
|
|
invoke-interface {v1, v0}, Ljava/util/Map;->get(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object v3
|
|
|
|
check-cast v3, Ljava/lang/Long;
|
|
|
|
invoke-virtual {v3}, Ljava/lang/Long;->longValue()J
|
|
|
|
move-result-wide v3
|
|
|
|
.line 933
|
|
invoke-static {v3, v4}, Lj$/com/android/tools/r8/a;->H(J)I
|
|
|
|
move-result v5
|
|
|
|
.line 937
|
|
sget-object v6, Lj$/time/temporal/b;->WEEKS:Lj$/time/temporal/b;
|
|
|
|
const/4 v7, 0x0
|
|
|
|
iget-object v8, v0, Lj$/time/temporal/w;->e:Lj$/time/temporal/v;
|
|
|
|
iget-object v9, v0, Lj$/time/temporal/w;->b:Lj$/time/temporal/x;
|
|
|
|
const/4 v10, 0x1
|
|
|
|
iget-object v11, v0, Lj$/time/temporal/w;->d:Lj$/time/temporal/t;
|
|
|
|
if-ne v11, v6, :cond_0
|
|
|
|
.line 938
|
|
invoke-virtual {v8, v3, v4, v0}, Lj$/time/temporal/v;->a(JLj$/time/temporal/r;)I
|
|
|
|
move-result v2
|
|
|
|
.line 407
|
|
iget-object v3, v9, Lj$/time/temporal/x;->a:Lj$/time/d;
|
|
|
|
.line 939
|
|
invoke-virtual {v3}, Lj$/time/d;->getValue()I
|
|
|
|
move-result v3
|
|
|
|
sub-int/2addr v3, v10
|
|
|
|
sub-int/2addr v2, v10
|
|
|
|
add-int/2addr v2, v3
|
|
|
|
.line 940
|
|
invoke-static {v2}, Lj$/time/temporal/s;->e(I)I
|
|
|
|
move-result v2
|
|
|
|
add-int/2addr v2, v10
|
|
|
|
int-to-long v2, v2
|
|
|
|
.line 941
|
|
invoke-interface {v1, v0}, Ljava/util/Map;->remove(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 942
|
|
sget-object v4, Lj$/time/temporal/a;->DAY_OF_WEEK:Lj$/time/temporal/a;
|
|
|
|
invoke-static {v2, v3}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-interface {v1, v4, v2}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
return-object v7
|
|
|
|
.line 947
|
|
:cond_0
|
|
sget-object v3, Lj$/time/temporal/a;->DAY_OF_WEEK:Lj$/time/temporal/a;
|
|
|
|
invoke-interface {v1, v3}, Ljava/util/Map;->containsKey(Ljava/lang/Object;)Z
|
|
|
|
move-result v4
|
|
|
|
if-nez v4, :cond_1
|
|
|
|
move-object v15, v7
|
|
|
|
goto/16 :goto_6
|
|
|
|
.line 950
|
|
:cond_1
|
|
invoke-interface {v1, v3}, Ljava/util/Map;->get(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object v4
|
|
|
|
check-cast v4, Ljava/lang/Long;
|
|
|
|
invoke-virtual {v4}, Ljava/lang/Long;->longValue()J
|
|
|
|
move-result-wide v12
|
|
|
|
.line 669
|
|
iget-object v4, v3, Lj$/time/temporal/a;->b:Lj$/time/temporal/v;
|
|
|
|
.line 732
|
|
invoke-virtual {v4, v12, v13, v3}, Lj$/time/temporal/v;->a(JLj$/time/temporal/r;)I
|
|
|
|
move-result v4
|
|
|
|
.line 407
|
|
iget-object v12, v9, Lj$/time/temporal/x;->a:Lj$/time/d;
|
|
|
|
.line 797
|
|
invoke-virtual {v12}, Lj$/time/d;->getValue()I
|
|
|
|
move-result v12
|
|
|
|
sub-int/2addr v4, v12
|
|
|
|
.line 798
|
|
invoke-static {v4}, Lj$/time/temporal/s;->e(I)I
|
|
|
|
move-result v4
|
|
|
|
add-int/2addr v4, v10
|
|
|
|
.line 954
|
|
invoke-static/range {p2 .. p2}, Lj$/com/android/tools/r8/a;->G(Lj$/time/temporal/n;)Lj$/time/chrono/m;
|
|
|
|
move-result-object v12
|
|
|
|
.line 955
|
|
sget-object v13, Lj$/time/temporal/a;->YEAR:Lj$/time/temporal/a;
|
|
|
|
invoke-interface {v1, v13}, Ljava/util/Map;->containsKey(Ljava/lang/Object;)Z
|
|
|
|
move-result v14
|
|
|
|
move-object v15, v7
|
|
|
|
move-object/from16 v16, v8
|
|
|
|
if-eqz v14, :cond_9
|
|
|
|
.line 956
|
|
invoke-interface {v1, v13}, Ljava/util/Map;->get(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object v6
|
|
|
|
check-cast v6, Ljava/lang/Long;
|
|
|
|
invoke-virtual {v6}, Ljava/lang/Long;->longValue()J
|
|
|
|
move-result-wide v7
|
|
|
|
.line 669
|
|
iget-object v6, v13, Lj$/time/temporal/a;->b:Lj$/time/temporal/v;
|
|
|
|
.line 732
|
|
invoke-virtual {v6, v7, v8, v13}, Lj$/time/temporal/v;->a(JLj$/time/temporal/r;)I
|
|
|
|
move-result v6
|
|
|
|
.line 957
|
|
sget-object v7, Lj$/time/temporal/b;->MONTHS:Lj$/time/temporal/b;
|
|
|
|
if-ne v11, v7, :cond_5
|
|
|
|
sget-object v9, Lj$/time/temporal/a;->MONTH_OF_YEAR:Lj$/time/temporal/a;
|
|
|
|
invoke-interface {v1, v9}, Ljava/util/Map;->containsKey(Ljava/lang/Object;)Z
|
|
|
|
move-result v14
|
|
|
|
if-eqz v14, :cond_5
|
|
|
|
.line 958
|
|
invoke-interface {v1, v9}, Ljava/util/Map;->get(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object v11
|
|
|
|
check-cast v11, Ljava/lang/Long;
|
|
|
|
invoke-virtual {v11}, Ljava/lang/Long;->longValue()J
|
|
|
|
move-result-wide v14
|
|
|
|
move-object/from16 v17, v9
|
|
|
|
int-to-long v8, v5
|
|
|
|
.line 975
|
|
sget-object v5, Lj$/time/format/e0;->LENIENT:Lj$/time/format/e0;
|
|
|
|
if-ne v2, v5, :cond_2
|
|
|
|
.line 976
|
|
invoke-interface {v12, v6, v10, v10}, Lj$/time/chrono/m;->D(III)Lj$/time/chrono/b;
|
|
|
|
move-result-object v2
|
|
|
|
const-wide/16 v5, 0x1
|
|
|
|
invoke-static {v14, v15, v5, v6}, Lj$/com/android/tools/r8/a;->P(JJ)J
|
|
|
|
move-result-wide v5
|
|
|
|
invoke-interface {v2, v5, v6, v7}, Lj$/time/chrono/b;->b(JLj$/time/temporal/t;)Lj$/time/chrono/b;
|
|
|
|
move-result-object v2
|
|
|
|
.line 802
|
|
invoke-virtual {v0, v2}, Lj$/time/temporal/w;->b(Lj$/time/temporal/n;)I
|
|
|
|
move-result v5
|
|
|
|
.line 803
|
|
sget-object v6, Lj$/time/temporal/a;->DAY_OF_MONTH:Lj$/time/temporal/a;
|
|
|
|
invoke-interface {v2, v6}, Lj$/time/temporal/n;->g(Lj$/time/temporal/r;)I
|
|
|
|
move-result v6
|
|
|
|
.line 804
|
|
invoke-virtual {v0, v6, v5}, Lj$/time/temporal/w;->m(II)I
|
|
|
|
move-result v5
|
|
|
|
.line 805
|
|
invoke-static {v5, v6}, Lj$/time/temporal/w;->a(II)I
|
|
|
|
move-result v5
|
|
|
|
int-to-long v5, v5
|
|
|
|
.line 977
|
|
invoke-static {v8, v9, v5, v6}, Lj$/com/android/tools/r8/a;->P(JJ)J
|
|
|
|
move-result-wide v5
|
|
|
|
.line 978
|
|
invoke-virtual {v0, v2}, Lj$/time/temporal/w;->b(Lj$/time/temporal/n;)I
|
|
|
|
move-result v7
|
|
|
|
sub-int/2addr v4, v7
|
|
|
|
const/4 v7, 0x7
|
|
|
|
int-to-long v7, v7
|
|
|
|
.line 0
|
|
invoke-static {v5, v6, v7, v8}, Lj$/com/android/tools/r8/a;->O(JJ)J
|
|
|
|
move-result-wide v5
|
|
|
|
int-to-long v7, v4
|
|
|
|
.line 979
|
|
invoke-static {v5, v6, v7, v8}, Lj$/com/android/tools/r8/a;->I(JJ)J
|
|
|
|
move-result-wide v4
|
|
|
|
sget-object v6, Lj$/time/temporal/b;->DAYS:Lj$/time/temporal/b;
|
|
|
|
invoke-interface {v2, v4, v5, v6}, Lj$/time/chrono/b;->b(JLj$/time/temporal/t;)Lj$/time/chrono/b;
|
|
|
|
move-result-object v2
|
|
|
|
move-object/from16 v5, v17
|
|
|
|
goto :goto_1
|
|
|
|
:cond_2
|
|
move-object/from16 v5, v17
|
|
|
|
.line 669
|
|
iget-object v7, v5, Lj$/time/temporal/a;->b:Lj$/time/temporal/v;
|
|
|
|
.line 732
|
|
invoke-virtual {v7, v14, v15, v5}, Lj$/time/temporal/v;->a(JLj$/time/temporal/r;)I
|
|
|
|
move-result v7
|
|
|
|
.line 982
|
|
invoke-interface {v12, v6, v7, v10}, Lj$/time/chrono/m;->D(III)Lj$/time/chrono/b;
|
|
|
|
move-result-object v6
|
|
|
|
move-object/from16 v7, v16
|
|
|
|
.line 983
|
|
invoke-virtual {v7, v8, v9, v0}, Lj$/time/temporal/v;->a(JLj$/time/temporal/r;)I
|
|
|
|
move-result v7
|
|
|
|
int-to-long v7, v7
|
|
|
|
.line 802
|
|
invoke-virtual {v0, v6}, Lj$/time/temporal/w;->b(Lj$/time/temporal/n;)I
|
|
|
|
move-result v9
|
|
|
|
.line 803
|
|
sget-object v10, Lj$/time/temporal/a;->DAY_OF_MONTH:Lj$/time/temporal/a;
|
|
|
|
invoke-interface {v6, v10}, Lj$/time/temporal/n;->g(Lj$/time/temporal/r;)I
|
|
|
|
move-result v10
|
|
|
|
.line 804
|
|
invoke-virtual {v0, v10, v9}, Lj$/time/temporal/w;->m(II)I
|
|
|
|
move-result v9
|
|
|
|
.line 805
|
|
invoke-static {v9, v10}, Lj$/time/temporal/w;->a(II)I
|
|
|
|
move-result v9
|
|
|
|
int-to-long v9, v9
|
|
|
|
sub-long/2addr v7, v9
|
|
|
|
long-to-int v7, v7
|
|
|
|
.line 985
|
|
invoke-virtual {v0, v6}, Lj$/time/temporal/w;->b(Lj$/time/temporal/n;)I
|
|
|
|
move-result v8
|
|
|
|
sub-int/2addr v4, v8
|
|
|
|
const/4 v8, 0x7
|
|
|
|
mul-int/2addr v7, v8
|
|
|
|
add-int/2addr v7, v4
|
|
|
|
int-to-long v7, v7
|
|
|
|
.line 986
|
|
sget-object v4, Lj$/time/temporal/b;->DAYS:Lj$/time/temporal/b;
|
|
|
|
invoke-interface {v6, v7, v8, v4}, Lj$/time/chrono/b;->b(JLj$/time/temporal/t;)Lj$/time/chrono/b;
|
|
|
|
move-result-object v4
|
|
|
|
.line 987
|
|
sget-object v6, Lj$/time/format/e0;->STRICT:Lj$/time/format/e0;
|
|
|
|
if-ne v2, v6, :cond_4
|
|
|
|
invoke-interface {v4, v5}, Lj$/time/temporal/n;->y(Lj$/time/temporal/r;)J
|
|
|
|
move-result-wide v6
|
|
|
|
cmp-long v2, v6, v14
|
|
|
|
if-nez v2, :cond_3
|
|
|
|
goto :goto_0
|
|
|
|
.line 988
|
|
:cond_3
|
|
new-instance v1, Lj$/time/b;
|
|
|
|
const-string v2, "Strict mode rejected resolved date as it is in a different month"
|
|
|
|
.line 88
|
|
invoke-direct {v1, v2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
|
|
|
|
.line 988
|
|
throw v1
|
|
|
|
:cond_4
|
|
:goto_0
|
|
move-object v2, v4
|
|
|
|
.line 991
|
|
:goto_1
|
|
invoke-interface {v1, v0}, Ljava/util/Map;->remove(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 992
|
|
invoke-interface {v1, v13}, Ljava/util/Map;->remove(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 993
|
|
invoke-interface {v1, v5}, Ljava/util/Map;->remove(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 994
|
|
invoke-interface {v1, v3}, Ljava/util/Map;->remove(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
return-object v2
|
|
|
|
:cond_5
|
|
move-object/from16 v7, v16
|
|
|
|
.line 961
|
|
sget-object v8, Lj$/time/temporal/b;->YEARS:Lj$/time/temporal/b;
|
|
|
|
if-ne v11, v8, :cond_e
|
|
|
|
int-to-long v8, v5
|
|
|
|
.line 1000
|
|
invoke-interface {v12, v6, v10, v10}, Lj$/time/chrono/m;->D(III)Lj$/time/chrono/b;
|
|
|
|
move-result-object v5
|
|
|
|
.line 1001
|
|
sget-object v10, Lj$/time/format/e0;->LENIENT:Lj$/time/format/e0;
|
|
|
|
if-ne v2, v10, :cond_6
|
|
|
|
.line 809
|
|
invoke-virtual {v0, v5}, Lj$/time/temporal/w;->b(Lj$/time/temporal/n;)I
|
|
|
|
move-result v2
|
|
|
|
.line 810
|
|
sget-object v6, Lj$/time/temporal/a;->DAY_OF_YEAR:Lj$/time/temporal/a;
|
|
|
|
invoke-interface {v5, v6}, Lj$/time/temporal/n;->g(Lj$/time/temporal/r;)I
|
|
|
|
move-result v6
|
|
|
|
.line 811
|
|
invoke-virtual {v0, v6, v2}, Lj$/time/temporal/w;->m(II)I
|
|
|
|
move-result v2
|
|
|
|
.line 812
|
|
invoke-static {v2, v6}, Lj$/time/temporal/w;->a(II)I
|
|
|
|
move-result v2
|
|
|
|
int-to-long v6, v2
|
|
|
|
.line 1002
|
|
invoke-static {v8, v9, v6, v7}, Lj$/com/android/tools/r8/a;->P(JJ)J
|
|
|
|
move-result-wide v6
|
|
|
|
.line 1003
|
|
invoke-virtual {v0, v5}, Lj$/time/temporal/w;->b(Lj$/time/temporal/n;)I
|
|
|
|
move-result v2
|
|
|
|
sub-int/2addr v4, v2
|
|
|
|
const/4 v8, 0x7
|
|
|
|
int-to-long v8, v8
|
|
|
|
.line 0
|
|
invoke-static {v6, v7, v8, v9}, Lj$/com/android/tools/r8/a;->O(JJ)J
|
|
|
|
move-result-wide v6
|
|
|
|
int-to-long v8, v4
|
|
|
|
.line 1004
|
|
invoke-static {v6, v7, v8, v9}, Lj$/com/android/tools/r8/a;->I(JJ)J
|
|
|
|
move-result-wide v6
|
|
|
|
sget-object v2, Lj$/time/temporal/b;->DAYS:Lj$/time/temporal/b;
|
|
|
|
invoke-interface {v5, v6, v7, v2}, Lj$/time/chrono/b;->b(JLj$/time/temporal/t;)Lj$/time/chrono/b;
|
|
|
|
move-result-object v2
|
|
|
|
goto :goto_3
|
|
|
|
.line 1006
|
|
:cond_6
|
|
invoke-virtual {v7, v8, v9, v0}, Lj$/time/temporal/v;->a(JLj$/time/temporal/r;)I
|
|
|
|
move-result v7
|
|
|
|
int-to-long v7, v7
|
|
|
|
.line 809
|
|
invoke-virtual {v0, v5}, Lj$/time/temporal/w;->b(Lj$/time/temporal/n;)I
|
|
|
|
move-result v9
|
|
|
|
.line 810
|
|
sget-object v10, Lj$/time/temporal/a;->DAY_OF_YEAR:Lj$/time/temporal/a;
|
|
|
|
invoke-interface {v5, v10}, Lj$/time/temporal/n;->g(Lj$/time/temporal/r;)I
|
|
|
|
move-result v10
|
|
|
|
.line 811
|
|
invoke-virtual {v0, v10, v9}, Lj$/time/temporal/w;->m(II)I
|
|
|
|
move-result v9
|
|
|
|
.line 812
|
|
invoke-static {v9, v10}, Lj$/time/temporal/w;->a(II)I
|
|
|
|
move-result v9
|
|
|
|
int-to-long v9, v9
|
|
|
|
sub-long/2addr v7, v9
|
|
|
|
long-to-int v7, v7
|
|
|
|
.line 1008
|
|
invoke-virtual {v0, v5}, Lj$/time/temporal/w;->b(Lj$/time/temporal/n;)I
|
|
|
|
move-result v8
|
|
|
|
sub-int/2addr v4, v8
|
|
|
|
const/4 v8, 0x7
|
|
|
|
mul-int/2addr v7, v8
|
|
|
|
add-int/2addr v7, v4
|
|
|
|
int-to-long v7, v7
|
|
|
|
.line 1009
|
|
sget-object v4, Lj$/time/temporal/b;->DAYS:Lj$/time/temporal/b;
|
|
|
|
invoke-interface {v5, v7, v8, v4}, Lj$/time/chrono/b;->b(JLj$/time/temporal/t;)Lj$/time/chrono/b;
|
|
|
|
move-result-object v4
|
|
|
|
.line 1010
|
|
sget-object v5, Lj$/time/format/e0;->STRICT:Lj$/time/format/e0;
|
|
|
|
if-ne v2, v5, :cond_8
|
|
|
|
invoke-interface {v4, v13}, Lj$/time/temporal/n;->y(Lj$/time/temporal/r;)J
|
|
|
|
move-result-wide v7
|
|
|
|
int-to-long v5, v6
|
|
|
|
cmp-long v2, v7, v5
|
|
|
|
if-nez v2, :cond_7
|
|
|
|
goto :goto_2
|
|
|
|
.line 1011
|
|
:cond_7
|
|
new-instance v1, Lj$/time/b;
|
|
|
|
const-string v2, "Strict mode rejected resolved date as it is in a different year"
|
|
|
|
.line 88
|
|
invoke-direct {v1, v2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
|
|
|
|
.line 1011
|
|
throw v1
|
|
|
|
:cond_8
|
|
:goto_2
|
|
move-object v2, v4
|
|
|
|
.line 1014
|
|
:goto_3
|
|
invoke-interface {v1, v0}, Ljava/util/Map;->remove(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 1015
|
|
invoke-interface {v1, v13}, Ljava/util/Map;->remove(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 1016
|
|
invoke-interface {v1, v3}, Ljava/util/Map;->remove(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
return-object v2
|
|
|
|
.line 964
|
|
:cond_9
|
|
sget-object v5, Lj$/time/temporal/x;->h:Lj$/time/temporal/i;
|
|
|
|
if-eq v11, v5, :cond_a
|
|
|
|
sget-object v5, Lj$/time/temporal/b;->FOREVER:Lj$/time/temporal/b;
|
|
|
|
if-ne v11, v5, :cond_e
|
|
|
|
.line 0
|
|
:cond_a
|
|
iget-object v5, v9, Lj$/time/temporal/x;->f:Lj$/time/temporal/w;
|
|
|
|
.line 965
|
|
invoke-interface {v1, v5}, Ljava/util/Map;->containsKey(Ljava/lang/Object;)Z
|
|
|
|
move-result v5
|
|
|
|
if-eqz v5, :cond_e
|
|
|
|
.line 0
|
|
iget-object v5, v9, Lj$/time/temporal/x;->e:Lj$/time/temporal/w;
|
|
|
|
.line 966
|
|
invoke-interface {v1, v5}, Ljava/util/Map;->containsKey(Ljava/lang/Object;)Z
|
|
|
|
move-result v5
|
|
|
|
if-eqz v5, :cond_e
|
|
|
|
.line 0
|
|
iget-object v5, v9, Lj$/time/temporal/x;->f:Lj$/time/temporal/w;
|
|
|
|
.line 1082
|
|
iget-object v7, v5, Lj$/time/temporal/w;->e:Lj$/time/temporal/v;
|
|
|
|
.line 1023
|
|
invoke-interface {v1, v5}, Ljava/util/Map;->get(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object v5
|
|
|
|
check-cast v5, Ljava/lang/Long;
|
|
|
|
invoke-virtual {v5}, Ljava/lang/Long;->longValue()J
|
|
|
|
move-result-wide v13
|
|
|
|
.line 0
|
|
iget-object v5, v9, Lj$/time/temporal/x;->f:Lj$/time/temporal/w;
|
|
|
|
.line 1022
|
|
invoke-virtual {v7, v13, v14, v5}, Lj$/time/temporal/v;->a(JLj$/time/temporal/r;)I
|
|
|
|
move-result v5
|
|
|
|
.line 1025
|
|
sget-object v7, Lj$/time/format/e0;->LENIENT:Lj$/time/format/e0;
|
|
|
|
if-ne v2, v7, :cond_b
|
|
|
|
.line 1026
|
|
invoke-virtual {v0, v12, v5, v10, v4}, Lj$/time/temporal/w;->f(Lj$/time/chrono/m;III)Lj$/time/chrono/b;
|
|
|
|
move-result-object v2
|
|
|
|
.line 0
|
|
iget-object v4, v9, Lj$/time/temporal/x;->e:Lj$/time/temporal/w;
|
|
|
|
.line 1027
|
|
invoke-interface {v1, v4}, Ljava/util/Map;->get(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object v4
|
|
|
|
check-cast v4, Ljava/lang/Long;
|
|
|
|
invoke-virtual {v4}, Ljava/lang/Long;->longValue()J
|
|
|
|
move-result-wide v4
|
|
|
|
const-wide/16 v7, 0x1
|
|
|
|
.line 1028
|
|
invoke-static {v4, v5, v7, v8}, Lj$/com/android/tools/r8/a;->P(JJ)J
|
|
|
|
move-result-wide v4
|
|
|
|
.line 1029
|
|
invoke-interface {v2, v4, v5, v6}, Lj$/time/chrono/b;->b(JLj$/time/temporal/t;)Lj$/time/chrono/b;
|
|
|
|
move-result-object v2
|
|
|
|
goto :goto_5
|
|
|
|
.line 0
|
|
:cond_b
|
|
iget-object v6, v9, Lj$/time/temporal/x;->e:Lj$/time/temporal/w;
|
|
|
|
.line 1082
|
|
iget-object v7, v6, Lj$/time/temporal/w;->e:Lj$/time/temporal/v;
|
|
|
|
.line 1032
|
|
invoke-interface {v1, v6}, Ljava/util/Map;->get(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object v6
|
|
|
|
check-cast v6, Ljava/lang/Long;
|
|
|
|
invoke-virtual {v6}, Ljava/lang/Long;->longValue()J
|
|
|
|
move-result-wide v10
|
|
|
|
.line 0
|
|
iget-object v6, v9, Lj$/time/temporal/x;->e:Lj$/time/temporal/w;
|
|
|
|
.line 1031
|
|
invoke-virtual {v7, v10, v11, v6}, Lj$/time/temporal/v;->a(JLj$/time/temporal/r;)I
|
|
|
|
move-result v6
|
|
|
|
.line 1033
|
|
invoke-virtual {v0, v12, v5, v6, v4}, Lj$/time/temporal/w;->f(Lj$/time/chrono/m;III)Lj$/time/chrono/b;
|
|
|
|
move-result-object v4
|
|
|
|
.line 1034
|
|
sget-object v6, Lj$/time/format/e0;->STRICT:Lj$/time/format/e0;
|
|
|
|
if-ne v2, v6, :cond_d
|
|
|
|
invoke-virtual {v0, v4}, Lj$/time/temporal/w;->c(Lj$/time/temporal/n;)I
|
|
|
|
move-result v2
|
|
|
|
if-ne v2, v5, :cond_c
|
|
|
|
goto :goto_4
|
|
|
|
.line 1035
|
|
:cond_c
|
|
new-instance v1, Lj$/time/b;
|
|
|
|
const-string v2, "Strict mode rejected resolved date as it is in a different week-based-year"
|
|
|
|
.line 88
|
|
invoke-direct {v1, v2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
|
|
|
|
.line 1035
|
|
throw v1
|
|
|
|
:cond_d
|
|
:goto_4
|
|
move-object v2, v4
|
|
|
|
.line 1038
|
|
:goto_5
|
|
invoke-interface {v1, v0}, Ljava/util/Map;->remove(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 0
|
|
iget-object v4, v9, Lj$/time/temporal/x;->f:Lj$/time/temporal/w;
|
|
|
|
.line 1039
|
|
invoke-interface {v1, v4}, Ljava/util/Map;->remove(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 0
|
|
iget-object v4, v9, Lj$/time/temporal/x;->e:Lj$/time/temporal/w;
|
|
|
|
.line 1040
|
|
invoke-interface {v1, v4}, Ljava/util/Map;->remove(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 1041
|
|
invoke-interface {v1, v3}, Ljava/util/Map;->remove(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
return-object v2
|
|
|
|
:cond_e
|
|
:goto_6
|
|
return-object v15
|
|
.end method
|
|
|
|
.method public final i(Lj$/time/temporal/n;)J
|
|
.locals 3
|
|
|
|
.line 775
|
|
sget-object v0, Lj$/time/temporal/b;->WEEKS:Lj$/time/temporal/b;
|
|
|
|
iget-object v1, p0, Lj$/time/temporal/w;->d:Lj$/time/temporal/t;
|
|
|
|
if-ne v1, v0, :cond_0
|
|
|
|
.line 776
|
|
invoke-virtual {p0, p1}, Lj$/time/temporal/w;->b(Lj$/time/temporal/n;)I
|
|
|
|
move-result p1
|
|
|
|
:goto_0
|
|
int-to-long v0, p1
|
|
|
|
return-wide v0
|
|
|
|
.line 777
|
|
:cond_0
|
|
sget-object v0, Lj$/time/temporal/b;->MONTHS:Lj$/time/temporal/b;
|
|
|
|
if-ne v1, v0, :cond_1
|
|
|
|
.line 802
|
|
invoke-virtual {p0, p1}, Lj$/time/temporal/w;->b(Lj$/time/temporal/n;)I
|
|
|
|
move-result v0
|
|
|
|
.line 803
|
|
sget-object v1, Lj$/time/temporal/a;->DAY_OF_MONTH:Lj$/time/temporal/a;
|
|
|
|
invoke-interface {p1, v1}, Lj$/time/temporal/n;->g(Lj$/time/temporal/r;)I
|
|
|
|
move-result p1
|
|
|
|
.line 804
|
|
invoke-virtual {p0, p1, v0}, Lj$/time/temporal/w;->m(II)I
|
|
|
|
move-result v0
|
|
|
|
.line 805
|
|
invoke-static {v0, p1}, Lj$/time/temporal/w;->a(II)I
|
|
|
|
move-result p1
|
|
|
|
goto :goto_0
|
|
|
|
.line 779
|
|
:cond_1
|
|
sget-object v0, Lj$/time/temporal/b;->YEARS:Lj$/time/temporal/b;
|
|
|
|
if-ne v1, v0, :cond_2
|
|
|
|
.line 809
|
|
invoke-virtual {p0, p1}, Lj$/time/temporal/w;->b(Lj$/time/temporal/n;)I
|
|
|
|
move-result v0
|
|
|
|
.line 810
|
|
sget-object v1, Lj$/time/temporal/a;->DAY_OF_YEAR:Lj$/time/temporal/a;
|
|
|
|
invoke-interface {p1, v1}, Lj$/time/temporal/n;->g(Lj$/time/temporal/r;)I
|
|
|
|
move-result p1
|
|
|
|
.line 811
|
|
invoke-virtual {p0, p1, v0}, Lj$/time/temporal/w;->m(II)I
|
|
|
|
move-result v0
|
|
|
|
.line 812
|
|
invoke-static {v0, p1}, Lj$/time/temporal/w;->a(II)I
|
|
|
|
move-result p1
|
|
|
|
goto :goto_0
|
|
|
|
.line 781
|
|
:cond_2
|
|
sget-object v0, Lj$/time/temporal/x;->h:Lj$/time/temporal/i;
|
|
|
|
if-ne v1, v0, :cond_3
|
|
|
|
.line 782
|
|
invoke-virtual {p0, p1}, Lj$/time/temporal/w;->e(Lj$/time/temporal/n;)I
|
|
|
|
move-result p1
|
|
|
|
goto :goto_0
|
|
|
|
.line 783
|
|
:cond_3
|
|
sget-object v0, Lj$/time/temporal/b;->FOREVER:Lj$/time/temporal/b;
|
|
|
|
if-ne v1, v0, :cond_4
|
|
|
|
.line 784
|
|
invoke-virtual {p0, p1}, Lj$/time/temporal/w;->c(Lj$/time/temporal/n;)I
|
|
|
|
move-result p1
|
|
|
|
goto :goto_0
|
|
|
|
.line 786
|
|
:cond_4
|
|
new-instance p1, Ljava/lang/IllegalStateException;
|
|
|
|
new-instance v0, Ljava/lang/StringBuilder;
|
|
|
|
const-string v2, "unreachable, rangeUnit: "
|
|
|
|
invoke-direct {v0, v2}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
|
|
|
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
|
|
|
const-string v1, ", this: "
|
|
|
|
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v0, p0}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-direct {p1, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
.method public final isDateBased()Z
|
|
.locals 1
|
|
|
|
const/4 v0, 0x1
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final j(Lj$/time/temporal/n;Lj$/time/temporal/a;)Lj$/time/temporal/v;
|
|
.locals 3
|
|
|
|
.line 1128
|
|
invoke-virtual {p0, p1}, Lj$/time/temporal/w;->b(Lj$/time/temporal/n;)I
|
|
|
|
move-result v0
|
|
|
|
.line 1129
|
|
invoke-interface {p1, p2}, Lj$/time/temporal/n;->g(Lj$/time/temporal/r;)I
|
|
|
|
move-result v1
|
|
|
|
invoke-virtual {p0, v1, v0}, Lj$/time/temporal/w;->m(II)I
|
|
|
|
move-result v0
|
|
|
|
.line 1130
|
|
invoke-interface {p1, p2}, Lj$/time/temporal/n;->i(Lj$/time/temporal/r;)Lj$/time/temporal/v;
|
|
|
|
move-result-object p1
|
|
|
|
.line 217
|
|
iget-wide v1, p1, Lj$/time/temporal/v;->a:J
|
|
|
|
long-to-int p2, v1
|
|
|
|
.line 1131
|
|
invoke-static {v0, p2}, Lj$/time/temporal/w;->a(II)I
|
|
|
|
move-result p2
|
|
|
|
int-to-long v1, p2
|
|
|
|
.line 253
|
|
iget-wide p1, p1, Lj$/time/temporal/v;->d:J
|
|
|
|
long-to-int p1, p1
|
|
|
|
.line 1132
|
|
invoke-static {v0, p1}, Lj$/time/temporal/w;->a(II)I
|
|
|
|
move-result p1
|
|
|
|
int-to-long p1, p1
|
|
|
|
.line 1131
|
|
invoke-static {v1, v2, p1, p2}, Lj$/time/temporal/v;->f(JJ)Lj$/time/temporal/v;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final k(Lj$/time/temporal/n;)Lj$/time/temporal/v;
|
|
.locals 6
|
|
|
|
.line 1141
|
|
sget-object v0, Lj$/time/temporal/a;->DAY_OF_YEAR:Lj$/time/temporal/a;
|
|
|
|
invoke-interface {p1, v0}, Lj$/time/temporal/n;->c(Lj$/time/temporal/r;)Z
|
|
|
|
move-result v1
|
|
|
|
if-nez v1, :cond_0
|
|
|
|
.line 1142
|
|
sget-object p1, Lj$/time/temporal/w;->h:Lj$/time/temporal/v;
|
|
|
|
return-object p1
|
|
|
|
.line 1144
|
|
:cond_0
|
|
invoke-virtual {p0, p1}, Lj$/time/temporal/w;->b(Lj$/time/temporal/n;)I
|
|
|
|
move-result v1
|
|
|
|
.line 1145
|
|
invoke-interface {p1, v0}, Lj$/time/temporal/n;->g(Lj$/time/temporal/r;)I
|
|
|
|
move-result v2
|
|
|
|
.line 1146
|
|
invoke-virtual {p0, v2, v1}, Lj$/time/temporal/w;->m(II)I
|
|
|
|
move-result v1
|
|
|
|
.line 1147
|
|
invoke-static {v1, v2}, Lj$/time/temporal/w;->a(II)I
|
|
|
|
move-result v3
|
|
|
|
if-nez v3, :cond_1
|
|
|
|
.line 1151
|
|
invoke-static {p1}, Lj$/com/android/tools/r8/a;->G(Lj$/time/temporal/n;)Lj$/time/chrono/m;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-interface {v0, p1}, Lj$/time/chrono/m;->w(Lj$/time/temporal/n;)Lj$/time/chrono/b;
|
|
|
|
move-result-object p1
|
|
|
|
add-int/lit8 v2, v2, 0x7
|
|
|
|
int-to-long v0, v2
|
|
|
|
.line 1152
|
|
sget-object v2, Lj$/time/temporal/b;->DAYS:Lj$/time/temporal/b;
|
|
|
|
invoke-interface {p1, v0, v1, v2}, Lj$/time/chrono/b;->o(JLj$/time/temporal/t;)Lj$/time/chrono/b;
|
|
|
|
move-result-object p1
|
|
|
|
.line 1153
|
|
invoke-virtual {p0, p1}, Lj$/time/temporal/w;->k(Lj$/time/temporal/n;)Lj$/time/temporal/v;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 1156
|
|
:cond_1
|
|
invoke-interface {p1, v0}, Lj$/time/temporal/n;->i(Lj$/time/temporal/r;)Lj$/time/temporal/v;
|
|
|
|
move-result-object v0
|
|
|
|
.line 253
|
|
iget-wide v4, v0, Lj$/time/temporal/v;->d:J
|
|
|
|
long-to-int v0, v4
|
|
|
|
.line 1158
|
|
iget-object v4, p0, Lj$/time/temporal/w;->b:Lj$/time/temporal/x;
|
|
|
|
.line 421
|
|
iget v4, v4, Lj$/time/temporal/x;->b:I
|
|
|
|
add-int/2addr v4, v0
|
|
|
|
.line 1158
|
|
invoke-static {v1, v4}, Lj$/time/temporal/w;->a(II)I
|
|
|
|
move-result v1
|
|
|
|
if-lt v3, v1, :cond_2
|
|
|
|
.line 1162
|
|
invoke-static {p1}, Lj$/com/android/tools/r8/a;->G(Lj$/time/temporal/n;)Lj$/time/chrono/m;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-interface {v1, p1}, Lj$/time/chrono/m;->w(Lj$/time/temporal/n;)Lj$/time/chrono/b;
|
|
|
|
move-result-object p1
|
|
|
|
sub-int/2addr v0, v2
|
|
|
|
add-int/lit8 v0, v0, 0x8
|
|
|
|
int-to-long v0, v0
|
|
|
|
.line 1163
|
|
sget-object v2, Lj$/time/temporal/b;->DAYS:Lj$/time/temporal/b;
|
|
|
|
invoke-interface {p1, v0, v1, v2}, Lj$/time/chrono/b;->b(JLj$/time/temporal/t;)Lj$/time/chrono/b;
|
|
|
|
move-result-object p1
|
|
|
|
.line 1164
|
|
invoke-virtual {p0, p1}, Lj$/time/temporal/w;->k(Lj$/time/temporal/n;)Lj$/time/temporal/v;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
:cond_2
|
|
add-int/lit8 v1, v1, -0x1
|
|
|
|
int-to-long v0, v1
|
|
|
|
const-wide/16 v2, 0x1
|
|
|
|
.line 1166
|
|
invoke-static {v2, v3, v0, v1}, Lj$/time/temporal/v;->f(JJ)Lj$/time/temporal/v;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final l(Lj$/time/temporal/m;J)Lj$/time/temporal/m;
|
|
.locals 4
|
|
|
|
.line 911
|
|
iget-object v0, p0, Lj$/time/temporal/w;->e:Lj$/time/temporal/v;
|
|
|
|
invoke-virtual {v0, p2, p3, p0}, Lj$/time/temporal/v;->a(JLj$/time/temporal/r;)I
|
|
|
|
move-result v0
|
|
|
|
.line 912
|
|
invoke-interface {p1, p0}, Lj$/time/temporal/n;->g(Lj$/time/temporal/r;)I
|
|
|
|
move-result v1
|
|
|
|
if-ne v0, v1, :cond_0
|
|
|
|
return-object p1
|
|
|
|
.line 917
|
|
:cond_0
|
|
iget-object v2, p0, Lj$/time/temporal/w;->d:Lj$/time/temporal/t;
|
|
|
|
sget-object v3, Lj$/time/temporal/b;->FOREVER:Lj$/time/temporal/b;
|
|
|
|
if-ne v2, v3, :cond_1
|
|
|
|
.line 0
|
|
iget-object v0, p0, Lj$/time/temporal/w;->b:Lj$/time/temporal/x;
|
|
|
|
iget-object v1, v0, Lj$/time/temporal/x;->c:Lj$/time/temporal/w;
|
|
|
|
.line 920
|
|
invoke-interface {p1, v1}, Lj$/time/temporal/n;->g(Lj$/time/temporal/r;)I
|
|
|
|
move-result v1
|
|
|
|
.line 0
|
|
iget-object v0, v0, Lj$/time/temporal/x;->e:Lj$/time/temporal/w;
|
|
|
|
.line 921
|
|
invoke-interface {p1, v0}, Lj$/time/temporal/n;->g(Lj$/time/temporal/r;)I
|
|
|
|
move-result v0
|
|
|
|
.line 922
|
|
invoke-static {p1}, Lj$/com/android/tools/r8/a;->G(Lj$/time/temporal/n;)Lj$/time/chrono/m;
|
|
|
|
move-result-object p1
|
|
|
|
long-to-int p2, p2
|
|
|
|
invoke-virtual {p0, p1, p2, v0, v1}, Lj$/time/temporal/w;->f(Lj$/time/chrono/m;III)Lj$/time/chrono/b;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
:cond_1
|
|
sub-int/2addr v0, v1
|
|
|
|
int-to-long p2, v0
|
|
|
|
.line 925
|
|
iget-object v0, p0, Lj$/time/temporal/w;->c:Lj$/time/temporal/t;
|
|
|
|
invoke-interface {p1, p2, p3, v0}, Lj$/time/temporal/m;->b(JLj$/time/temporal/t;)Lj$/time/temporal/m;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final m(II)I
|
|
.locals 2
|
|
|
|
sub-int/2addr p1, p2
|
|
|
|
.line 886
|
|
invoke-static {p1}, Lj$/time/temporal/s;->e(I)I
|
|
|
|
move-result p1
|
|
|
|
neg-int p2, p1
|
|
|
|
add-int/lit8 v0, p1, 0x1
|
|
|
|
.line 888
|
|
iget-object v1, p0, Lj$/time/temporal/w;->b:Lj$/time/temporal/x;
|
|
|
|
.line 421
|
|
iget v1, v1, Lj$/time/temporal/x;->b:I
|
|
|
|
if-le v0, v1, :cond_0
|
|
|
|
rsub-int/lit8 p1, p1, 0x7
|
|
|
|
return p1
|
|
|
|
:cond_0
|
|
return p2
|
|
.end method
|
|
|
|
.method public final range()Lj$/time/temporal/v;
|
|
.locals 1
|
|
|
|
.line 1082
|
|
iget-object v0, p0, Lj$/time/temporal/w;->e:Lj$/time/temporal/v;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final toString()Ljava/lang/String;
|
|
.locals 3
|
|
|
|
.line 1172
|
|
iget-object v0, p0, Lj$/time/temporal/w;->b:Lj$/time/temporal/x;
|
|
|
|
invoke-virtual {v0}, Lj$/time/temporal/x;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
new-instance v1, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
iget-object v2, p0, Lj$/time/temporal/w;->a:Ljava/lang/String;
|
|
|
|
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
const-string v2, "["
|
|
|
|
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
const-string v0, "]"
|
|
|
|
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|