class android.widget.DateTimeView$ReceiverInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.DateTimeView$ReceiverInfo
  super_class: java.lang.Object
{
  private final java.util.ArrayList<android.widget.DateTimeView> mAttachedViews;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/ArrayList<Landroid/widget/DateTimeView;>;

  private final android.content.BroadcastReceiver mReceiver;
    descriptor: Landroid/content/BroadcastReceiver;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.database.ContentObserver mObserver;
    descriptor: Landroid/database/ContentObserver;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private android.os.Handler mHandler;
    descriptor: Landroid/os/Handler;
    flags: (0x0002) ACC_PRIVATE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // android.widget.DateTimeView$ReceiverInfo this
         0: .line 413
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 414
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield android.widget.DateTimeView$ReceiverInfo.mAttachedViews:Ljava/util/ArrayList;
         2: .line 415
            aload 0 /* this */
            new android.widget.DateTimeView$ReceiverInfo$1
            dup
            aload 0 /* this */
            invokespecial android.widget.DateTimeView$ReceiverInfo$1.<init>:(Landroid/widget/DateTimeView$ReceiverInfo;)V
            putfield android.widget.DateTimeView$ReceiverInfo.mReceiver:Landroid/content/BroadcastReceiver;
         3: .line 432
            aload 0 /* this */
            new android.widget.DateTimeView$ReceiverInfo$2
            dup
            aload 0 /* this */
            new android.os.Handler
            dup
            invokespecial android.os.Handler.<init>:()V
            invokespecial android.widget.DateTimeView$ReceiverInfo$2.<init>:(Landroid/widget/DateTimeView$ReceiverInfo;Landroid/os/Handler;)V
            putfield android.widget.DateTimeView$ReceiverInfo.mObserver:Landroid/database/ContentObserver;
         4: .line 439
            aload 0 /* this */
            new android.os.Handler
            dup
            invokespecial android.os.Handler.<init>:()V
            putfield android.widget.DateTimeView$ReceiverInfo.mHandler:Landroid/os/Handler;
         5: .line 413
            return
        end local 0 // android.widget.DateTimeView$ReceiverInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/widget/DateTimeView$ReceiverInfo;

  public void addView(android.widget.DateTimeView);
    descriptor: (Landroid/widget/DateTimeView;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // android.widget.DateTimeView$ReceiverInfo this
        start local 1 // android.widget.DateTimeView v
         0: .line 442
            aload 0 /* this */
            getfield android.widget.DateTimeView$ReceiverInfo.mAttachedViews:Ljava/util/ArrayList;
            dup
            astore 2
            monitorenter
         1: .line 443
            aload 0 /* this */
            getfield android.widget.DateTimeView$ReceiverInfo.mAttachedViews:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.isEmpty:()Z
            istore 3 /* register */
        start local 3 // boolean register
         2: .line 444
            aload 0 /* this */
            getfield android.widget.DateTimeView$ReceiverInfo.mAttachedViews:Ljava/util/ArrayList;
            aload 1 /* v */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         3: .line 445
            iload 3 /* register */
            ifeq 5
         4: .line 446
            aload 0 /* this */
            aload 1 /* v */
            invokevirtual android.widget.DateTimeView.getContext:()Landroid/content/Context;
            invokestatic android.widget.DateTimeView$ReceiverInfo.getApplicationContextIfAvailable:(Landroid/content/Context;)Landroid/content/Context;
            invokevirtual android.widget.DateTimeView$ReceiverInfo.register:(Landroid/content/Context;)V
        end local 3 // boolean register
         5: .line 442
      StackMap locals: java.util.ArrayList
      StackMap stack:
            aload 2
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 2
            monitorexit
         8: athrow
         9: .line 449
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.widget.DateTimeView v
        end local 0 // android.widget.DateTimeView$ReceiverInfo this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Landroid/widget/DateTimeView$ReceiverInfo;
            0   10     1         v  Landroid/widget/DateTimeView;
            2    5     3  register  Z
      Exception table:
        from    to  target  type
           1     6       7  any
           7     8       7  any
    MethodParameters:
      Name  Flags
      v     

  public void removeView(android.widget.DateTimeView);
    descriptor: (Landroid/widget/DateTimeView;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // android.widget.DateTimeView$ReceiverInfo this
        start local 1 // android.widget.DateTimeView v
         0: .line 452
            aload 0 /* this */
            getfield android.widget.DateTimeView$ReceiverInfo.mAttachedViews:Ljava/util/ArrayList;
            dup
            astore 2
            monitorenter
         1: .line 453
            aload 0 /* this */
            getfield android.widget.DateTimeView$ReceiverInfo.mAttachedViews:Ljava/util/ArrayList;
            aload 1 /* v */
            invokevirtual java.util.ArrayList.remove:(Ljava/lang/Object;)Z
            istore 3 /* removed */
        start local 3 // boolean removed
         2: .line 456
            iload 3 /* removed */
            ifeq 4
            aload 0 /* this */
            getfield android.widget.DateTimeView$ReceiverInfo.mAttachedViews:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.isEmpty:()Z
            ifeq 4
         3: .line 457
            aload 0 /* this */
            aload 1 /* v */
            invokevirtual android.widget.DateTimeView.getContext:()Landroid/content/Context;
            invokestatic android.widget.DateTimeView$ReceiverInfo.getApplicationContextIfAvailable:(Landroid/content/Context;)Landroid/content/Context;
            invokevirtual android.widget.DateTimeView$ReceiverInfo.unregister:(Landroid/content/Context;)V
        end local 3 // boolean removed
         4: .line 452
      StackMap locals: java.util.ArrayList
      StackMap stack:
            aload 2
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 2
            monitorexit
         7: athrow
         8: .line 460
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.widget.DateTimeView v
        end local 0 // android.widget.DateTimeView$ReceiverInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Landroid/widget/DateTimeView$ReceiverInfo;
            0    9     1        v  Landroid/widget/DateTimeView;
            2    4     3  removed  Z
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
    MethodParameters:
      Name  Flags
      v     

  void updateAll();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // android.widget.DateTimeView$ReceiverInfo this
         0: .line 463
            aload 0 /* this */
            getfield android.widget.DateTimeView$ReceiverInfo.mAttachedViews:Ljava/util/ArrayList;
            dup
            astore 1
            monitorenter
         1: .line 464
            aload 0 /* this */
            getfield android.widget.DateTimeView$ReceiverInfo.mAttachedViews:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 2 /* count */
        start local 2 // int count
         2: .line 465
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 7
         4: .line 466
      StackMap locals: java.util.ArrayList int int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.DateTimeView$ReceiverInfo.mAttachedViews:Ljava/util/ArrayList;
            iload 3 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.widget.DateTimeView
            astore 4 /* view */
        start local 4 // android.widget.DateTimeView view
         5: .line 467
            aload 4 /* view */
            aload 4 /* view */
            invokedynamic run(Landroid/widget/DateTimeView;)Ljava/lang/Runnable;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()V
                  android/widget/DateTimeView$ReceiverInfo.lambda$0(Landroid/widget/DateTimeView;)V (6)
                  ()V
            invokevirtual android.widget.DateTimeView.post:(Ljava/lang/Runnable;)Z
            pop
        end local 4 // android.widget.DateTimeView view
         6: .line 465
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 2 /* count */
            if_icmplt 4
        end local 3 // int i
        end local 2 // int count
         8: .line 463
            aload 1
            monitorexit
         9: goto 12
      StackMap locals: android.widget.DateTimeView$ReceiverInfo java.util.ArrayList
      StackMap stack: java.lang.Throwable
        10: aload 1
            monitorexit
        11: athrow
        12: .line 470
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.widget.DateTimeView$ReceiverInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Landroid/widget/DateTimeView$ReceiverInfo;
            2    8     2  count  I
            3    8     3      i  I
            5    6     4   view  Landroid/widget/DateTimeView;
      Exception table:
        from    to  target  type
           1     9      10  any
          10    11      10  any

  long getSoonestUpdateTime();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=4, locals=8, args_size=1
        start local 0 // android.widget.DateTimeView$ReceiverInfo this
         0: .line 473
            ldc 9223372036854775807
            lstore 1 /* result */
        start local 1 // long result
         1: .line 474
            aload 0 /* this */
            getfield android.widget.DateTimeView$ReceiverInfo.mAttachedViews:Ljava/util/ArrayList;
            dup
            astore 3
            monitorenter
         2: .line 475
            aload 0 /* this */
            getfield android.widget.DateTimeView$ReceiverInfo.mAttachedViews:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 4 /* count */
        start local 4 // int count
         3: .line 476
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 9
         5: .line 477
      StackMap locals: android.widget.DateTimeView$ReceiverInfo long java.util.ArrayList int int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.DateTimeView$ReceiverInfo.mAttachedViews:Ljava/util/ArrayList;
            iload 5 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.widget.DateTimeView
            getfield android.widget.DateTimeView.mUpdateTimeMillis:J
            lstore 6 /* time */
        start local 6 // long time
         6: .line 478
            lload 6 /* time */
            lload 1 /* result */
            lcmp
            ifge 8
         7: .line 479
            lload 6 /* time */
            lstore 1 /* result */
        end local 6 // long time
         8: .line 476
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 5 /* i */
            iload 4 /* count */
            if_icmplt 5
        end local 5 // int i
        end local 4 // int count
        10: .line 474
            aload 3
            monitorexit
        11: goto 14
      StackMap locals: android.widget.DateTimeView$ReceiverInfo long java.util.ArrayList
      StackMap stack: java.lang.Throwable
        12: aload 3
            monitorexit
        13: athrow
        14: .line 483
      StackMap locals:
      StackMap stack:
            lload 1 /* result */
            lreturn
        end local 1 // long result
        end local 0 // android.widget.DateTimeView$ReceiverInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Landroid/widget/DateTimeView$ReceiverInfo;
            1   15     1  result  J
            3   10     4   count  I
            4   10     5       i  I
            6    8     6    time  J
      Exception table:
        from    to  target  type
           2    11      12  any
          12    13      12  any

  static final android.content.Context getApplicationContextIfAvailable(android.content.Context);
    descriptor: (Landroid/content/Context;)Landroid/content/Context;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // android.content.Context context
         0: .line 487
            aload 0 /* context */
            invokevirtual android.content.Context.getApplicationContext:()Landroid/content/Context;
            astore 1 /* ac */
        start local 1 // android.content.Context ac
         1: .line 488
            aload 1 /* ac */
            ifnull 2
            aload 1 /* ac */
            goto 3
      StackMap locals: android.content.Context
      StackMap stack:
         2: invokestatic android.app.ActivityThread.currentApplication:()Landroid/app/Application;
            invokevirtual android.app.Application.getApplicationContext:()Landroid/content/Context;
      StackMap locals:
      StackMap stack: android.content.Context
         3: areturn
        end local 1 // android.content.Context ac
        end local 0 // android.content.Context context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0  context  Landroid/content/Context;
            1    4     1       ac  Landroid/content/Context;
    MethodParameters:
         Name  Flags
      context  

  void register(android.content.Context);
    descriptor: (Landroid/content/Context;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // android.widget.DateTimeView$ReceiverInfo this
        start local 1 // android.content.Context context
         0: .line 492
            new android.content.IntentFilter
            dup
            invokespecial android.content.IntentFilter.<init>:()V
            astore 2 /* filter */
        start local 2 // android.content.IntentFilter filter
         1: .line 493
            aload 2 /* filter */
            ldc "android.intent.action.TIME_TICK"
            invokevirtual android.content.IntentFilter.addAction:(Ljava/lang/String;)V
         2: .line 494
            aload 2 /* filter */
            ldc "android.intent.action.TIME_SET"
            invokevirtual android.content.IntentFilter.addAction:(Ljava/lang/String;)V
         3: .line 495
            aload 2 /* filter */
            ldc "android.intent.action.CONFIGURATION_CHANGED"
            invokevirtual android.content.IntentFilter.addAction:(Ljava/lang/String;)V
         4: .line 496
            aload 2 /* filter */
            ldc "android.intent.action.TIMEZONE_CHANGED"
            invokevirtual android.content.IntentFilter.addAction:(Ljava/lang/String;)V
         5: .line 497
            aload 1 /* context */
            aload 0 /* this */
            getfield android.widget.DateTimeView$ReceiverInfo.mReceiver:Landroid/content/BroadcastReceiver;
            aload 2 /* filter */
            aconst_null
            aload 0 /* this */
            getfield android.widget.DateTimeView$ReceiverInfo.mHandler:Landroid/os/Handler;
            invokevirtual android.content.Context.registerReceiver:(Landroid/content/BroadcastReceiver;Landroid/content/IntentFilter;Ljava/lang/String;Landroid/os/Handler;)Landroid/content/Intent;
            pop
         6: .line 498
            return
        end local 2 // android.content.IntentFilter filter
        end local 1 // android.content.Context context
        end local 0 // android.widget.DateTimeView$ReceiverInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Landroid/widget/DateTimeView$ReceiverInfo;
            0    7     1  context  Landroid/content/Context;
            1    7     2   filter  Landroid/content/IntentFilter;
    MethodParameters:
         Name  Flags
      context  

  void unregister(android.content.Context);
    descriptor: (Landroid/content/Context;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.DateTimeView$ReceiverInfo this
        start local 1 // android.content.Context context
         0: .line 501
            aload 1 /* context */
            aload 0 /* this */
            getfield android.widget.DateTimeView$ReceiverInfo.mReceiver:Landroid/content/BroadcastReceiver;
            invokevirtual android.content.Context.unregisterReceiver:(Landroid/content/BroadcastReceiver;)V
         1: .line 502
            return
        end local 1 // android.content.Context context
        end local 0 // android.widget.DateTimeView$ReceiverInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/widget/DateTimeView$ReceiverInfo;
            0    2     1  context  Landroid/content/Context;
    MethodParameters:
         Name  Flags
      context  

  public void setHandler(android.os.Handler);
    descriptor: (Landroid/os/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.widget.DateTimeView$ReceiverInfo this
        start local 1 // android.os.Handler handler
         0: .line 505
            aload 0 /* this */
            aload 1 /* handler */
            putfield android.widget.DateTimeView$ReceiverInfo.mHandler:Landroid/os/Handler;
         1: .line 506
            aload 0 /* this */
            getfield android.widget.DateTimeView$ReceiverInfo.mAttachedViews:Ljava/util/ArrayList;
            dup
            astore 2
            monitorenter
         2: .line 507
            aload 0 /* this */
            getfield android.widget.DateTimeView$ReceiverInfo.mAttachedViews:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.isEmpty:()Z
            ifne 5
         3: .line 508
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.DateTimeView$ReceiverInfo.mAttachedViews:Ljava/util/ArrayList;
            iconst_0
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.widget.DateTimeView
            invokevirtual android.widget.DateTimeView.getContext:()Landroid/content/Context;
            invokevirtual android.widget.DateTimeView$ReceiverInfo.unregister:(Landroid/content/Context;)V
         4: .line 509
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.DateTimeView$ReceiverInfo.mAttachedViews:Ljava/util/ArrayList;
            iconst_0
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.widget.DateTimeView
            invokevirtual android.widget.DateTimeView.getContext:()Landroid/content/Context;
            invokevirtual android.widget.DateTimeView$ReceiverInfo.register:(Landroid/content/Context;)V
         5: .line 506
      StackMap locals: java.util.ArrayList
      StackMap stack:
            aload 2
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 2
            monitorexit
         8: athrow
         9: .line 512
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.os.Handler handler
        end local 0 // android.widget.DateTimeView$ReceiverInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Landroid/widget/DateTimeView$ReceiverInfo;
            0   10     1  handler  Landroid/os/Handler;
      Exception table:
        from    to  target  type
           2     6       7  any
           7     8       7  any
    MethodParameters:
         Name  Flags
      handler  

  private static void lambda$0(android.widget.DateTimeView);
    descriptor: (Landroid/widget/DateTimeView;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 467
            aload 0
            invokevirtual android.widget.DateTimeView.clearFormatAndUpdate:()V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "DateTimeView.java"
NestHost: android.widget.DateTimeView
InnerClasses:
  private ReceiverInfo = android.widget.DateTimeView$ReceiverInfo of android.widget.DateTimeView
  android.widget.DateTimeView$ReceiverInfo$1
  android.widget.DateTimeView$ReceiverInfo$2
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles