public class android.app.UserSwitchObserver extends android.app.IUserSwitchObserver$Stub
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.app.UserSwitchObserver
  super_class: android.app.IUserSwitchObserver$Stub
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.UserSwitchObserver this
         0: .line 25
            aload 0 /* this */
            invokespecial android.app.IUserSwitchObserver$Stub.<init>:()V
            return
        end local 0 // android.app.UserSwitchObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/UserSwitchObserver;

  public void onUserSwitching(int, android.os.IRemoteCallback);
    descriptor: (ILandroid/os/IRemoteCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.app.UserSwitchObserver this
        start local 1 // int newUserId
        start local 2 // android.os.IRemoteCallback reply
         0: .line 28
            aload 2 /* reply */
            ifnull 2
         1: .line 29
            aload 2 /* reply */
            aconst_null
            invokeinterface android.os.IRemoteCallback.sendResult:(Landroid/os/Bundle;)V
         2: .line 31
      StackMap locals:
      StackMap stack:
            return
        end local 2 // android.os.IRemoteCallback reply
        end local 1 // int newUserId
        end local 0 // android.app.UserSwitchObserver this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Landroid/app/UserSwitchObserver;
            0    3     1  newUserId  I
            0    3     2      reply  Landroid/os/IRemoteCallback;
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      newUserId  
      reply      

  public void onUserSwitchComplete(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.app.UserSwitchObserver this
        start local 1 // int newUserId
         0: .line 34
            return
        end local 1 // int newUserId
        end local 0 // android.app.UserSwitchObserver this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Landroid/app/UserSwitchObserver;
            0    1     1  newUserId  I
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      newUserId  

  public void onForegroundProfileSwitch(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.app.UserSwitchObserver this
        start local 1 // int newProfileId
         0: .line 37
            return
        end local 1 // int newProfileId
        end local 0 // android.app.UserSwitchObserver this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Landroid/app/UserSwitchObserver;
            0    1     1  newProfileId  I
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
              Name  Flags
      newProfileId  

  public void onLockedBootComplete(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.app.UserSwitchObserver this
        start local 1 // int newUserId
         0: .line 40
            return
        end local 1 // int newUserId
        end local 0 // android.app.UserSwitchObserver this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Landroid/app/UserSwitchObserver;
            0    1     1  newUserId  I
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      newUserId  
}
SourceFile: "UserSwitchObserver.java"
InnerClasses:
  public abstract Stub = android.app.IUserSwitchObserver$Stub of android.app.IUserSwitchObserver