public class android.text.format.Time
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.text.format.Time
  super_class: java.lang.Object
{
  private static final java.lang.String Y_M_D_T_H_M_S_000;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "%Y-%m-%dT%H:%M:%S.000"

  private static final java.lang.String Y_M_D_T_H_M_S_000_Z;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "%Y-%m-%dT%H:%M:%S.000Z"

  private static final java.lang.String Y_M_D;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "%Y-%m-%d"

  public static final java.lang.String TIMEZONE_UTC;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "UTC"

  public static final int EPOCH_JULIAN_DAY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2440588

  public static final int MONDAY_BEFORE_JULIAN_EPOCH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2440585

  public boolean allDay;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public int second;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int minute;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int hour;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int monthDay;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int month;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int year;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int weekDay;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int yearDay;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int isDst;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public long gmtoff;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String timezone;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public static final int SECOND;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int MINUTE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int HOUR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int MONTH_DAY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int MONTH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final int YEAR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public static final int WEEK_DAY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  public static final int YEAR_DAY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  public static final int WEEK_NUM;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  public static final int SUNDAY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int MONDAY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int TUESDAY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int WEDNESDAY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int THURSDAY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int FRIDAY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final int SATURDAY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  private android.text.format.Time$TimeCalculator calculator;
    descriptor: Landroid/text/format/Time$TimeCalculator;
    flags: (0x0002) ACC_PRIVATE

  private static final int[] DAYS_PER_MONTH;
    descriptor: [I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int[] sThursdayOffset;
    descriptor: [I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 250
            bipush 12
            newarray 10
            dup
            iconst_0
            bipush 31
            iastore
            dup
            iconst_1
            bipush 28
            iastore
            dup
            iconst_2
            bipush 31
            iastore
            dup
            iconst_3
            bipush 30
            iastore
            dup
            iconst_4
            bipush 31
            iastore
            dup
            iconst_5
            bipush 30
            iastore
            dup
            bipush 6
            bipush 31
            iastore
            dup
            bipush 7
         1: .line 251
            bipush 31
            iastore
            dup
            bipush 8
            bipush 30
            iastore
            dup
            bipush 9
            bipush 31
            iastore
            dup
            bipush 10
            bipush 30
            iastore
            dup
            bipush 11
            bipush 31
            iastore
         2: .line 250
            putstatic android.text.format.Time.DAYS_PER_MONTH:[I
         3: .line 875
            bipush 7
            newarray 10
            dup
            iconst_0
            bipush -3
            iastore
            dup
            iconst_1
            iconst_3
            iastore
            dup
            iconst_2
            iconst_2
            iastore
            dup
            iconst_3
            iconst_1
            iastore
            dup
            iconst_5
            iconst_m1
            iastore
            dup
            bipush 6
            bipush -2
            iastore
            putstatic android.text.format.Time.sThursdayOffset:[I
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.text.format.Time this
        start local 1 // java.lang.String timezoneId
         0: .line 172
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 173
            aload 1 /* timezoneId */
            ifnonnull 3
         2: .line 174
            new java.lang.NullPointerException
            dup
            ldc "timezoneId is null!"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 176
      StackMap locals: android.text.format.Time java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 1 /* timezoneId */
            invokevirtual android.text.format.Time.initialize:(Ljava/lang/String;)V
         4: .line 177
            return
        end local 1 // java.lang.String timezoneId
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Landroid/text/format/Time;
            0    5     1  timezoneId  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      timezoneId  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.text.format.Time this
         0: .line 183
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 184
            aload 0 /* this */
            invokestatic java.util.TimeZone.getDefault:()Ljava/util/TimeZone;
            invokevirtual java.util.TimeZone.getID:()Ljava/lang/String;
            invokevirtual android.text.format.Time.initialize:(Ljava/lang/String;)V
         2: .line 185
            return
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/text/format/Time;

  public void <init>(android.text.format.Time);
    descriptor: (Landroid/text/format/Time;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.text.format.Time this
        start local 1 // android.text.format.Time other
         0: .line 193
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 194
            aload 0 /* this */
            aload 1 /* other */
            getfield android.text.format.Time.timezone:Ljava/lang/String;
            invokevirtual android.text.format.Time.initialize:(Ljava/lang/String;)V
         2: .line 195
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual android.text.format.Time.set:(Landroid/text/format/Time;)V
         3: .line 196
            return
        end local 1 // android.text.format.Time other
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/text/format/Time;
            0    4     1  other  Landroid/text/format/Time;
    MethodParameters:
       Name  Flags
      other  

  private void initialize(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // android.text.format.Time this
        start local 1 // java.lang.String timezoneId
         0: .line 200
            aload 0 /* this */
            aload 1 /* timezoneId */
            putfield android.text.format.Time.timezone:Ljava/lang/String;
         1: .line 201
            aload 0 /* this */
            sipush 1970
            putfield android.text.format.Time.year:I
         2: .line 202
            aload 0 /* this */
            iconst_1
            putfield android.text.format.Time.monthDay:I
         3: .line 205
            aload 0 /* this */
            iconst_m1
            putfield android.text.format.Time.isDst:I
         4: .line 208
            aload 0 /* this */
            new android.text.format.Time$TimeCalculator
            dup
            aload 1 /* timezoneId */
            invokespecial android.text.format.Time$TimeCalculator.<init>:(Ljava/lang/String;)V
            putfield android.text.format.Time.calculator:Landroid/text/format/Time$TimeCalculator;
         5: .line 209
            return
        end local 1 // java.lang.String timezoneId
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Landroid/text/format/Time;
            0    6     1  timezoneId  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      timezoneId  

  public long normalize(boolean);
    descriptor: (Z)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // android.text.format.Time this
        start local 1 // boolean ignoreDst
         0: .line 230
            aload 0 /* this */
            getfield android.text.format.Time.calculator:Landroid/text/format/Time$TimeCalculator;
            aload 0 /* this */
            invokevirtual android.text.format.Time$TimeCalculator.copyFieldsFromTime:(Landroid/text/format/Time;)V
         1: .line 231
            aload 0 /* this */
            getfield android.text.format.Time.calculator:Landroid/text/format/Time$TimeCalculator;
            iload 1 /* ignoreDst */
            invokevirtual android.text.format.Time$TimeCalculator.toMillis:(Z)J
            lstore 2 /* timeInMillis */
        start local 2 // long timeInMillis
         2: .line 232
            aload 0 /* this */
            getfield android.text.format.Time.calculator:Landroid/text/format/Time$TimeCalculator;
            aload 0 /* this */
            invokevirtual android.text.format.Time$TimeCalculator.copyFieldsToTime:(Landroid/text/format/Time;)V
         3: .line 233
            lload 2 /* timeInMillis */
            lreturn
        end local 2 // long timeInMillis
        end local 1 // boolean ignoreDst
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Landroid/text/format/Time;
            0    4     1     ignoreDst  Z
            2    4     2  timeInMillis  J
    MethodParameters:
           Name  Flags
      ignoreDst  

  public void switchTimezone(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.text.format.Time this
        start local 1 // java.lang.String timezone
         0: .line 244
            aload 0 /* this */
            getfield android.text.format.Time.calculator:Landroid/text/format/Time$TimeCalculator;
            aload 0 /* this */
            invokevirtual android.text.format.Time$TimeCalculator.copyFieldsFromTime:(Landroid/text/format/Time;)V
         1: .line 245
            aload 0 /* this */
            getfield android.text.format.Time.calculator:Landroid/text/format/Time$TimeCalculator;
            aload 1 /* timezone */
            invokevirtual android.text.format.Time$TimeCalculator.switchTimeZone:(Ljava/lang/String;)V
         2: .line 246
            aload 0 /* this */
            getfield android.text.format.Time.calculator:Landroid/text/format/Time$TimeCalculator;
            aload 0 /* this */
            invokevirtual android.text.format.Time$TimeCalculator.copyFieldsToTime:(Landroid/text/format/Time;)V
         3: .line 247
            aload 0 /* this */
            aload 1 /* timezone */
            putfield android.text.format.Time.timezone:Ljava/lang/String;
         4: .line 248
            return
        end local 1 // java.lang.String timezone
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Landroid/text/format/Time;
            0    5     1  timezone  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      timezone  

  public int getActualMaximum(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // android.text.format.Time this
        start local 1 // int field
         0: .line 261
            iload 1 /* field */
            tableswitch { // 1 - 9
                    1: 1
                    2: 2
                    3: 3
                    4: 4
                    5: 12
                    6: 13
                    7: 14
                    8: 15
                    9: 20
              default: 21
          }
         1: .line 263
      StackMap locals:
      StackMap stack:
            bipush 59
            ireturn
         2: .line 265
      StackMap locals:
      StackMap stack:
            bipush 59
            ireturn
         3: .line 267
      StackMap locals:
      StackMap stack:
            bipush 23
            ireturn
         4: .line 269
      StackMap locals:
      StackMap stack:
            getstatic android.text.format.Time.DAYS_PER_MONTH:[I
            aload 0 /* this */
            getfield android.text.format.Time.month:I
            iaload
            istore 2 /* n */
        start local 2 // int n
         5: .line 270
            iload 2 /* n */
            bipush 28
            if_icmpeq 7
         6: .line 271
            iload 2 /* n */
            ireturn
         7: .line 273
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.text.format.Time.year:I
            istore 3 /* y */
        start local 3 // int y
         8: .line 274
            iload 3 /* y */
            iconst_4
            irem
            ifne 10
            iload 3 /* y */
            bipush 100
            irem
            ifne 9
            iload 3 /* y */
            sipush 400
            irem
            ifne 10
      StackMap locals: int
      StackMap stack:
         9: bipush 29
            goto 11
      StackMap locals:
      StackMap stack:
        10: bipush 28
      StackMap locals:
      StackMap stack: int
        11: ireturn
        end local 3 // int y
        end local 2 // int n
        12: .line 278
      StackMap locals:
      StackMap stack:
            bipush 11
            ireturn
        13: .line 280
      StackMap locals:
      StackMap stack:
            sipush 2037
            ireturn
        14: .line 282
      StackMap locals:
      StackMap stack:
            bipush 6
            ireturn
        15: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.text.format.Time.year:I
            istore 2 /* y */
        start local 2 // int y
        16: .line 286
            iload 2 /* y */
            iconst_4
            irem
            ifne 18
            iload 2 /* y */
            bipush 100
            irem
            ifne 17
            iload 2 /* y */
            sipush 400
            irem
            ifne 18
      StackMap locals: int
      StackMap stack:
        17: sipush 365
            goto 19
      StackMap locals:
      StackMap stack:
        18: sipush 364
      StackMap locals:
      StackMap stack: int
        19: ireturn
        end local 2 // int y
        20: .line 289
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "WEEK_NUM not implemented"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        21: .line 291
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "bad field="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* field */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int field
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Landroid/text/format/Time;
            0   22     1  field  I
            5   12     2      n  I
            8   12     3      y  I
           16   20     2      y  I
    MethodParameters:
       Name  Flags
      field  

  public void clear(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.text.format.Time this
        start local 1 // java.lang.String timezoneId
         0: .line 301
            aload 1 /* timezoneId */
            ifnonnull 2
         1: .line 302
            new java.lang.NullPointerException
            dup
            ldc "timezone is null!"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 304
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* timezoneId */
            putfield android.text.format.Time.timezone:Ljava/lang/String;
         3: .line 305
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.allDay:Z
         4: .line 306
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.second:I
         5: .line 307
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.minute:I
         6: .line 308
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.hour:I
         7: .line 309
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.monthDay:I
         8: .line 310
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.month:I
         9: .line 311
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.year:I
        10: .line 312
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.weekDay:I
        11: .line 313
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.yearDay:I
        12: .line 314
            aload 0 /* this */
            lconst_0
            putfield android.text.format.Time.gmtoff:J
        13: .line 315
            aload 0 /* this */
            iconst_m1
            putfield android.text.format.Time.isDst:I
        14: .line 316
            return
        end local 1 // java.lang.String timezoneId
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Landroid/text/format/Time;
            0   15     1  timezoneId  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      timezoneId  

  public static int compare(android.text.format.Time, android.text.format.Time);
    descriptor: (Landroid/text/format/Time;Landroid/text/format/Time;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.text.format.Time a
        start local 1 // android.text.format.Time b
         0: .line 337
            aload 0 /* a */
            ifnonnull 2
         1: .line 338
            new java.lang.NullPointerException
            dup
            ldc "a == null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 339
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            ifnonnull 4
         3: .line 340
            new java.lang.NullPointerException
            dup
            ldc "b == null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 342
      StackMap locals:
      StackMap stack:
            aload 0 /* a */
            getfield android.text.format.Time.calculator:Landroid/text/format/Time$TimeCalculator;
            aload 0 /* a */
            invokevirtual android.text.format.Time$TimeCalculator.copyFieldsFromTime:(Landroid/text/format/Time;)V
         5: .line 343
            aload 1 /* b */
            getfield android.text.format.Time.calculator:Landroid/text/format/Time$TimeCalculator;
            aload 1 /* b */
            invokevirtual android.text.format.Time$TimeCalculator.copyFieldsFromTime:(Landroid/text/format/Time;)V
         6: .line 345
            aload 0 /* a */
            getfield android.text.format.Time.calculator:Landroid/text/format/Time$TimeCalculator;
            aload 1 /* b */
            getfield android.text.format.Time.calculator:Landroid/text/format/Time$TimeCalculator;
            invokestatic android.text.format.Time$TimeCalculator.compare:(Landroid/text/format/Time$TimeCalculator;Landroid/text/format/Time$TimeCalculator;)I
            ireturn
        end local 1 // android.text.format.Time b
        end local 0 // android.text.format.Time a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0     a  Landroid/text/format/Time;
            0    7     1     b  Landroid/text/format/Time;
    MethodParameters:
      Name  Flags
      a     
      b     

  public java.lang.String format(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.text.format.Time this
        start local 1 // java.lang.String format
         0: .line 356
            aload 0 /* this */
            getfield android.text.format.Time.calculator:Landroid/text/format/Time$TimeCalculator;
            aload 0 /* this */
            invokevirtual android.text.format.Time$TimeCalculator.copyFieldsFromTime:(Landroid/text/format/Time;)V
         1: .line 357
            aload 0 /* this */
            getfield android.text.format.Time.calculator:Landroid/text/format/Time$TimeCalculator;
            aload 1 /* format */
            invokevirtual android.text.format.Time$TimeCalculator.format:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String format
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Landroid/text/format/Time;
            0    2     1  format  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      format  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.text.format.Time this
         0: .line 367
            new android.text.format.Time$TimeCalculator
            dup
            aload 0 /* this */
            getfield android.text.format.Time.timezone:Ljava/lang/String;
            invokespecial android.text.format.Time$TimeCalculator.<init>:(Ljava/lang/String;)V
            astore 1 /* calculator */
        start local 1 // android.text.format.Time$TimeCalculator calculator
         1: .line 368
            aload 1 /* calculator */
            aload 0 /* this */
            invokevirtual android.text.format.Time$TimeCalculator.copyFieldsFromTime:(Landroid/text/format/Time;)V
         2: .line 369
            aload 1 /* calculator */
            invokevirtual android.text.format.Time$TimeCalculator.toStringInternal:()Ljava/lang/String;
            areturn
        end local 1 // android.text.format.Time$TimeCalculator calculator
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Landroid/text/format/Time;
            1    3     1  calculator  Landroid/text/format/Time$TimeCalculator;

  public boolean parse(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.text.format.Time this
        start local 1 // java.lang.String s
         0: .line 409
            aload 1 /* s */
            ifnonnull 2
         1: .line 410
            new java.lang.NullPointerException
            dup
            ldc "time string is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 412
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual android.text.format.Time.parseInternal:(Ljava/lang/String;)Z
            ifeq 5
         3: .line 413
            aload 0 /* this */
            ldc "UTC"
            putfield android.text.format.Time.timezone:Ljava/lang/String;
         4: .line 414
            iconst_1
            ireturn
         5: .line 416
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.String s
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/text/format/Time;
            0    6     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  private boolean parseInternal(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // android.text.format.Time this
        start local 1 // java.lang.String s
         0: .line 423
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 2 /* len */
        start local 2 // int len
         1: .line 424
            iload 2 /* len */
            bipush 8
            if_icmpge 5
         2: .line 425
            new android.util.TimeFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "String is too short: \""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* s */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 426
            ldc "\" Expected at least 8 characters."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 425
            invokespecial android.util.TimeFormatException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 429
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 3 /* inUtc */
        start local 3 // boolean inUtc
         6: .line 432
            aload 1 /* s */
            iconst_0
            sipush 1000
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            istore 4 /* n */
        start local 4 // int n
         7: .line 433
            iload 4 /* n */
            aload 1 /* s */
            iconst_1
            bipush 100
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            iadd
            istore 4 /* n */
         8: .line 434
            iload 4 /* n */
            aload 1 /* s */
            iconst_2
            bipush 10
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            iadd
            istore 4 /* n */
         9: .line 435
            iload 4 /* n */
            aload 1 /* s */
            iconst_3
            iconst_1
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            iadd
            istore 4 /* n */
        10: .line 436
            aload 0 /* this */
            iload 4 /* n */
            putfield android.text.format.Time.year:I
        11: .line 439
            aload 1 /* s */
            iconst_4
            bipush 10
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            istore 4 /* n */
        12: .line 440
            iload 4 /* n */
            aload 1 /* s */
            iconst_5
            iconst_1
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            iadd
            istore 4 /* n */
        13: .line 441
            iinc 4 /* n */ -1
        14: .line 442
            aload 0 /* this */
            iload 4 /* n */
            putfield android.text.format.Time.month:I
        15: .line 445
            aload 1 /* s */
            bipush 6
            bipush 10
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            istore 4 /* n */
        16: .line 446
            iload 4 /* n */
            aload 1 /* s */
            bipush 7
            iconst_1
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            iadd
            istore 4 /* n */
        17: .line 447
            aload 0 /* this */
            iload 4 /* n */
            putfield android.text.format.Time.monthDay:I
        18: .line 449
            iload 2 /* len */
            bipush 8
            if_icmple 41
        19: .line 450
            iload 2 /* len */
            bipush 15
            if_icmpge 26
        20: .line 451
            new android.util.TimeFormatException
            dup
        21: .line 452
            new java.lang.StringBuilder
            dup
            ldc "String is too short: \""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* s */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        22: .line 453
            ldc "\" If there are more than 8 characters there must be at least"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        23: .line 454
            ldc " 15."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        24: .line 452
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        25: .line 451
            invokespecial android.util.TimeFormatException.<init>:(Ljava/lang/String;)V
            athrow
        26: .line 456
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            bipush 8
            bipush 84
            invokevirtual android.text.format.Time.checkChar:(Ljava/lang/String;IC)V
        27: .line 457
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.allDay:Z
        28: .line 460
            aload 1 /* s */
            bipush 9
            bipush 10
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            istore 4 /* n */
        29: .line 461
            iload 4 /* n */
            aload 1 /* s */
            bipush 10
            iconst_1
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            iadd
            istore 4 /* n */
        30: .line 462
            aload 0 /* this */
            iload 4 /* n */
            putfield android.text.format.Time.hour:I
        31: .line 465
            aload 1 /* s */
            bipush 11
            bipush 10
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            istore 4 /* n */
        32: .line 466
            iload 4 /* n */
            aload 1 /* s */
            bipush 12
            iconst_1
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            iadd
            istore 4 /* n */
        33: .line 467
            aload 0 /* this */
            iload 4 /* n */
            putfield android.text.format.Time.minute:I
        34: .line 470
            aload 1 /* s */
            bipush 13
            bipush 10
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            istore 4 /* n */
        35: .line 471
            iload 4 /* n */
            aload 1 /* s */
            bipush 14
            iconst_1
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            iadd
            istore 4 /* n */
        36: .line 472
            aload 0 /* this */
            iload 4 /* n */
            putfield android.text.format.Time.second:I
        37: .line 474
            iload 2 /* len */
            bipush 15
            if_icmple 45
        38: .line 476
            aload 0 /* this */
            aload 1 /* s */
            bipush 15
            bipush 90
            invokevirtual android.text.format.Time.checkChar:(Ljava/lang/String;IC)V
        39: .line 477
            iconst_1
            istore 3 /* inUtc */
        40: .line 479
            goto 45
        41: .line 480
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield android.text.format.Time.allDay:Z
        42: .line 481
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.hour:I
        43: .line 482
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.minute:I
        44: .line 483
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.second:I
        45: .line 486
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.weekDay:I
        46: .line 487
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.yearDay:I
        47: .line 488
            aload 0 /* this */
            iconst_m1
            putfield android.text.format.Time.isDst:I
        48: .line 489
            aload 0 /* this */
            lconst_0
            putfield android.text.format.Time.gmtoff:J
        49: .line 490
            iload 3 /* inUtc */
            ireturn
        end local 4 // int n
        end local 3 // boolean inUtc
        end local 2 // int len
        end local 1 // java.lang.String s
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   50     0   this  Landroid/text/format/Time;
            0   50     1      s  Ljava/lang/String;
            1   50     2    len  I
            6   50     3  inUtc  Z
            7   50     4      n  I
    MethodParameters:
      Name  Flags
      s     

  private void checkChar(java.lang.String, int, char);
    descriptor: (Ljava/lang/String;IC)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // android.text.format.Time this
        start local 1 // java.lang.String s
        start local 2 // int spos
        start local 3 // char expected
         0: .line 494
            aload 1 /* s */
            iload 2 /* spos */
            invokevirtual java.lang.String.charAt:(I)C
            istore 4 /* c */
        start local 4 // char c
         1: .line 495
            iload 4 /* c */
            iload 3 /* expected */
            if_icmpeq 6
         2: .line 496
            new android.util.TimeFormatException
            dup
         3: .line 497
            ldc "Unexpected character 0x%02d at pos=%d.  Expected 0x%02d ('%c')."
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
         4: .line 498
            iload 4 /* c */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 2 /* spos */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            iload 3 /* expected */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_3
            iload 3 /* expected */
            invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
            aastore
         5: .line 496
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial android.util.TimeFormatException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 500
      StackMap locals: int
      StackMap stack:
            return
        end local 4 // char c
        end local 3 // char expected
        end local 2 // int spos
        end local 1 // java.lang.String s
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Landroid/text/format/Time;
            0    7     1         s  Ljava/lang/String;
            0    7     2      spos  I
            0    7     3  expected  C
            1    7     4         c  C
    MethodParameters:
          Name  Flags
      s         
      spos      
      expected  

  private static int getChar(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // java.lang.String s
        start local 1 // int spos
        start local 2 // int mul
         0: .line 503
            aload 0 /* s */
            iload 1 /* spos */
            invokevirtual java.lang.String.charAt:(I)C
            istore 3 /* c */
        start local 3 // char c
         1: .line 504
            iload 3 /* c */
            invokestatic java.lang.Character.isDigit:(C)Z
            ifeq 3
         2: .line 505
            iload 3 /* c */
            invokestatic java.lang.Character.getNumericValue:(C)I
            iload 2 /* mul */
            imul
            ireturn
         3: .line 507
      StackMap locals: int
      StackMap stack:
            new android.util.TimeFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Parse error at pos="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* spos */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial android.util.TimeFormatException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // char c
        end local 2 // int mul
        end local 1 // int spos
        end local 0 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     s  Ljava/lang/String;
            0    4     1  spos  I
            0    4     2   mul  I
            1    4     3     c  C
    MethodParameters:
      Name  Flags
      s     
      spos  
      mul   

  public boolean parse3339(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.text.format.Time this
        start local 1 // java.lang.String s
         0: .line 543
            aload 1 /* s */
            ifnonnull 2
         1: .line 544
            new java.lang.NullPointerException
            dup
            ldc "time string is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 546
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual android.text.format.Time.parse3339Internal:(Ljava/lang/String;)Z
            ifeq 5
         3: .line 547
            aload 0 /* this */
            ldc "UTC"
            putfield android.text.format.Time.timezone:Ljava/lang/String;
         4: .line 548
            iconst_1
            ireturn
         5: .line 550
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.String s
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/text/format/Time;
            0    6     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  private boolean parse3339Internal(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=10, args_size=2
        start local 0 // android.text.format.Time this
        start local 1 // java.lang.String s
         0: .line 554
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 2 /* len */
        start local 2 // int len
         1: .line 555
            iload 2 /* len */
            bipush 10
            if_icmpge 3
         2: .line 556
            new android.util.TimeFormatException
            dup
            ldc "String too short --- expected at least 10 characters."
            invokespecial android.util.TimeFormatException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 558
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 3 /* inUtc */
        start local 3 // boolean inUtc
         4: .line 561
            aload 1 /* s */
            iconst_0
            sipush 1000
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            istore 4 /* n */
        start local 4 // int n
         5: .line 562
            iload 4 /* n */
            aload 1 /* s */
            iconst_1
            bipush 100
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            iadd
            istore 4 /* n */
         6: .line 563
            iload 4 /* n */
            aload 1 /* s */
            iconst_2
            bipush 10
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            iadd
            istore 4 /* n */
         7: .line 564
            iload 4 /* n */
            aload 1 /* s */
            iconst_3
            iconst_1
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            iadd
            istore 4 /* n */
         8: .line 565
            aload 0 /* this */
            iload 4 /* n */
            putfield android.text.format.Time.year:I
         9: .line 567
            aload 0 /* this */
            aload 1 /* s */
            iconst_4
            bipush 45
            invokevirtual android.text.format.Time.checkChar:(Ljava/lang/String;IC)V
        10: .line 570
            aload 1 /* s */
            iconst_5
            bipush 10
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            istore 4 /* n */
        11: .line 571
            iload 4 /* n */
            aload 1 /* s */
            bipush 6
            iconst_1
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            iadd
            istore 4 /* n */
        12: .line 572
            iinc 4 /* n */ -1
        13: .line 573
            aload 0 /* this */
            iload 4 /* n */
            putfield android.text.format.Time.month:I
        14: .line 575
            aload 0 /* this */
            aload 1 /* s */
            bipush 7
            bipush 45
            invokevirtual android.text.format.Time.checkChar:(Ljava/lang/String;IC)V
        15: .line 578
            aload 1 /* s */
            bipush 8
            bipush 10
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            istore 4 /* n */
        16: .line 579
            iload 4 /* n */
            aload 1 /* s */
            bipush 9
            iconst_1
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            iadd
            istore 4 /* n */
        17: .line 580
            aload 0 /* this */
            iload 4 /* n */
            putfield android.text.format.Time.monthDay:I
        18: .line 582
            iload 2 /* len */
            bipush 19
            if_icmplt 71
        19: .line 584
            aload 0 /* this */
            aload 1 /* s */
            bipush 10
            bipush 84
            invokevirtual android.text.format.Time.checkChar:(Ljava/lang/String;IC)V
        20: .line 585
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.allDay:Z
        21: .line 588
            aload 1 /* s */
            bipush 11
            bipush 10
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            istore 4 /* n */
        22: .line 589
            iload 4 /* n */
            aload 1 /* s */
            bipush 12
            iconst_1
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            iadd
            istore 4 /* n */
        23: .line 592
            iload 4 /* n */
            istore 5 /* hour */
        start local 5 // int hour
        24: .line 594
            aload 0 /* this */
            aload 1 /* s */
            bipush 13
            bipush 58
            invokevirtual android.text.format.Time.checkChar:(Ljava/lang/String;IC)V
        25: .line 597
            aload 1 /* s */
            bipush 14
            bipush 10
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            istore 4 /* n */
        26: .line 598
            iload 4 /* n */
            aload 1 /* s */
            bipush 15
            iconst_1
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            iadd
            istore 4 /* n */
        27: .line 600
            iload 4 /* n */
            istore 6 /* minute */
        start local 6 // int minute
        28: .line 602
            aload 0 /* this */
            aload 1 /* s */
            bipush 16
            bipush 58
            invokevirtual android.text.format.Time.checkChar:(Ljava/lang/String;IC)V
        29: .line 605
            aload 1 /* s */
            bipush 17
            bipush 10
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            istore 4 /* n */
        30: .line 606
            iload 4 /* n */
            aload 1 /* s */
            bipush 18
            iconst_1
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            iadd
            istore 4 /* n */
        31: .line 607
            aload 0 /* this */
            iload 4 /* n */
            putfield android.text.format.Time.second:I
        32: .line 611
            bipush 19
            istore 7 /* tzIndex */
        start local 7 // int tzIndex
        33: .line 612
            iload 7 /* tzIndex */
            iload 2 /* len */
            if_icmpge 36
            aload 1 /* s */
            iload 7 /* tzIndex */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 46
            if_icmpne 36
        34: .line 614
      StackMap locals: android.text.format.Time java.lang.String int int int int int int
      StackMap stack:
            iinc 7 /* tzIndex */ 1
        35: .line 615
            iload 7 /* tzIndex */
            iload 2 /* len */
            if_icmpge 36
            aload 1 /* s */
            iload 7 /* tzIndex */
            invokevirtual java.lang.String.charAt:(I)C
            invokestatic java.lang.Character.isDigit:(C)Z
            ifne 34
        36: .line 618
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 8 /* offset */
        start local 8 // int offset
        37: .line 619
            iload 2 /* len */
            iload 7 /* tzIndex */
            if_icmple 66
        38: .line 620
            aload 1 /* s */
            iload 7 /* tzIndex */
            invokevirtual java.lang.String.charAt:(I)C
            istore 9 /* c */
        start local 9 // char c
        39: .line 623
            iload 9 /* c */
            lookupswitch { // 3
                   43: 44
                   45: 42
                   90: 40
              default: 46
          }
        40: .line 626
      StackMap locals: int int
      StackMap stack:
            iconst_0
            istore 8 /* offset */
        41: .line 627
            goto 50
        42: .line 629
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 8 /* offset */
        43: .line 630
            goto 50
        44: .line 632
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 8 /* offset */
        45: .line 633
            goto 50
        46: .line 635
      StackMap locals:
      StackMap stack:
            new android.util.TimeFormatException
            dup
        47: .line 636
            ldc "Unexpected character 0x%02d at position %d.  Expected + or -"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
        48: .line 637
            iload 9 /* c */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 7 /* tzIndex */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
        49: .line 635
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial android.util.TimeFormatException.<init>:(Ljava/lang/String;)V
            athrow
        50: .line 639
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 3 /* inUtc */
        51: .line 641
            iload 8 /* offset */
            ifeq 66
        52: .line 642
            iload 2 /* len */
            iload 7 /* tzIndex */
            bipush 6
            iadd
            if_icmpge 58
        53: .line 643
            new android.util.TimeFormatException
            dup
        54: .line 644
            ldc "Unexpected length; should be %d characters"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        55: .line 645
            iload 7 /* tzIndex */
            bipush 6
            iadd
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
        56: .line 644
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        57: .line 643
            invokespecial android.util.TimeFormatException.<init>:(Ljava/lang/String;)V
            athrow
        58: .line 649
      StackMap locals:
      StackMap stack:
            aload 1 /* s */
            iload 7 /* tzIndex */
            iconst_1
            iadd
            bipush 10
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            istore 4 /* n */
        59: .line 650
            iload 4 /* n */
            aload 1 /* s */
            iload 7 /* tzIndex */
            iconst_2
            iadd
            iconst_1
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            iadd
            istore 4 /* n */
        60: .line 651
            iload 4 /* n */
            iload 8 /* offset */
            imul
            istore 4 /* n */
        61: .line 652
            iload 5 /* hour */
            iload 4 /* n */
            iadd
            istore 5 /* hour */
        62: .line 655
            aload 1 /* s */
            iload 7 /* tzIndex */
            iconst_4
            iadd
            bipush 10
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            istore 4 /* n */
        63: .line 656
            iload 4 /* n */
            aload 1 /* s */
            iload 7 /* tzIndex */
            iconst_5
            iadd
            iconst_1
            invokestatic android.text.format.Time.getChar:(Ljava/lang/String;II)I
            iadd
            istore 4 /* n */
        64: .line 657
            iload 4 /* n */
            iload 8 /* offset */
            imul
            istore 4 /* n */
        65: .line 658
            iload 6 /* minute */
            iload 4 /* n */
            iadd
            istore 6 /* minute */
        end local 9 // char c
        66: .line 661
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* hour */
            putfield android.text.format.Time.hour:I
        67: .line 662
            aload 0 /* this */
            iload 6 /* minute */
            putfield android.text.format.Time.minute:I
        68: .line 664
            iload 8 /* offset */
            ifeq 75
        69: .line 665
            aload 0 /* this */
            iconst_0
            invokevirtual android.text.format.Time.normalize:(Z)J
            pop2
        end local 8 // int offset
        end local 7 // int tzIndex
        end local 6 // int minute
        end local 5 // int hour
        70: .line 667
            goto 75
        71: .line 668
      StackMap locals: android.text.format.Time java.lang.String int int int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield android.text.format.Time.allDay:Z
        72: .line 669
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.hour:I
        73: .line 670
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.minute:I
        74: .line 671
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.second:I
        75: .line 674
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.weekDay:I
        76: .line 675
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.yearDay:I
        77: .line 676
            aload 0 /* this */
            iconst_m1
            putfield android.text.format.Time.isDst:I
        78: .line 677
            aload 0 /* this */
            lconst_0
            putfield android.text.format.Time.gmtoff:J
        79: .line 678
            iload 3 /* inUtc */
            ireturn
        end local 4 // int n
        end local 3 // boolean inUtc
        end local 2 // int len
        end local 1 // java.lang.String s
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   80     0     this  Landroid/text/format/Time;
            0   80     1        s  Ljava/lang/String;
            1   80     2      len  I
            4   80     3    inUtc  Z
            5   80     4        n  I
           24   70     5     hour  I
           28   70     6   minute  I
           33   70     7  tzIndex  I
           37   70     8   offset  I
           39   66     9        c  C
    MethodParameters:
      Name  Flags
      s     

  public static java.lang.String getCurrentTimezone();
    descriptor: ()Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 685
            invokestatic java.util.TimeZone.getDefault:()Ljava/util/TimeZone;
            invokevirtual java.util.TimeZone.getID:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void setToNow();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.text.format.Time this
         0: .line 692
            aload 0 /* this */
            invokestatic java.lang.System.currentTimeMillis:()J
            invokevirtual android.text.format.Time.set:(J)V
         1: .line 693
            return
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/text/format/Time;

  public long toMillis(boolean);
    descriptor: (Z)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.text.format.Time this
        start local 1 // boolean ignoreDst
         0: .line 751
            aload 0 /* this */
            getfield android.text.format.Time.calculator:Landroid/text/format/Time$TimeCalculator;
            aload 0 /* this */
            invokevirtual android.text.format.Time$TimeCalculator.copyFieldsFromTime:(Landroid/text/format/Time;)V
         1: .line 752
            aload 0 /* this */
            getfield android.text.format.Time.calculator:Landroid/text/format/Time$TimeCalculator;
            iload 1 /* ignoreDst */
            invokevirtual android.text.format.Time$TimeCalculator.toMillis:(Z)J
            lreturn
        end local 1 // boolean ignoreDst
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Landroid/text/format/Time;
            0    2     1  ignoreDst  Z
    MethodParameters:
           Name  Flags
      ignoreDst  

  public void set(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.text.format.Time this
        start local 1 // long millis
         0: .line 763
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.allDay:Z
         1: .line 764
            aload 0 /* this */
            getfield android.text.format.Time.calculator:Landroid/text/format/Time$TimeCalculator;
            aload 0 /* this */
            getfield android.text.format.Time.timezone:Ljava/lang/String;
            putfield android.text.format.Time$TimeCalculator.timezone:Ljava/lang/String;
         2: .line 765
            aload 0 /* this */
            getfield android.text.format.Time.calculator:Landroid/text/format/Time$TimeCalculator;
            lload 1 /* millis */
            invokevirtual android.text.format.Time$TimeCalculator.setTimeInMillis:(J)V
         3: .line 766
            aload 0 /* this */
            getfield android.text.format.Time.calculator:Landroid/text/format/Time$TimeCalculator;
            aload 0 /* this */
            invokevirtual android.text.format.Time$TimeCalculator.copyFieldsToTime:(Landroid/text/format/Time;)V
         4: .line 767
            return
        end local 1 // long millis
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Landroid/text/format/Time;
            0    5     1  millis  J
    MethodParameters:
        Name  Flags
      millis  

  public java.lang.String format2445();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.text.format.Time this
         0: .line 776
            aload 0 /* this */
            getfield android.text.format.Time.calculator:Landroid/text/format/Time$TimeCalculator;
            aload 0 /* this */
            invokevirtual android.text.format.Time$TimeCalculator.copyFieldsFromTime:(Landroid/text/format/Time;)V
         1: .line 777
            aload 0 /* this */
            getfield android.text.format.Time.calculator:Landroid/text/format/Time$TimeCalculator;
            aload 0 /* this */
            getfield android.text.format.Time.allDay:Z
            ifeq 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack: android.text.format.Time$TimeCalculator
         2: iconst_1
      StackMap locals: android.text.format.Time
      StackMap stack: android.text.format.Time$TimeCalculator int
         3: invokevirtual android.text.format.Time$TimeCalculator.format2445:(Z)Ljava/lang/String;
            areturn
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/text/format/Time;

  public void set(android.text.format.Time);
    descriptor: (Landroid/text/format/Time;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.text.format.Time this
        start local 1 // android.text.format.Time that
         0: .line 784
            aload 0 /* this */
            aload 1 /* that */
            getfield android.text.format.Time.timezone:Ljava/lang/String;
            putfield android.text.format.Time.timezone:Ljava/lang/String;
         1: .line 785
            aload 0 /* this */
            aload 1 /* that */
            getfield android.text.format.Time.allDay:Z
            putfield android.text.format.Time.allDay:Z
         2: .line 786
            aload 0 /* this */
            aload 1 /* that */
            getfield android.text.format.Time.second:I
            putfield android.text.format.Time.second:I
         3: .line 787
            aload 0 /* this */
            aload 1 /* that */
            getfield android.text.format.Time.minute:I
            putfield android.text.format.Time.minute:I
         4: .line 788
            aload 0 /* this */
            aload 1 /* that */
            getfield android.text.format.Time.hour:I
            putfield android.text.format.Time.hour:I
         5: .line 789
            aload 0 /* this */
            aload 1 /* that */
            getfield android.text.format.Time.monthDay:I
            putfield android.text.format.Time.monthDay:I
         6: .line 790
            aload 0 /* this */
            aload 1 /* that */
            getfield android.text.format.Time.month:I
            putfield android.text.format.Time.month:I
         7: .line 791
            aload 0 /* this */
            aload 1 /* that */
            getfield android.text.format.Time.year:I
            putfield android.text.format.Time.year:I
         8: .line 792
            aload 0 /* this */
            aload 1 /* that */
            getfield android.text.format.Time.weekDay:I
            putfield android.text.format.Time.weekDay:I
         9: .line 793
            aload 0 /* this */
            aload 1 /* that */
            getfield android.text.format.Time.yearDay:I
            putfield android.text.format.Time.yearDay:I
        10: .line 794
            aload 0 /* this */
            aload 1 /* that */
            getfield android.text.format.Time.isDst:I
            putfield android.text.format.Time.isDst:I
        11: .line 795
            aload 0 /* this */
            aload 1 /* that */
            getfield android.text.format.Time.gmtoff:J
            putfield android.text.format.Time.gmtoff:J
        12: .line 796
            return
        end local 1 // android.text.format.Time that
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Landroid/text/format/Time;
            0   13     1  that  Landroid/text/format/Time;
    MethodParameters:
      Name  Flags
      that  

  public void set(int, int, int, int, int, int);
    descriptor: (IIIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // android.text.format.Time this
        start local 1 // int second
        start local 2 // int minute
        start local 3 // int hour
        start local 4 // int monthDay
        start local 5 // int month
        start local 6 // int year
         0: .line 803
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.allDay:Z
         1: .line 804
            aload 0 /* this */
            iload 1 /* second */
            putfield android.text.format.Time.second:I
         2: .line 805
            aload 0 /* this */
            iload 2 /* minute */
            putfield android.text.format.Time.minute:I
         3: .line 806
            aload 0 /* this */
            iload 3 /* hour */
            putfield android.text.format.Time.hour:I
         4: .line 807
            aload 0 /* this */
            iload 4 /* monthDay */
            putfield android.text.format.Time.monthDay:I
         5: .line 808
            aload 0 /* this */
            iload 5 /* month */
            putfield android.text.format.Time.month:I
         6: .line 809
            aload 0 /* this */
            iload 6 /* year */
            putfield android.text.format.Time.year:I
         7: .line 810
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.weekDay:I
         8: .line 811
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.yearDay:I
         9: .line 812
            aload 0 /* this */
            iconst_m1
            putfield android.text.format.Time.isDst:I
        10: .line 813
            aload 0 /* this */
            lconst_0
            putfield android.text.format.Time.gmtoff:J
        11: .line 814
            return
        end local 6 // int year
        end local 5 // int month
        end local 4 // int monthDay
        end local 3 // int hour
        end local 2 // int minute
        end local 1 // int second
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Landroid/text/format/Time;
            0   12     1    second  I
            0   12     2    minute  I
            0   12     3      hour  I
            0   12     4  monthDay  I
            0   12     5     month  I
            0   12     6      year  I
    MethodParameters:
          Name  Flags
      second    
      minute    
      hour      
      monthDay  
      month     
      year      

  public void set(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.text.format.Time this
        start local 1 // int monthDay
        start local 2 // int month
        start local 3 // int year
         0: .line 826
            aload 0 /* this */
            iconst_1
            putfield android.text.format.Time.allDay:Z
         1: .line 827
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.second:I
         2: .line 828
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.minute:I
         3: .line 829
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.hour:I
         4: .line 830
            aload 0 /* this */
            iload 1 /* monthDay */
            putfield android.text.format.Time.monthDay:I
         5: .line 831
            aload 0 /* this */
            iload 2 /* month */
            putfield android.text.format.Time.month:I
         6: .line 832
            aload 0 /* this */
            iload 3 /* year */
            putfield android.text.format.Time.year:I
         7: .line 833
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.weekDay:I
         8: .line 834
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.yearDay:I
         9: .line 835
            aload 0 /* this */
            iconst_m1
            putfield android.text.format.Time.isDst:I
        10: .line 836
            aload 0 /* this */
            lconst_0
            putfield android.text.format.Time.gmtoff:J
        11: .line 837
            return
        end local 3 // int year
        end local 2 // int month
        end local 1 // int monthDay
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Landroid/text/format/Time;
            0   12     1  monthDay  I
            0   12     2     month  I
            0   12     3      year  I
    MethodParameters:
          Name  Flags
      monthDay  
      month     
      year      

  public boolean before(android.text.format.Time);
    descriptor: (Landroid/text/format/Time;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.text.format.Time this
        start local 1 // android.text.format.Time that
         0: .line 851
            aload 0 /* this */
            aload 1 /* that */
            invokestatic android.text.format.Time.compare:(Landroid/text/format/Time;Landroid/text/format/Time;)I
            ifge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // android.text.format.Time that
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/text/format/Time;
            0    2     1  that  Landroid/text/format/Time;
    MethodParameters:
      Name  Flags
      that  

  public boolean after(android.text.format.Time);
    descriptor: (Landroid/text/format/Time;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.text.format.Time this
        start local 1 // android.text.format.Time that
         0: .line 867
            aload 0 /* this */
            aload 1 /* that */
            invokestatic android.text.format.Time.compare:(Landroid/text/format/Time;Landroid/text/format/Time;)I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // android.text.format.Time that
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/text/format/Time;
            0    2     1  that  Landroid/text/format/Time;
    MethodParameters:
      Name  Flags
      that  

  public int getWeekNumber();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // android.text.format.Time this
         0: .line 899
            aload 0 /* this */
            getfield android.text.format.Time.yearDay:I
            getstatic android.text.format.Time.sThursdayOffset:[I
            aload 0 /* this */
            getfield android.text.format.Time.weekDay:I
            iaload
            iadd
            istore 1 /* closestThursday */
        start local 1 // int closestThursday
         1: .line 902
            iload 1 /* closestThursday */
            iflt 3
            iload 1 /* closestThursday */
            sipush 364
            if_icmpgt 3
         2: .line 903
            iload 1 /* closestThursday */
            bipush 7
            idiv
            iconst_1
            iadd
            ireturn
         3: .line 907
      StackMap locals: int
      StackMap stack:
            new android.text.format.Time
            dup
            aload 0 /* this */
            invokespecial android.text.format.Time.<init>:(Landroid/text/format/Time;)V
            astore 2 /* temp */
        start local 2 // android.text.format.Time temp
         4: .line 908
            aload 2 /* temp */
            dup
            getfield android.text.format.Time.monthDay:I
            getstatic android.text.format.Time.sThursdayOffset:[I
            aload 0 /* this */
            getfield android.text.format.Time.weekDay:I
            iaload
            iadd
            putfield android.text.format.Time.monthDay:I
         5: .line 909
            aload 2 /* temp */
            iconst_1
            invokevirtual android.text.format.Time.normalize:(Z)J
            pop2
         6: .line 910
            aload 2 /* temp */
            getfield android.text.format.Time.yearDay:I
            bipush 7
            idiv
            iconst_1
            iadd
            ireturn
        end local 2 // android.text.format.Time temp
        end local 1 // int closestThursday
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Landroid/text/format/Time;
            1    7     1  closestThursday  I
            4    7     2             temp  Landroid/text/format/Time;

  public java.lang.String format3339(boolean);
    descriptor: (Z)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // android.text.format.Time this
        start local 1 // boolean allDay
         0: .line 924
            iload 1 /* allDay */
            ifeq 2
         1: .line 925
            aload 0 /* this */
            ldc "%Y-%m-%d"
            invokevirtual android.text.format.Time.format:(Ljava/lang/String;)Ljava/lang/String;
            areturn
         2: .line 926
      StackMap locals:
      StackMap stack:
            ldc "UTC"
            aload 0 /* this */
            getfield android.text.format.Time.timezone:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 927
            aload 0 /* this */
            ldc "%Y-%m-%dT%H:%M:%S.000Z"
            invokevirtual android.text.format.Time.format:(Ljava/lang/String;)Ljava/lang/String;
            areturn
         4: .line 929
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "%Y-%m-%dT%H:%M:%S.000"
            invokevirtual android.text.format.Time.format:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* base */
        start local 2 // java.lang.String base
         5: .line 930
            aload 0 /* this */
            getfield android.text.format.Time.gmtoff:J
            lconst_0
            lcmp
            ifge 6
            ldc "-"
            goto 7
      StackMap locals: java.lang.String
      StackMap stack:
         6: ldc "+"
      StackMap locals:
      StackMap stack: java.lang.String
         7: astore 3 /* sign */
        start local 3 // java.lang.String sign
         8: .line 931
            aload 0 /* this */
            getfield android.text.format.Time.gmtoff:J
            invokestatic java.lang.Math.abs:(J)J
            l2i
            istore 4 /* offset */
        start local 4 // int offset
         9: .line 932
            iload 4 /* offset */
            sipush 3600
            irem
            bipush 60
            idiv
            istore 5 /* minutes */
        start local 5 // int minutes
        10: .line 933
            iload 4 /* offset */
            sipush 3600
            idiv
            istore 6 /* hours */
        start local 6 // int hours
        11: .line 935
            getstatic java.util.Locale.US:Ljava/util/Locale;
            ldc "%s%s%02d:%02d"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* base */
            aastore
            dup
            iconst_1
            aload 3 /* sign */
            aastore
            dup
            iconst_2
            iload 6 /* hours */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_3
            iload 5 /* minutes */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic java.lang.String.format:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 6 // int hours
        end local 5 // int minutes
        end local 4 // int offset
        end local 3 // java.lang.String sign
        end local 2 // java.lang.String base
        end local 1 // boolean allDay
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Landroid/text/format/Time;
            0   12     1   allDay  Z
            5   12     2     base  Ljava/lang/String;
            8   12     3     sign  Ljava/lang/String;
            9   12     4   offset  I
           10   12     5  minutes  I
           11   12     6    hours  I
    MethodParameters:
        Name  Flags
      allDay  

  public static boolean isEpoch(android.text.format.Time);
    descriptor: (Landroid/text/format/Time;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // android.text.format.Time time
         0: .line 951
            aload 0 /* time */
            iconst_1
            invokevirtual android.text.format.Time.toMillis:(Z)J
            lstore 1 /* millis */
        start local 1 // long millis
         1: .line 952
            lload 1 /* millis */
            lconst_0
            invokestatic android.text.format.Time.getJulianDay:(JJ)I
            ldc 2440588
            if_icmpne 2
            iconst_1
            ireturn
      StackMap locals: long
      StackMap stack:
         2: iconst_0
            ireturn
        end local 1 // long millis
        end local 0 // android.text.format.Time time
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    time  Landroid/text/format/Time;
            1    3     1  millis  J
    MethodParameters:
      Name  Flags
      time  

  public static int getJulianDay(long, long);
    descriptor: (JJ)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // long millis
        start local 2 // long gmtoff
         0: .line 974
            lload 2 /* gmtoff */
            ldc 1000
            lmul
            lstore 4 /* offsetMillis */
        start local 4 // long offsetMillis
         1: .line 975
            lload 0 /* millis */
            lload 4 /* offsetMillis */
            ladd
            ldc 86400000
            ldiv
            lstore 6 /* julianDay */
        start local 6 // long julianDay
         2: .line 976
            lload 6 /* julianDay */
            l2i
            ldc 2440588
            iadd
            ireturn
        end local 6 // long julianDay
        end local 4 // long offsetMillis
        end local 2 // long gmtoff
        end local 0 // long millis
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0        millis  J
            0    3     2        gmtoff  J
            1    3     4  offsetMillis  J
            2    3     6     julianDay  J
    MethodParameters:
        Name  Flags
      millis  
      gmtoff  

  public long setJulianDay(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // android.text.format.Time this
        start local 1 // int julianDay
         0: .line 1003
            iload 1 /* julianDay */
            ldc 2440588
            isub
            i2l
            ldc 86400000
            lmul
            lstore 2 /* millis */
        start local 2 // long millis
         1: .line 1004
            aload 0 /* this */
            lload 2 /* millis */
            invokevirtual android.text.format.Time.set:(J)V
         2: .line 1008
            lload 2 /* millis */
            aload 0 /* this */
            getfield android.text.format.Time.gmtoff:J
            invokestatic android.text.format.Time.getJulianDay:(JJ)I
            istore 4 /* approximateDay */
        start local 4 // int approximateDay
         3: .line 1009
            iload 1 /* julianDay */
            iload 4 /* approximateDay */
            isub
            istore 5 /* diff */
        start local 5 // int diff
         4: .line 1010
            aload 0 /* this */
            dup
            getfield android.text.format.Time.monthDay:I
            iload 5 /* diff */
            iadd
            putfield android.text.format.Time.monthDay:I
         5: .line 1013
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.hour:I
         6: .line 1014
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.minute:I
         7: .line 1015
            aload 0 /* this */
            iconst_0
            putfield android.text.format.Time.second:I
         8: .line 1016
            aload 0 /* this */
            iconst_1
            invokevirtual android.text.format.Time.normalize:(Z)J
            lstore 2 /* millis */
         9: .line 1017
            lload 2 /* millis */
            lreturn
        end local 5 // int diff
        end local 4 // int approximateDay
        end local 2 // long millis
        end local 1 // int julianDay
        end local 0 // android.text.format.Time this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Landroid/text/format/Time;
            0   10     1       julianDay  I
            1   10     2          millis  J
            3   10     4  approximateDay  I
            4   10     5            diff  I
    MethodParameters:
           Name  Flags
      julianDay  

  public static int getWeeksSinceEpochFromJulianDay(int, int);
    descriptor: (II)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // int julianDay
        start local 1 // int firstDayOfWeek
         0: .line 1033
            iconst_4
            iload 1 /* firstDayOfWeek */
            isub
            istore 2 /* diff */
        start local 2 // int diff
         1: .line 1034
            iload 2 /* diff */
            ifge 3
         2: .line 1035
            iinc 2 /* diff */ 7
         3: .line 1037
      StackMap locals: int
      StackMap stack:
            ldc 2440588
            iload 2 /* diff */
            isub
            istore 3 /* refDay */
        start local 3 // int refDay
         4: .line 1038
            iload 0 /* julianDay */
            iload 3 /* refDay */
            isub
            bipush 7
            idiv
            ireturn
        end local 3 // int refDay
        end local 2 // int diff
        end local 1 // int firstDayOfWeek
        end local 0 // int julianDay
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0       julianDay  I
            0    5     1  firstDayOfWeek  I
            1    5     2            diff  I
            4    5     3          refDay  I
    MethodParameters:
                Name  Flags
      julianDay       
      firstDayOfWeek  

  public static int getJulianMondayFromWeeksSinceEpoch(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int week
         0: .line 1052
            ldc 2440585
            iload 0 /* week */
            bipush 7
            imul
            iadd
            ireturn
        end local 0 // int week
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  week  I
    MethodParameters:
      Name  Flags
      week  
}
SourceFile: "Time.java"
NestMembers:
  android.text.format.Time$TimeCalculator
InnerClasses:
  private TimeCalculator = android.text.format.Time$TimeCalculator of android.text.format.Time
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()