public abstract class android.service.vr.VrListenerService extends android.app.Service
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.service.vr.VrListenerService
  super_class: android.app.Service
{
  public static final java.lang.String SERVICE_INTERFACE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.service.vr.VrListenerService"

  private final android.os.Handler mHandler;
    descriptor: Landroid/os/Handler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final int MSG_ON_CURRENT_VR_ACTIVITY_CHANGED;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final android.service.vr.IVrListener$Stub mBinder;
    descriptor: Landroid/service/vr/IVrListener$Stub;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public android.os.IBinder onBind(android.content.Intent);
    descriptor: (Landroid/content/Intent;)Landroid/os/IBinder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.service.vr.VrListenerService this
        start local 1 // android.content.Intent intent
         0: .line 98
            aload 0 /* this */
            getfield android.service.vr.VrListenerService.mBinder:Landroid/service/vr/IVrListener$Stub;
            areturn
        end local 1 // android.content.Intent intent
        end local 0 // android.service.vr.VrListenerService this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Landroid/service/vr/VrListenerService;
            0    1     1  intent  Landroid/content/Intent;
    MethodParameters:
        Name  Flags
      intent  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.service.vr.VrListenerService this
         0: .line 101
            aload 0 /* this */
            invokespecial android.app.Service.<init>:()V
         1: .line 71
            aload 0 /* this */
            new android.service.vr.VrListenerService$1
            dup
            aload 0 /* this */
            invokespecial android.service.vr.VrListenerService$1.<init>:(Landroid/service/vr/VrListenerService;)V
            putfield android.service.vr.VrListenerService.mBinder:Landroid/service/vr/IVrListener$Stub;
         2: .line 102
            aload 0 /* this */
            new android.service.vr.VrListenerService$VrListenerHandler
            dup
            aload 0 /* this */
            invokestatic android.os.Looper.getMainLooper:()Landroid/os/Looper;
            invokespecial android.service.vr.VrListenerService$VrListenerHandler.<init>:(Landroid/service/vr/VrListenerService;Landroid/os/Looper;)V
            putfield android.service.vr.VrListenerService.mHandler:Landroid/os/Handler;
         3: .line 103
            return
        end local 0 // android.service.vr.VrListenerService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/service/vr/VrListenerService;

  public void onCurrentVrActivityChanged(android.content.ComponentName);
    descriptor: (Landroid/content/ComponentName;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.service.vr.VrListenerService this
        start local 1 // android.content.ComponentName component
         0: .line 123
            return
        end local 1 // android.content.ComponentName component
        end local 0 // android.service.vr.VrListenerService this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Landroid/service/vr/VrListenerService;
            0    1     1  component  Landroid/content/ComponentName;
    MethodParameters:
           Name  Flags
      component  

  public void onCurrentVrActivityChanged(android.content.ComponentName, boolean, int);
    descriptor: (Landroid/content/ComponentName;ZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.service.vr.VrListenerService this
        start local 1 // android.content.ComponentName component
        start local 2 // boolean running2dInVr
        start local 3 // int pid
         0: .line 145
            aload 0 /* this */
            iload 2 /* running2dInVr */
            ifeq 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack: android.service.vr.VrListenerService
         1: aload 1 /* component */
      StackMap locals: android.service.vr.VrListenerService android.content.ComponentName int int
      StackMap stack: android.service.vr.VrListenerService android.content.ComponentName
         2: invokevirtual android.service.vr.VrListenerService.onCurrentVrActivityChanged:(Landroid/content/ComponentName;)V
         3: .line 146
            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 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Landroid/service/vr/VrListenerService;
            0    4     1      component  Landroid/content/ComponentName;
            0    4     2  running2dInVr  Z
            0    4     3            pid  I
    MethodParameters:
               Name  Flags
      component      
      running2dInVr  
      pid            

  public static final boolean isVrModePackageEnabled(android.content.Context, android.content.ComponentName);
    descriptor: (Landroid/content/Context;Landroid/content/ComponentName;)Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.content.Context context
        start local 1 // android.content.ComponentName requestedComponent
         0: .line 166
            aload 0 /* context */
            ldc Landroid/app/ActivityManager;
            invokevirtual android.content.Context.getSystemService:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast android.app.ActivityManager
            astore 2 /* am */
        start local 2 // android.app.ActivityManager am
         1: .line 167
            aload 2 /* am */
            ifnonnull 3
         2: .line 168
            iconst_0
            ireturn
         3: .line 170
      StackMap locals: android.app.ActivityManager
      StackMap stack:
            aload 2 /* am */
            aload 1 /* requestedComponent */
            invokevirtual android.app.ActivityManager.isVrModePackageEnabled:(Landroid/content/ComponentName;)Z
            ireturn
        end local 2 // android.app.ActivityManager am
        end local 1 // android.content.ComponentName requestedComponent
        end local 0 // android.content.Context context
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0             context  Landroid/content/Context;
            0    4     1  requestedComponent  Landroid/content/ComponentName;
            1    4     2                  am  Landroid/app/ActivityManager;
    MethodParameters:
                    Name  Flags
      context             
      requestedComponent  
}
SourceFile: "VrListenerService.java"
NestMembers:
  android.service.vr.VrListenerService$1  android.service.vr.VrListenerService$VrListenerHandler
InnerClasses:
  public abstract Stub = android.service.vr.IVrListener$Stub of android.service.vr.IVrListener
  android.service.vr.VrListenerService$1
  private final VrListenerHandler = android.service.vr.VrListenerService$VrListenerHandler of android.service.vr.VrListenerService