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

  public final void onUserSwitching(int, android.os.IRemoteCallback);
    descriptor: (ILandroid/os/IRemoteCallback;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // android.app.SynchronousUserSwitchObserver this
        start local 1 // int newUserId
        start local 2 // android.os.IRemoteCallback reply
         0: .line 36
            aload 0 /* this */
            iload 1 /* newUserId */
            invokevirtual android.app.SynchronousUserSwitchObserver.onUserSwitching:(I)V
         1: .line 37
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 3
         3: .line 38
            aload 2 /* reply */
            ifnull 5
         4: .line 39
            aload 2 /* reply */
            aconst_null
            invokeinterface android.os.IRemoteCallback.sendResult:(Landroid/os/Bundle;)V
         5: .line 41
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 3
            athrow
         6: .line 38
      StackMap locals:
      StackMap stack:
            aload 2 /* reply */
            ifnull 8
         7: .line 39
            aload 2 /* reply */
            aconst_null
            invokeinterface android.os.IRemoteCallback.sendResult:(Landroid/os/Bundle;)V
         8: .line 42
      StackMap locals:
      StackMap stack:
            return
        end local 2 // android.os.IRemoteCallback reply
        end local 1 // int newUserId
        end local 0 // android.app.SynchronousUserSwitchObserver this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Landroid/app/SynchronousUserSwitchObserver;
            0    9     1  newUserId  I
            0    9     2      reply  Landroid/os/IRemoteCallback;
      Exception table:
        from    to  target  type
           0     2       2  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      newUserId  
      reply      

  public abstract void onUserSwitching(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      newUserId  
}
SourceFile: "SynchronousUserSwitchObserver.java"