class com.android.systemui.LatencyTester$1 extends android.content.BroadcastReceiver
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.android.systemui.LatencyTester$1
  super_class: android.content.BroadcastReceiver
{
  final com.android.systemui.LatencyTester this$0;
    descriptor: Lcom/android/systemui/LatencyTester;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.android.systemui.LatencyTester);
    descriptor: (Lcom/android/systemui/LatencyTester;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.systemui.LatencyTester$1 this
         0: .line 52
            aload 0 /* this */
            aload 1
            putfield com.android.systemui.LatencyTester$1.this$0:Lcom/android/systemui/LatencyTester;
            aload 0 /* this */
            invokespecial android.content.BroadcastReceiver.<init>:()V
            return
        end local 0 // com.android.systemui.LatencyTester$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/LatencyTester$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=2, locals=4, args_size=3
        start local 0 // com.android.systemui.LatencyTester$1 this
        start local 1 // android.content.Context context
        start local 2 // android.content.Intent intent
         0: .line 55
            aload 2 /* intent */
            invokevirtual android.content.Intent.getAction:()Ljava/lang/String;
            astore 3 /* action */
        start local 3 // java.lang.String action
         1: .line 56
            ldc "com.android.systemui.latency.ACTION_FINGERPRINT_WAKE"
            aload 3 /* action */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         2: .line 57
            aload 0 /* this */
            getfield com.android.systemui.LatencyTester$1.this$0:Lcom/android/systemui/LatencyTester;
            invokevirtual com.android.systemui.LatencyTester.fakeWakeAndUnlock:()V
         3: .line 58
            goto 6
      StackMap locals: java.lang.String
      StackMap stack:
         4: ldc "com.android.systemui.latency.ACTION_TURN_ON_SCREEN"
            aload 3 /* action */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 59
            aload 0 /* this */
            getfield com.android.systemui.LatencyTester$1.this$0:Lcom/android/systemui/LatencyTester;
            invokevirtual com.android.systemui.LatencyTester.fakeTurnOnScreen:()V
         6: .line 61
      StackMap locals:
      StackMap stack:
            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 // com.android.systemui.LatencyTester$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/android/systemui/LatencyTester$1;
            0    7     1  context  Landroid/content/Context;
            0    7     2   intent  Landroid/content/Intent;
            1    7     3   action  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      context  
      intent   
}
SourceFile: "LatencyTester.java"
EnclosingMethod: com.android.systemui.LatencyTester.start:()V
NestHost: com.android.systemui.LatencyTester
InnerClasses:
  com.android.systemui.LatencyTester$1