public class android.widget.DateTimeView extends android.widget.TextView
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.widget.DateTimeView
  super_class: android.widget.TextView
{
  private static final int SHOW_TIME;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int SHOW_MONTH_DAY_YEAR;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  java.util.Date mTime;
    descriptor: Ljava/util/Date;
    flags: (0x0000) 

  long mTimeMillis;
    descriptor: J
    flags: (0x0000) 

  int mLastDisplay;
    descriptor: I
    flags: (0x0000) 

  java.text.DateFormat mLastFormat;
    descriptor: Ljava/text/DateFormat;
    flags: (0x0000) 

  private long mUpdateTimeMillis;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private static final java.lang.ThreadLocal<android.widget.DateTimeView$ReceiverInfo> sReceiverInfo;
    descriptor: Ljava/lang/ThreadLocal;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/ThreadLocal<Landroid/widget/DateTimeView$ReceiverInfo;>;

  private java.lang.String mNowText;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private boolean mShowRelativeTime;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 71
            new java.lang.ThreadLocal
            dup
            invokespecial java.lang.ThreadLocal.<init>:()V
            putstatic android.widget.DateTimeView.sReceiverInfo:Ljava/lang/ThreadLocal;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(android.content.Context);
    descriptor: (Landroid/content/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.DateTimeView this
        start local 1 // android.content.Context context
         0: .line 76
            aload 0 /* this */
            aload 1 /* context */
            aconst_null
            invokespecial android.widget.DateTimeView.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;)V
         1: .line 77
            return
        end local 1 // android.content.Context context
        end local 0 // android.widget.DateTimeView this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/widget/DateTimeView;
            0    2     1  context  Landroid/content/Context;
    MethodParameters:
         Name  Flags
      context  

  public void <init>(android.content.Context, android.util.AttributeSet);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.DateTimeView this
         0: .line 33
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.icu cannot be resolved\n\tThe import com.android.internal.R cannot be resolved\n\tcom.android.internal.R.styleable cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved\n\tlibcore cannot be resolved\n\tCalendar cannot be resolved to a variable\n\tCalendar cannot be resolved to a variable\n\tCalendar cannot be resolved to a variable\n\tCalendar cannot be resolved to a variable\n\tCalendar cannot be resolved to a variable\n\tcom.android.internal.R.string cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.DateTimeView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DateTimeView;
    MethodParameters:
         Name  Flags
      context  
      attrs    

  protected void onAttachedToWindow();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.widget.DateTimeView this
         0: .line 100
            aload 0 /* this */
            invokespecial android.widget.TextView.onAttachedToWindow:()V
         1: .line 101
            getstatic android.widget.DateTimeView.sReceiverInfo:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.get:()Ljava/lang/Object;
            checkcast android.widget.DateTimeView$ReceiverInfo
            astore 1 /* ri */
        start local 1 // android.widget.DateTimeView$ReceiverInfo ri
         2: .line 102
            aload 1 /* ri */
            ifnonnull 5
         3: .line 103
            new android.widget.DateTimeView$ReceiverInfo
            dup
            invokespecial android.widget.DateTimeView$ReceiverInfo.<init>:()V
            astore 1 /* ri */
         4: .line 104
            getstatic android.widget.DateTimeView.sReceiverInfo:Ljava/lang/ThreadLocal;
            aload 1 /* ri */
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
         5: .line 106
      StackMap locals: android.widget.DateTimeView$ReceiverInfo
      StackMap stack:
            aload 1 /* ri */
            aload 0 /* this */
            invokevirtual android.widget.DateTimeView$ReceiverInfo.addView:(Landroid/widget/DateTimeView;)V
         6: .line 112
            aload 0 /* this */
            getfield android.widget.DateTimeView.mShowRelativeTime:Z
            ifeq 8
         7: .line 113
            aload 0 /* this */
            invokevirtual android.widget.DateTimeView.update:()V
         8: .line 115
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.widget.DateTimeView$ReceiverInfo ri
        end local 0 // android.widget.DateTimeView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Landroid/widget/DateTimeView;
            2    9     1    ri  Landroid/widget/DateTimeView$ReceiverInfo;

  protected void onDetachedFromWindow();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.widget.DateTimeView this
         0: .line 119
            aload 0 /* this */
            invokespecial android.widget.TextView.onDetachedFromWindow:()V
         1: .line 120
            getstatic android.widget.DateTimeView.sReceiverInfo:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.get:()Ljava/lang/Object;
            checkcast android.widget.DateTimeView$ReceiverInfo
            astore 1 /* ri */
        start local 1 // android.widget.DateTimeView$ReceiverInfo ri
         2: .line 121
            aload 1 /* ri */
            ifnull 4
         3: .line 122
            aload 1 /* ri */
            aload 0 /* this */
            invokevirtual android.widget.DateTimeView$ReceiverInfo.removeView:(Landroid/widget/DateTimeView;)V
         4: .line 124
      StackMap locals: android.widget.DateTimeView$ReceiverInfo
      StackMap stack:
            return
        end local 1 // android.widget.DateTimeView$ReceiverInfo ri
        end local 0 // android.widget.DateTimeView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/widget/DateTimeView;
            2    5     1    ri  Landroid/widget/DateTimeView$ReceiverInfo;

  public void setTime(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=4, args_size=2
        start local 0 // android.widget.DateTimeView this
        start local 1 // long time
         0: .line 128
            new android.text.format.Time
            dup
            invokespecial android.text.format.Time.<init>:()V
            astore 3 /* t */
        start local 3 // android.text.format.Time t
         1: .line 129
            aload 3 /* t */
            lload 1 /* time */
            invokevirtual android.text.format.Time.set:(J)V
         2: .line 130
            aload 0 /* this */
            aload 3 /* t */
            iconst_0
            invokevirtual android.text.format.Time.toMillis:(Z)J
            putfield android.widget.DateTimeView.mTimeMillis:J
         3: .line 131
            aload 0 /* this */
            new java.util.Date
            dup
            aload 3 /* t */
            getfield android.text.format.Time.year:I
            sipush 1900
            isub
            aload 3 /* t */
            getfield android.text.format.Time.month:I
            aload 3 /* t */
            getfield android.text.format.Time.monthDay:I
            aload 3 /* t */
            getfield android.text.format.Time.hour:I
            aload 3 /* t */
            getfield android.text.format.Time.minute:I
            iconst_0
            invokespecial java.util.Date.<init>:(IIIIII)V
            putfield android.widget.DateTimeView.mTime:Ljava/util/Date;
         4: .line 132
            aload 0 /* this */
            invokevirtual android.widget.DateTimeView.update:()V
         5: .line 133
            return
        end local 3 // android.text.format.Time t
        end local 1 // long time
        end local 0 // android.widget.DateTimeView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/widget/DateTimeView;
            0    6     1  time  J
            1    6     3     t  Landroid/text/format/Time;
    RuntimeVisibleAnnotations: 
      android.view.RemotableViewMethod()
    MethodParameters:
      Name  Flags
      time  

  public void setShowRelativeTime(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.DateTimeView this
        start local 1 // boolean showRelativeTime
         0: .line 137
            aload 0 /* this */
            iload 1 /* showRelativeTime */
            putfield android.widget.DateTimeView.mShowRelativeTime:Z
         1: .line 138
            aload 0 /* this */
            invokevirtual android.widget.DateTimeView.updateNowText:()V
         2: .line 139
            aload 0 /* this */
            invokevirtual android.widget.DateTimeView.update:()V
         3: .line 140
            return
        end local 1 // boolean showRelativeTime
        end local 0 // android.widget.DateTimeView this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Landroid/widget/DateTimeView;
            0    4     1  showRelativeTime  Z
    RuntimeVisibleAnnotations: 
      android.view.RemotableViewMethod()
    MethodParameters:
                  Name  Flags
      showRelativeTime  

  public void setVisibility(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.widget.DateTimeView this
        start local 1 // int visibility
         0: .line 145
            iload 1 /* visibility */
            bipush 8
            if_icmpeq 1
            aload 0 /* this */
            invokevirtual android.widget.DateTimeView.getVisibility:()I
            bipush 8
            if_icmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* gotVisible */
        start local 2 // boolean gotVisible
         3: .line 146
            aload 0 /* this */
            iload 1 /* visibility */
            invokespecial android.widget.TextView.setVisibility:(I)V
         4: .line 147
            iload 2 /* gotVisible */
            ifeq 6
         5: .line 148
            aload 0 /* this */
            invokevirtual android.widget.DateTimeView.update:()V
         6: .line 150
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // boolean gotVisible
        end local 1 // int visibility
        end local 0 // android.widget.DateTimeView this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Landroid/widget/DateTimeView;
            0    7     1  visibility  I
            3    7     2  gotVisible  Z
    RuntimeVisibleAnnotations: 
      android.view.RemotableViewMethod()
    MethodParameters:
            Name  Flags
      visibility  

  void update();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=15, args_size=1
        start local 0 // android.widget.DateTimeView this
         0: .line 153
            aload 0 /* this */
            getfield android.widget.DateTimeView.mTime:Ljava/util/Date;
            ifnull 1
            aload 0 /* this */
            invokevirtual android.widget.DateTimeView.getVisibility:()I
            bipush 8
            if_icmpne 2
         1: .line 154
      StackMap locals:
      StackMap stack:
            return
         2: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.DateTimeView.mShowRelativeTime:Z
            ifeq 5
         3: .line 157
            aload 0 /* this */
            invokevirtual android.widget.DateTimeView.updateRelativeTime:()V
         4: .line 158
            return
         5: .line 164
      StackMap locals:
      StackMap stack:
            new android.text.format.Time
            dup
            invokespecial android.text.format.Time.<init>:()V
            astore 2 /* t */
        start local 2 // android.text.format.Time t
         6: .line 165
            aload 2 /* t */
            aload 0 /* this */
            getfield android.widget.DateTimeView.mTimeMillis:J
            invokevirtual android.text.format.Time.set:(J)V
         7: .line 166
            aload 2 /* t */
            iconst_0
            putfield android.text.format.Time.second:I
         8: .line 168
            aload 2 /* t */
            dup
            getfield android.text.format.Time.hour:I
            bipush 12
            isub
            putfield android.text.format.Time.hour:I
         9: .line 169
            aload 2 /* t */
            iconst_0
            invokevirtual android.text.format.Time.toMillis:(Z)J
            lstore 3 /* twelveHoursBefore */
        start local 3 // long twelveHoursBefore
        10: .line 170
            aload 2 /* t */
            dup
            getfield android.text.format.Time.hour:I
            bipush 12
            iadd
            putfield android.text.format.Time.hour:I
        11: .line 171
            aload 2 /* t */
            iconst_0
            invokevirtual android.text.format.Time.toMillis:(Z)J
            lstore 5 /* twelveHoursAfter */
        start local 5 // long twelveHoursAfter
        12: .line 172
            aload 2 /* t */
            iconst_0
            putfield android.text.format.Time.hour:I
        13: .line 173
            aload 2 /* t */
            iconst_0
            putfield android.text.format.Time.minute:I
        14: .line 174
            aload 2 /* t */
            iconst_0
            invokevirtual android.text.format.Time.toMillis:(Z)J
            lstore 7 /* midnightBefore */
        start local 7 // long midnightBefore
        15: .line 175
            aload 2 /* t */
            dup
            getfield android.text.format.Time.monthDay:I
            iconst_1
            iadd
            putfield android.text.format.Time.monthDay:I
        16: .line 176
            aload 2 /* t */
            iconst_0
            invokevirtual android.text.format.Time.toMillis:(Z)J
            lstore 9 /* midnightAfter */
        start local 9 // long midnightAfter
        17: .line 178
            invokestatic java.lang.System.currentTimeMillis:()J
            lstore 11 /* nowMillis */
        start local 11 // long nowMillis
        18: .line 179
            aload 2 /* t */
            lload 11 /* nowMillis */
            invokevirtual android.text.format.Time.set:(J)V
        19: .line 180
            aload 2 /* t */
            iconst_0
            putfield android.text.format.Time.second:I
        20: .line 181
            aload 2 /* t */
            iconst_0
            invokevirtual android.text.format.Time.normalize:(Z)J
            lstore 11 /* nowMillis */
        21: .line 185
            lload 11 /* nowMillis */
            lload 7 /* midnightBefore */
            lcmp
            iflt 22
            lload 11 /* nowMillis */
            lload 9 /* midnightAfter */
            lcmp
            iflt 23
        22: .line 186
      StackMap locals: android.widget.DateTimeView top android.text.format.Time long long long long long
      StackMap stack:
            lload 11 /* nowMillis */
            lload 3 /* twelveHoursBefore */
            lcmp
            iflt 25
            lload 11 /* nowMillis */
            lload 5 /* twelveHoursAfter */
            lcmp
            ifge 25
        23: .line 187
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* display */
        start local 1 // int display
        24: .line 188
            goto 26
        end local 1 // int display
        25: .line 191
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 1 /* display */
        start local 1 // int display
        26: .line 197
      StackMap locals: android.widget.DateTimeView int android.text.format.Time long long long long long
      StackMap stack:
            iload 1 /* display */
            aload 0 /* this */
            getfield android.widget.DateTimeView.mLastDisplay:I
            if_icmpne 29
            aload 0 /* this */
            getfield android.widget.DateTimeView.mLastFormat:Ljava/text/DateFormat;
            ifnull 29
        27: .line 199
            aload 0 /* this */
            getfield android.widget.DateTimeView.mLastFormat:Ljava/text/DateFormat;
            astore 13 /* format */
        start local 13 // java.text.DateFormat format
        28: .line 200
            goto 36
        end local 13 // java.text.DateFormat format
        29: .line 201
      StackMap locals:
      StackMap stack:
            iload 1 /* display */
            tableswitch { // 0 - 1
                    0: 30
                    1: 32
              default: 34
          }
        30: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.widget.DateTimeView.getTimeFormat:()Ljava/text/DateFormat;
            astore 13 /* format */
        start local 13 // java.text.DateFormat format
        31: .line 204
            goto 35
        end local 13 // java.text.DateFormat format
        32: .line 206
      StackMap locals:
      StackMap stack:
            iconst_3
            invokestatic java.text.DateFormat.getDateInstance:(I)Ljava/text/DateFormat;
            astore 13 /* format */
        start local 13 // java.text.DateFormat format
        33: .line 207
            goto 35
        end local 13 // java.text.DateFormat format
        34: .line 209
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "unknown display value: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* display */
            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
        start local 13 // java.text.DateFormat format
        35: .line 211
      StackMap locals: java.text.DateFormat
      StackMap stack:
            aload 0 /* this */
            aload 13 /* format */
            putfield android.widget.DateTimeView.mLastFormat:Ljava/text/DateFormat;
        36: .line 215
      StackMap locals:
      StackMap stack:
            aload 13 /* format */
            aload 0 /* this */
            getfield android.widget.DateTimeView.mTime:Ljava/util/Date;
            invokevirtual java.text.DateFormat.format:(Ljava/util/Date;)Ljava/lang/String;
            astore 14 /* text */
        start local 14 // java.lang.String text
        37: .line 216
            aload 0 /* this */
            aload 14 /* text */
            invokevirtual android.widget.DateTimeView.setText:(Ljava/lang/CharSequence;)V
        38: .line 219
            iload 1 /* display */
            ifne 43
        39: .line 221
            aload 0 /* this */
            lload 5 /* twelveHoursAfter */
            lload 9 /* midnightAfter */
            lcmp
            ifle 40
            lload 5 /* twelveHoursAfter */
            goto 41
      StackMap locals: android.widget.DateTimeView int android.text.format.Time long long long long long java.text.DateFormat java.lang.String
      StackMap stack: android.widget.DateTimeView
        40: lload 9 /* midnightAfter */
      StackMap locals: android.widget.DateTimeView int android.text.format.Time long long long long long java.text.DateFormat java.lang.String
      StackMap stack: android.widget.DateTimeView long
        41: putfield android.widget.DateTimeView.mUpdateTimeMillis:J
        42: .line 222
            goto 50
        43: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.DateTimeView.mTimeMillis:J
            lload 11 /* nowMillis */
            lcmp
            ifge 46
        44: .line 226
            aload 0 /* this */
            lconst_0
            putfield android.widget.DateTimeView.mUpdateTimeMillis:J
        45: .line 227
            goto 50
        46: .line 230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 3 /* twelveHoursBefore */
            lload 7 /* midnightBefore */
            lcmp
            ifge 48
        47: .line 231
            lload 3 /* twelveHoursBefore */
            goto 49
      StackMap locals:
      StackMap stack: android.widget.DateTimeView
        48: lload 7 /* midnightBefore */
        49: .line 230
      StackMap locals: android.widget.DateTimeView int android.text.format.Time long long long long long java.text.DateFormat java.lang.String
      StackMap stack: android.widget.DateTimeView long
            putfield android.widget.DateTimeView.mUpdateTimeMillis:J
        50: .line 234
      StackMap locals:
      StackMap stack:
            return
        end local 14 // java.lang.String text
        end local 13 // java.text.DateFormat format
        end local 11 // long nowMillis
        end local 9 // long midnightAfter
        end local 7 // long midnightBefore
        end local 5 // long twelveHoursAfter
        end local 3 // long twelveHoursBefore
        end local 2 // android.text.format.Time t
        end local 1 // int display
        end local 0 // android.widget.DateTimeView this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   51     0               this  Landroid/widget/DateTimeView;
           24   25     1            display  I
           26   51     1            display  I
            6   51     2                  t  Landroid/text/format/Time;
           10   51     3  twelveHoursBefore  J
           12   51     5   twelveHoursAfter  J
           15   51     7     midnightBefore  J
           17   51     9      midnightAfter  J
           18   51    11          nowMillis  J
           28   29    13             format  Ljava/text/DateFormat;
           31   32    13             format  Ljava/text/DateFormat;
           33   34    13             format  Ljava/text/DateFormat;
           35   51    13             format  Ljava/text/DateFormat;
           37   51    14               text  Ljava/lang/String;

  private void updateRelativeTime();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.DateTimeView this
         0: .line 250
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.DateTimeView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DateTimeView;

  private long computeNextMidnight(java.util.TimeZone);
    descriptor: (Ljava/util/TimeZone;)J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.DateTimeView this
         0: .line 303
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved\n\tlibcore cannot be resolved\n\tCalendar cannot be resolved to a variable\n\tCalendar cannot be resolved to a variable\n\tCalendar cannot be resolved to a variable\n\tCalendar cannot be resolved to a variable\n\tCalendar cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.DateTimeView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DateTimeView;
    MethodParameters:
          Name  Flags
      timeZone  

  protected void onConfigurationChanged(android.content.res.Configuration);
    descriptor: (Landroid/content/res/Configuration;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.DateTimeView this
        start local 1 // android.content.res.Configuration newConfig
         0: .line 315
            aload 0 /* this */
            aload 1 /* newConfig */
            invokespecial android.widget.TextView.onConfigurationChanged:(Landroid/content/res/Configuration;)V
         1: .line 316
            aload 0 /* this */
            invokevirtual android.widget.DateTimeView.updateNowText:()V
         2: .line 317
            aload 0 /* this */
            invokevirtual android.widget.DateTimeView.update:()V
         3: .line 318
            return
        end local 1 // android.content.res.Configuration newConfig
        end local 0 // android.widget.DateTimeView this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Landroid/widget/DateTimeView;
            0    4     1  newConfig  Landroid/content/res/Configuration;
    MethodParameters:
           Name  Flags
      newConfig  

  private void updateNowText();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.DateTimeView this
         0: .line 325
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tcom.android.internal.R.string cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.DateTimeView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DateTimeView;

  private static int dayDistance(java.util.TimeZone, long, long);
    descriptor: (Ljava/util/TimeZone;JJ)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // java.util.TimeZone timeZone
        start local 1 // long startTime
        start local 3 // long endTime
         0: .line 331
            lload 3 /* endTime */
            aload 0 /* timeZone */
            lload 3 /* endTime */
            invokevirtual java.util.TimeZone.getOffset:(J)I
            sipush 1000
            idiv
            i2l
            invokestatic android.text.format.Time.getJulianDay:(JJ)I
         1: .line 332
            lload 1 /* startTime */
            aload 0 /* timeZone */
            lload 1 /* startTime */
            invokevirtual java.util.TimeZone.getOffset:(J)I
            sipush 1000
            idiv
            i2l
            invokestatic android.text.format.Time.getJulianDay:(JJ)I
         2: .line 331
            isub
            ireturn
        end local 3 // long endTime
        end local 1 // long startTime
        end local 0 // java.util.TimeZone timeZone
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0   timeZone  Ljava/util/TimeZone;
            0    3     1  startTime  J
            0    3     3    endTime  J
    MethodParameters:
           Name  Flags
      timeZone   
      startTime  
      endTime    

  private java.text.DateFormat getTimeFormat();
    descriptor: ()Ljava/text/DateFormat;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.DateTimeView this
         0: .line 336
            aload 0 /* this */
            invokevirtual android.widget.DateTimeView.getContext:()Landroid/content/Context;
            invokestatic android.text.format.DateFormat.getTimeFormat:(Landroid/content/Context;)Ljava/text/DateFormat;
            areturn
        end local 0 // android.widget.DateTimeView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DateTimeView;

  void clearFormatAndUpdate();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.widget.DateTimeView this
         0: .line 340
            aload 0 /* this */
            aconst_null
            putfield android.widget.DateTimeView.mLastFormat:Ljava/text/DateFormat;
         1: .line 341
            aload 0 /* this */
            invokevirtual android.widget.DateTimeView.update:()V
         2: .line 342
            return
        end local 0 // android.widget.DateTimeView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/DateTimeView;

  public void onInitializeAccessibilityNodeInfoInternal(android.view.accessibility.AccessibilityNodeInfo);
    descriptor: (Landroid/view/accessibility/AccessibilityNodeInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.DateTimeView this
         0: .line 360
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n\tcom.android.internal.R.plurals cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.DateTimeView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DateTimeView;
    MethodParameters:
      Name  Flags
      info  

  public static void setReceiverHandler(android.os.Handler);
    descriptor: (Landroid/os/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.os.Handler handler
         0: .line 405
            getstatic android.widget.DateTimeView.sReceiverInfo:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.get:()Ljava/lang/Object;
            checkcast android.widget.DateTimeView$ReceiverInfo
            astore 1 /* ri */
        start local 1 // android.widget.DateTimeView$ReceiverInfo ri
         1: .line 406
            aload 1 /* ri */
            ifnonnull 4
         2: .line 407
            new android.widget.DateTimeView$ReceiverInfo
            dup
            invokespecial android.widget.DateTimeView$ReceiverInfo.<init>:()V
            astore 1 /* ri */
         3: .line 408
            getstatic android.widget.DateTimeView.sReceiverInfo:Ljava/lang/ThreadLocal;
            aload 1 /* ri */
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
         4: .line 410
      StackMap locals: android.widget.DateTimeView$ReceiverInfo
      StackMap stack:
            aload 1 /* ri */
            aload 0 /* handler */
            invokevirtual android.widget.DateTimeView$ReceiverInfo.setHandler:(Landroid/os/Handler;)V
         5: .line 411
            return
        end local 1 // android.widget.DateTimeView$ReceiverInfo ri
        end local 0 // android.os.Handler handler
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0  handler  Landroid/os/Handler;
            1    6     1       ri  Landroid/widget/DateTimeView$ReceiverInfo;
    MethodParameters:
         Name  Flags
      handler  
}
SourceFile: "DateTimeView.java"
NestMembers:
  android.widget.DateTimeView$ReceiverInfo  android.widget.DateTimeView$ReceiverInfo$1  android.widget.DateTimeView$ReceiverInfo$2
InnerClasses:
  private ReceiverInfo = android.widget.DateTimeView$ReceiverInfo of android.widget.DateTimeView
  public abstract RemoteView = android.widget.RemoteViews$RemoteView of android.widget.RemoteViews
    RuntimeVisibleAnnotations: 
      android.widget.RemoteViews$RemoteView()