class android.app.IUiModeManager$Stub$Proxy implements android.app.IUiModeManager
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.app.IUiModeManager$Stub$Proxy
  super_class: java.lang.Object
{
  private android.os.IBinder mRemote;
    descriptor: Landroid/os/IBinder;
    flags: (0x0002) ACC_PRIVATE

  void <init>(android.os.IBinder);
    descriptor: (Landroid/os/IBinder;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.IUiModeManager$Stub$Proxy this
        start local 1 // android.os.IBinder remote
         0: .line 118
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 120
            aload 0 /* this */
            aload 1 /* remote */
            putfield android.app.IUiModeManager$Stub$Proxy.mRemote:Landroid/os/IBinder;
         2: .line 121
            return
        end local 1 // android.os.IBinder remote
        end local 0 // android.app.IUiModeManager$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/app/IUiModeManager$Stub$Proxy;
            0    3     1  remote  Landroid/os/IBinder;
    MethodParameters:
        Name  Flags
      remote  

  public android.os.IBinder asBinder();
    descriptor: ()Landroid/os/IBinder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.IUiModeManager$Stub$Proxy this
         0: .line 124
            aload 0 /* this */
            getfield android.app.IUiModeManager$Stub$Proxy.mRemote:Landroid/os/IBinder;
            areturn
        end local 0 // android.app.IUiModeManager$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/IUiModeManager$Stub$Proxy;

  public java.lang.String getInterfaceDescriptor();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.IUiModeManager$Stub$Proxy this
         0: .line 128
            ldc "android.app.IUiModeManager"
            areturn
        end local 0 // android.app.IUiModeManager$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/IUiModeManager$Stub$Proxy;

  public void enableCarMode(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // android.app.IUiModeManager$Stub$Proxy this
        start local 1 // int flags
         0: .line 136
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 137
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 139
            aload 2 /* _data */
            ldc "android.app.IUiModeManager"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 140
            aload 2 /* _data */
            iload 1 /* flags */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 141
            aload 0 /* this */
            getfield android.app.IUiModeManager$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_1
            aload 2 /* _data */
            aload 3 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         5: .line 142
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         6: .line 143
            goto 11
         7: .line 144
      StackMap locals: android.app.IUiModeManager$Stub$Proxy int android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 4
         8: .line 145
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
         9: .line 146
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        10: .line 147
            aload 4
            athrow
        11: .line 145
      StackMap locals:
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 146
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 148
            return
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // int flags
        end local 0 // android.app.IUiModeManager$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Landroid/app/IUiModeManager$Stub$Proxy;
            0   14     1   flags  I
            1   14     2   _data  Landroid/os/Parcel;
            2   14     3  _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2     7       7  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
       Name  Flags
      flags  

  public void disableCarMode(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // android.app.IUiModeManager$Stub$Proxy this
        start local 1 // int flags
         0: .line 154
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 155
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 157
            aload 2 /* _data */
            ldc "android.app.IUiModeManager"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 158
            aload 2 /* _data */
            iload 1 /* flags */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 159
            aload 0 /* this */
            getfield android.app.IUiModeManager$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_2
            aload 2 /* _data */
            aload 3 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         5: .line 160
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         6: .line 161
            goto 11
         7: .line 162
      StackMap locals: android.app.IUiModeManager$Stub$Proxy int android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 4
         8: .line 163
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
         9: .line 164
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        10: .line 165
            aload 4
            athrow
        11: .line 163
      StackMap locals:
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 164
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 166
            return
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // int flags
        end local 0 // android.app.IUiModeManager$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Landroid/app/IUiModeManager$Stub$Proxy;
            0   14     1   flags  I
            1   14     2   _data  Landroid/os/Parcel;
            2   14     3  _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2     7       7  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
       Name  Flags
      flags  

  public int getCurrentModeType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // android.app.IUiModeManager$Stub$Proxy this
         0: .line 169
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 1 /* _data */
        start local 1 // android.os.Parcel _data
         1: .line 170
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _reply */
        start local 2 // android.os.Parcel _reply
         2: .line 173
            aload 1 /* _data */
            ldc "android.app.IUiModeManager"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 174
            aload 0 /* this */
            getfield android.app.IUiModeManager$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_3
            aload 1 /* _data */
            aload 2 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         4: .line 175
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         5: .line 176
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            istore 3 /* _result */
        start local 3 // int _result
         6: .line 177
            goto 11
        end local 3 // int _result
         7: .line 178
      StackMap locals: android.app.IUiModeManager$Stub$Proxy android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 4
         8: .line 179
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
         9: .line 180
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        10: .line 181
            aload 4
            athrow
        start local 3 // int _result
        11: .line 179
      StackMap locals: int
      StackMap stack:
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 180
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 182
            iload 3 /* _result */
            ireturn
        end local 3 // int _result
        end local 2 // android.os.Parcel _reply
        end local 1 // android.os.Parcel _data
        end local 0 // android.app.IUiModeManager$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Landroid/app/IUiModeManager$Stub$Proxy;
            1   14     1    _data  Landroid/os/Parcel;
            2   14     2   _reply  Landroid/os/Parcel;
            6    7     3  _result  I
           11   14     3  _result  I
      Exception table:
        from    to  target  type
           2     7       7  any
    Exceptions:
      throws android.os.RemoteException

  public void setNightMode(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // android.app.IUiModeManager$Stub$Proxy this
        start local 1 // int mode
         0: .line 193
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 194
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 196
            aload 2 /* _data */
            ldc "android.app.IUiModeManager"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 197
            aload 2 /* _data */
            iload 1 /* mode */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 198
            aload 0 /* this */
            getfield android.app.IUiModeManager$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_4
            aload 2 /* _data */
            aload 3 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         5: .line 199
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         6: .line 200
            goto 11
         7: .line 201
      StackMap locals: android.app.IUiModeManager$Stub$Proxy int android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 4
         8: .line 202
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
         9: .line 203
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        10: .line 204
            aload 4
            athrow
        11: .line 202
      StackMap locals:
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 203
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 205
            return
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // int mode
        end local 0 // android.app.IUiModeManager$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Landroid/app/IUiModeManager$Stub$Proxy;
            0   14     1    mode  I
            1   14     2   _data  Landroid/os/Parcel;
            2   14     3  _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2     7       7  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
      Name  Flags
      mode  

  public int getNightMode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // android.app.IUiModeManager$Stub$Proxy this
         0: .line 208
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 1 /* _data */
        start local 1 // android.os.Parcel _data
         1: .line 209
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _reply */
        start local 2 // android.os.Parcel _reply
         2: .line 212
            aload 1 /* _data */
            ldc "android.app.IUiModeManager"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 213
            aload 0 /* this */
            getfield android.app.IUiModeManager$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_5
            aload 1 /* _data */
            aload 2 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         4: .line 214
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         5: .line 215
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            istore 3 /* _result */
        start local 3 // int _result
         6: .line 216
            goto 11
        end local 3 // int _result
         7: .line 217
      StackMap locals: android.app.IUiModeManager$Stub$Proxy android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 4
         8: .line 218
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
         9: .line 219
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        10: .line 220
            aload 4
            athrow
        start local 3 // int _result
        11: .line 218
      StackMap locals: int
      StackMap stack:
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 219
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 221
            iload 3 /* _result */
            ireturn
        end local 3 // int _result
        end local 2 // android.os.Parcel _reply
        end local 1 // android.os.Parcel _data
        end local 0 // android.app.IUiModeManager$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Landroid/app/IUiModeManager$Stub$Proxy;
            1   14     1    _data  Landroid/os/Parcel;
            2   14     2   _reply  Landroid/os/Parcel;
            6    7     3  _result  I
           11   14     3  _result  I
      Exception table:
        from    to  target  type
           2     7       7  any
    Exceptions:
      throws android.os.RemoteException

  public boolean isUiModeLocked();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // android.app.IUiModeManager$Stub$Proxy this
         0: .line 228
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 1 /* _data */
        start local 1 // android.os.Parcel _data
         1: .line 229
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _reply */
        start local 2 // android.os.Parcel _reply
         2: .line 232
            aload 1 /* _data */
            ldc "android.app.IUiModeManager"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 233
            aload 0 /* this */
            getfield android.app.IUiModeManager$Stub$Proxy.mRemote:Landroid/os/IBinder;
            bipush 6
            aload 1 /* _data */
            aload 2 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         4: .line 234
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         5: .line 235
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 6
            iconst_1
            goto 7
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 3 /* _result */
        start local 3 // boolean _result
         8: .line 236
            goto 13
        end local 3 // boolean _result
         9: .line 237
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        10: .line 238
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 239
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 240
            aload 4
            athrow
        start local 3 // boolean _result
        13: .line 238
      StackMap locals: int
      StackMap stack:
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 239
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 241
            iload 3 /* _result */
            ireturn
        end local 3 // boolean _result
        end local 2 // android.os.Parcel _reply
        end local 1 // android.os.Parcel _data
        end local 0 // android.app.IUiModeManager$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Landroid/app/IUiModeManager$Stub$Proxy;
            1   16     1    _data  Landroid/os/Parcel;
            2   16     2   _reply  Landroid/os/Parcel;
            8    9     3  _result  Z
           13   16     3  _result  Z
      Exception table:
        from    to  target  type
           2     9       9  any
    Exceptions:
      throws android.os.RemoteException

  public boolean isNightModeLocked();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // android.app.IUiModeManager$Stub$Proxy this
         0: .line 248
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 1 /* _data */
        start local 1 // android.os.Parcel _data
         1: .line 249
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _reply */
        start local 2 // android.os.Parcel _reply
         2: .line 252
            aload 1 /* _data */
            ldc "android.app.IUiModeManager"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 253
            aload 0 /* this */
            getfield android.app.IUiModeManager$Stub$Proxy.mRemote:Landroid/os/IBinder;
            bipush 7
            aload 1 /* _data */
            aload 2 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         4: .line 254
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         5: .line 255
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 6
            iconst_1
            goto 7
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 3 /* _result */
        start local 3 // boolean _result
         8: .line 256
            goto 13
        end local 3 // boolean _result
         9: .line 257
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        10: .line 258
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 259
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 260
            aload 4
            athrow
        start local 3 // boolean _result
        13: .line 258
      StackMap locals: int
      StackMap stack:
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 259
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 261
            iload 3 /* _result */
            ireturn
        end local 3 // boolean _result
        end local 2 // android.os.Parcel _reply
        end local 1 // android.os.Parcel _data
        end local 0 // android.app.IUiModeManager$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Landroid/app/IUiModeManager$Stub$Proxy;
            1   16     1    _data  Landroid/os/Parcel;
            2   16     2   _reply  Landroid/os/Parcel;
            8    9     3  _result  Z
           13   16     3  _result  Z
      Exception table:
        from    to  target  type
           2     9       9  any
    Exceptions:
      throws android.os.RemoteException
}
SourceFile: "IUiModeManager.java"
NestHost: android.app.IUiModeManager
InnerClasses:
  public abstract Stub = android.app.IUiModeManager$Stub of android.app.IUiModeManager
  private Proxy = android.app.IUiModeManager$Stub$Proxy of android.app.IUiModeManager$Stub