class com.android.fakeoemfeatures.FakeBackgroundService$1 extends android.os.Handler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.android.fakeoemfeatures.FakeBackgroundService$1
  super_class: android.os.Handler
{
  final com.android.fakeoemfeatures.FakeBackgroundService this$0;
    descriptor: Lcom/android/fakeoemfeatures/FakeBackgroundService;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.android.fakeoemfeatures.FakeBackgroundService);
    descriptor: (Lcom/android/fakeoemfeatures/FakeBackgroundService;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.fakeoemfeatures.FakeBackgroundService$1 this
         0: .line 40
            aload 0 /* this */
            aload 1
            putfield com.android.fakeoemfeatures.FakeBackgroundService$1.this$0:Lcom/android/fakeoemfeatures/FakeBackgroundService;
            aload 0 /* this */
            invokespecial android.os.Handler.<init>:()V
            return
        end local 0 // com.android.fakeoemfeatures.FakeBackgroundService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/fakeoemfeatures/FakeBackgroundService$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void handleMessage(android.os.Message);
    descriptor: (Landroid/os/Message;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // com.android.fakeoemfeatures.FakeBackgroundService$1 this
        start local 1 // android.os.Message msg
         0: .line 42
            aload 1 /* msg */
            getfield android.os.Message.what:I
            tableswitch { // 1 - 1
                    1: 1
              default: 17
          }
         1: .line 47
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 14
         3: .line 49
      StackMap locals: int
      StackMap stack:
            sipush 1024
            newarray 10
            astore 3 /* alloc */
        start local 3 // int[] alloc
         4: .line 50
            aload 0 /* this */
            getfield com.android.fakeoemfeatures.FakeBackgroundService$1.this$0:Lcom/android/fakeoemfeatures/FakeBackgroundService;
            getfield com.android.fakeoemfeatures.FakeBackgroundService.mAllocs:Ljava/util/ArrayList;
            aload 3 /* alloc */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         5: .line 51
            aload 0 /* this */
            getfield com.android.fakeoemfeatures.FakeBackgroundService$1.this$0:Lcom/android/fakeoemfeatures/FakeBackgroundService;
            getfield com.android.fakeoemfeatures.FakeBackgroundService.mRandom:Ljava/util/Random;
            invokevirtual java.util.Random.nextInt:()I
            istore 4 /* VAL */
        start local 4 // int VAL
         6: .line 52
            iconst_0
            istore 5 /* j */
        start local 5 // int j
         7: goto 10
         8: .line 53
      StackMap locals: int[] int int
      StackMap stack:
            aload 3 /* alloc */
            iload 5 /* j */
            iload 4 /* VAL */
            iastore
         9: .line 52
            iinc 5 /* j */ 1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* j */
            sipush 1024
            if_icmplt 8
        end local 5 // int j
        end local 4 // int VAL
        end local 3 // int[] alloc
        11: .line 55
            goto 13
      StackMap locals: com.android.fakeoemfeatures.FakeBackgroundService$1 android.os.Message int
      StackMap stack: java.lang.OutOfMemoryError
        12: pop
        13: .line 47
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 2 /* i */
            iconst_5
            if_icmplt 3
        end local 2 // int i
        15: .line 58
            aload 0 /* this */
            iconst_1
            ldc 30000
            invokevirtual com.android.fakeoemfeatures.FakeBackgroundService$1.sendEmptyMessageDelayed:(IJ)Z
            pop
        16: .line 59
            goto 18
        17: .line 61
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial android.os.Handler.handleMessage:(Landroid/os/Message;)V
        18: .line 64
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.os.Message msg
        end local 0 // com.android.fakeoemfeatures.FakeBackgroundService$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   this  Lcom/android/fakeoemfeatures/FakeBackgroundService$1;
            0   19     1    msg  Landroid/os/Message;
            2   15     2      i  I
            4   11     3  alloc  [I
            6   11     4    VAL  I
            7   11     5      j  I
      Exception table:
        from    to  target  type
           3    11      12  Class java.lang.OutOfMemoryError
    MethodParameters:
      Name  Flags
      msg   
}
SourceFile: "FakeBackgroundService.java"
EnclosingMethod: com.android.fakeoemfeatures.FakeBackgroundService
NestHost: com.android.fakeoemfeatures.FakeBackgroundService
InnerClasses:
  com.android.fakeoemfeatures.FakeBackgroundService$1