public interface android.app.IUserSwitchObserver extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.app.IUserSwitchObserver
  super_class: java.lang.Object
{
  public abstract void onUserSwitching(int, android.os.IRemoteCallback);
    descriptor: (ILandroid/os/IRemoteCallback;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      newUserId  
      reply      

  public abstract void onUserSwitchComplete(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      newUserId  

  public abstract void onForegroundProfileSwitch(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
              Name  Flags
      newProfileId  

  public abstract void onLockedBootComplete(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      newUserId  
}
SourceFile: "IUserSwitchObserver.java"
NestMembers:
  android.app.IUserSwitchObserver$Stub  android.app.IUserSwitchObserver$Stub$Proxy
InnerClasses:
  public abstract Stub = android.app.IUserSwitchObserver$Stub of android.app.IUserSwitchObserver