public class android.os.DeviceIdleManager
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.os.DeviceIdleManager
  super_class: java.lang.Object
{
  private final android.content.Context mContext;
    descriptor: Landroid/content/Context;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(android.content.Context, android.os.IDeviceIdleController);
    descriptor: (Landroid/content/Context;Landroid/os/IDeviceIdleController;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.os.DeviceIdleManager this
        start local 1 // android.content.Context context
        start local 2 // android.os.IDeviceIdleController service
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            aload 1 /* context */
            putfield android.os.DeviceIdleManager.mContext:Landroid/content/Context;
         2: .line 41
            aload 0 /* this */
            aload 2 /* service */
            putfield android.os.DeviceIdleManager.mService:Landroid/os/IDeviceIdleController;
         3: .line 42
            return
        end local 2 // android.os.IDeviceIdleController service
        end local 1 // android.content.Context context
        end local 0 // android.os.DeviceIdleManager this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Landroid/os/DeviceIdleManager;
            0    4     1  context  Landroid/content/Context;
            0    4     2  service  Landroid/os/IDeviceIdleController;
    MethodParameters:
         Name  Flags
      context  
      service  

  public java.lang.String[] getSystemPowerWhitelistExceptIdle();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // android.os.DeviceIdleManager this
         0: .line 50
            aload 0 /* this */
            getfield android.os.DeviceIdleManager.mService:Landroid/os/IDeviceIdleController;
            invokeinterface android.os.IDeviceIdleController.getSystemPowerWhitelistExceptIdle:()[Ljava/lang/String;
         1: areturn
         2: .line 51
      StackMap locals:
      StackMap stack: android.os.RemoteException
            astore 1 /* e */
        start local 1 // android.os.RemoteException e
         3: .line 52
            aload 1 /* e */
            invokevirtual android.os.RemoteException.rethrowFromSystemServer:()Ljava/lang/RuntimeException;
            pop
         4: .line 53
            iconst_0
            anewarray java.lang.String
            areturn
        end local 1 // android.os.RemoteException e
        end local 0 // android.os.DeviceIdleManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/os/DeviceIdleManager;
            3    5     1     e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException

  public java.lang.String[] getSystemPowerWhitelist();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // android.os.DeviceIdleManager this
         0: .line 63
            aload 0 /* this */
            getfield android.os.DeviceIdleManager.mService:Landroid/os/IDeviceIdleController;
            invokeinterface android.os.IDeviceIdleController.getSystemPowerWhitelist:()[Ljava/lang/String;
         1: areturn
         2: .line 64
      StackMap locals:
      StackMap stack: android.os.RemoteException
            astore 1 /* e */
        start local 1 // android.os.RemoteException e
         3: .line 65
            aload 1 /* e */
            invokevirtual android.os.RemoteException.rethrowFromSystemServer:()Ljava/lang/RuntimeException;
            pop
         4: .line 66
            iconst_0
            anewarray java.lang.String
            areturn
        end local 1 // android.os.RemoteException e
        end local 0 // android.os.DeviceIdleManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/os/DeviceIdleManager;
            3    5     1     e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException
}
SourceFile: "DeviceIdleManager.java"