class android.widget.DateTimeView$ReceiverInfo$1 extends android.content.BroadcastReceiver
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.DateTimeView$ReceiverInfo$1
  super_class: android.content.BroadcastReceiver
{
  final android.widget.DateTimeView$ReceiverInfo this$1;
    descriptor: Landroid/widget/DateTimeView$ReceiverInfo;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.widget.DateTimeView$ReceiverInfo);
    descriptor: (Landroid/widget/DateTimeView$ReceiverInfo;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.DateTimeView$ReceiverInfo$1 this
         0: .line 415
            aload 0 /* this */
            aload 1
            putfield android.widget.DateTimeView$ReceiverInfo$1.this$1:Landroid/widget/DateTimeView$ReceiverInfo;
            aload 0 /* this */
            invokespecial android.content.BroadcastReceiver.<init>:()V
            return
        end local 0 // android.widget.DateTimeView$ReceiverInfo$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DateTimeView$ReceiverInfo$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onReceive(android.content.Context, android.content.Intent);
    descriptor: (Landroid/content/Context;Landroid/content/Intent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // android.widget.DateTimeView$ReceiverInfo$1 this
        start local 1 // android.content.Context context
        start local 2 // android.content.Intent intent
         0: .line 418
            aload 2 /* intent */
            invokevirtual android.content.Intent.getAction:()Ljava/lang/String;
            astore 3 /* action */
        start local 3 // java.lang.String action
         1: .line 419
            ldc "android.intent.action.TIME_TICK"
            aload 3 /* action */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         2: .line 420
            invokestatic java.lang.System.currentTimeMillis:()J
            aload 0 /* this */
            getfield android.widget.DateTimeView$ReceiverInfo$1.this$1:Landroid/widget/DateTimeView$ReceiverInfo;
            invokevirtual android.widget.DateTimeView$ReceiverInfo.getSoonestUpdateTime:()J
            lcmp
            ifge 4
         3: .line 424
            return
         4: .line 428
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.DateTimeView$ReceiverInfo$1.this$1:Landroid/widget/DateTimeView$ReceiverInfo;
            invokevirtual android.widget.DateTimeView$ReceiverInfo.updateAll:()V
         5: .line 429
            return
        end local 3 // java.lang.String action
        end local 2 // android.content.Intent intent
        end local 1 // android.content.Context context
        end local 0 // android.widget.DateTimeView$ReceiverInfo$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Landroid/widget/DateTimeView$ReceiverInfo$1;
            0    6     1  context  Landroid/content/Context;
            0    6     2   intent  Landroid/content/Intent;
            1    6     3   action  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      context  
      intent   
}
SourceFile: "DateTimeView.java"
EnclosingMethod: android.widget.DateTimeView$ReceiverInfo
NestHost: android.widget.DateTimeView
InnerClasses:
  private ReceiverInfo = android.widget.DateTimeView$ReceiverInfo of android.widget.DateTimeView
  android.widget.DateTimeView$ReceiverInfo$1