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

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

  public void handleMessage(android.os.Message);
    descriptor: (Landroid/os/Message;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.android.fakeoemfeatures.FakeApp$1 this
        start local 1 // android.os.Message msg
         0: .line 49
            aload 1 /* msg */
            getfield android.os.Message.what:I
            tableswitch { // 1 - 1
                    1: 1
              default: 4
          }
         1: .line 54
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.android.fakeoemfeatures.FakeApp$1.this$0:Lcom/android/fakeoemfeatures/FakeApp;
            new android.content.Intent
            dup
            aload 0 /* this */
            getfield com.android.fakeoemfeatures.FakeApp$1.this$0:Lcom/android/fakeoemfeatures/FakeApp;
            ldc Lcom/android/fakeoemfeatures/FakeBackgroundService;
            invokespecial android.content.Intent.<init>:(Landroid/content/Context;Ljava/lang/Class;)V
            invokevirtual com.android.fakeoemfeatures.FakeApp.startService:(Landroid/content/Intent;)Landroid/content/ComponentName;
            pop
         2: .line 55
            aload 0 /* this */
            iconst_1
            ldc 14400000
            invokevirtual com.android.fakeoemfeatures.FakeApp$1.sendEmptyMessageDelayed:(IJ)Z
            pop
         3: .line 56
            goto 5
         4: .line 58
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial android.os.Handler.handleMessage:(Landroid/os/Message;)V
         5: .line 61
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.os.Message msg
        end local 0 // com.android.fakeoemfeatures.FakeApp$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/android/fakeoemfeatures/FakeApp$1;
            0    6     1   msg  Landroid/os/Message;
    MethodParameters:
      Name  Flags
      msg   
}
SourceFile: "FakeApp.java"
EnclosingMethod: com.android.fakeoemfeatures.FakeApp
NestHost: com.android.fakeoemfeatures.FakeApp
InnerClasses:
  com.android.fakeoemfeatures.FakeApp$1