Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
package com.google.android.material.datepicker;
|
||||
|
||||
import java.util.Calendar;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class a {
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public static final /* synthetic */ int f5632b = 0;
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public Long f5633a;
|
||||
|
||||
static {
|
||||
o a2 = o.a(1900, 0);
|
||||
Calendar c4 = w.c(null);
|
||||
c4.setTimeInMillis(a2.f5698f);
|
||||
w.a(c4).getTimeInMillis();
|
||||
o a4 = o.a(2100, 11);
|
||||
Calendar c5 = w.c(null);
|
||||
c5.setTimeInMillis(a4.f5698f);
|
||||
w.a(c5).getTimeInMillis();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user