class android.service.vr.VrListenerService$1 extends android.service.vr.IVrListener$Stub
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.service.vr.VrListenerService$1
  super_class: android.service.vr.IVrListener$Stub
{
  final android.service.vr.VrListenerService this$0;
    descriptor: Landroid/service/vr/VrListenerService;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.service.vr.VrListenerService);
    descriptor: (Landroid/service/vr/VrListenerService;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.service.vr.VrListenerService$1 this
         0: .line 71
            aload 0 /* this */
            aload 1
            putfield android.service.vr.VrListenerService$1.this$0:Landroid/service/vr/VrListenerService;
            aload 0 /* this */
            invokespecial android.service.vr.IVrListener$Stub.<init>:()V
            return
        end local 0 // android.service.vr.VrListenerService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/vr/VrListenerService$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void focusedActivityChanged(android.content.ComponentName, boolean, int);
    descriptor: (Landroid/content/ComponentName;ZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // android.service.vr.VrListenerService$1 this
        start local 1 // android.content.ComponentName component
        start local 2 // boolean running2dInVr
        start local 3 // int pid
         0: .line 75
            aload 0 /* this */
            getfield android.service.vr.VrListenerService$1.this$0:Landroid/service/vr/VrListenerService;
            getfield android.service.vr.VrListenerService.mHandler:Landroid/os/Handler;
            iconst_1
            iload 2 /* running2dInVr */
            ifeq 1
            iconst_1
            goto 2
      StackMap locals: android.service.vr.VrListenerService$1 android.content.ComponentName int int
      StackMap stack: android.os.Handler int
         1: iconst_0
         2: .line 76
      StackMap locals: android.service.vr.VrListenerService$1 android.content.ComponentName int int
      StackMap stack: android.os.Handler int int
            iload 3 /* pid */
            aload 1 /* component */
         3: .line 75
            invokevirtual android.os.Handler.obtainMessage:(IIILjava/lang/Object;)Landroid/os/Message;
         4: .line 76
            invokevirtual android.os.Message.sendToTarget:()V
         5: .line 77
            return
        end local 3 // int pid
        end local 2 // boolean running2dInVr
        end local 1 // android.content.ComponentName component
        end local 0 // android.service.vr.VrListenerService$1 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Landroid/service/vr/VrListenerService$1;
            0    6     1      component  Landroid/content/ComponentName;
            0    6     2  running2dInVr  Z
            0    6     3            pid  I
    MethodParameters:
               Name  Flags
      component      
      running2dInVr  
      pid            
}
SourceFile: "VrListenerService.java"
EnclosingMethod: android.service.vr.VrListenerService
NestHost: android.service.vr.VrListenerService
InnerClasses:
  public abstract Stub = android.service.vr.IVrListener$Stub of android.service.vr.IVrListener
  android.service.vr.VrListenerService$1