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

  private final android.content.pm.ICrossProfileApps mService;
    descriptor: Landroid/content/pm/ICrossProfileApps;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final android.content.res.Resources mResources;
    descriptor: Landroid/content/res/Resources;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(android.content.Context, android.content.pm.ICrossProfileApps);
    descriptor: (Landroid/content/Context;Landroid/content/pm/ICrossProfileApps;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.content.pm.CrossProfileApps this
        start local 1 // android.content.Context context
        start local 2 // android.content.pm.ICrossProfileApps service
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            aload 1 /* context */
            putfield android.content.pm.CrossProfileApps.mContext:Landroid/content/Context;
         2: .line 48
            aload 0 /* this */
            aload 2 /* service */
            putfield android.content.pm.CrossProfileApps.mService:Landroid/content/pm/ICrossProfileApps;
         3: .line 49
            aload 0 /* this */
            aload 1 /* context */
            ldc Landroid/os/UserManager;
            invokevirtual android.content.Context.getSystemService:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast android.os.UserManager
            putfield android.content.pm.CrossProfileApps.mUserManager:Landroid/os/UserManager;
         4: .line 50
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual android.content.Context.getResources:()Landroid/content/res/Resources;
            putfield android.content.pm.CrossProfileApps.mResources:Landroid/content/res/Resources;
         5: .line 51
            return
        end local 2 // android.content.pm.ICrossProfileApps service
        end local 1 // android.content.Context context
        end local 0 // android.content.pm.CrossProfileApps this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Landroid/content/pm/CrossProfileApps;
            0    6     1  context  Landroid/content/Context;
            0    6     2  service  Landroid/content/pm/ICrossProfileApps;
    MethodParameters:
         Name  Flags
      context  
      service  

  public void startMainActivity(android.content.ComponentName, android.os.UserHandle);
    descriptor: (Landroid/content/ComponentName;Landroid/os/UserHandle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // android.content.pm.CrossProfileApps this
        start local 1 // android.content.ComponentName component
        start local 2 // android.os.UserHandle targetUser
         0: .line 67
            aload 0 /* this */
            getfield android.content.pm.CrossProfileApps.mService:Landroid/content/pm/ICrossProfileApps;
         1: .line 68
            aload 0 /* this */
            getfield android.content.pm.CrossProfileApps.mContext:Landroid/content/Context;
            invokevirtual android.content.Context.getIApplicationThread:()Landroid/app/IApplicationThread;
         2: .line 69
            aload 0 /* this */
            getfield android.content.pm.CrossProfileApps.mContext:Landroid/content/Context;
            invokevirtual android.content.Context.getPackageName:()Ljava/lang/String;
         3: .line 70
            aload 1 /* component */
         4: .line 71
            aload 2 /* targetUser */
         5: .line 67
            invokeinterface android.content.pm.ICrossProfileApps.startActivityAsUser:(Landroid/app/IApplicationThread;Ljava/lang/String;Landroid/content/ComponentName;Landroid/os/UserHandle;)V
         6: .line 72
            goto 9
      StackMap locals:
      StackMap stack: android.os.RemoteException
         7: astore 3 /* ex */
        start local 3 // android.os.RemoteException ex
         8: .line 73
            aload 3 /* ex */
            invokevirtual android.os.RemoteException.rethrowFromSystemServer:()Ljava/lang/RuntimeException;
            athrow
        end local 3 // android.os.RemoteException ex
         9: .line 75
      StackMap locals:
      StackMap stack:
            return
        end local 2 // android.os.UserHandle targetUser
        end local 1 // android.content.ComponentName component
        end local 0 // android.content.pm.CrossProfileApps this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Landroid/content/pm/CrossProfileApps;
            0   10     1   component  Landroid/content/ComponentName;
            0   10     2  targetUser  Landroid/os/UserHandle;
            8    9     3          ex  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     6       7  Class android.os.RemoteException
    MethodParameters:
            Name  Flags
      component   
      targetUser  

  public java.util.List<android.os.UserHandle> getTargetUserProfiles();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.content.pm.CrossProfileApps this
         0: .line 93
            aload 0 /* this */
            getfield android.content.pm.CrossProfileApps.mService:Landroid/content/pm/ICrossProfileApps;
            aload 0 /* this */
            getfield android.content.pm.CrossProfileApps.mContext:Landroid/content/Context;
            invokevirtual android.content.Context.getPackageName:()Ljava/lang/String;
            invokeinterface android.content.pm.ICrossProfileApps.getTargetUserProfiles:(Ljava/lang/String;)Ljava/util/List;
         1: areturn
         2: .line 94
      StackMap locals:
      StackMap stack: android.os.RemoteException
            astore 1 /* ex */
        start local 1 // android.os.RemoteException ex
         3: .line 95
            aload 1 /* ex */
            invokevirtual android.os.RemoteException.rethrowFromSystemServer:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // android.os.RemoteException ex
        end local 0 // android.content.pm.CrossProfileApps this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/content/pm/CrossProfileApps;
            3    4     1    ex  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException
    Signature: ()Ljava/util/List<Landroid/os/UserHandle;>;

  public java.lang.CharSequence getProfileSwitchingLabel(android.os.UserHandle);
    descriptor: (Landroid/os/UserHandle;)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.CrossProfileApps this
         0: .line 116
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.CrossProfileApps this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/CrossProfileApps;
    MethodParameters:
            Name  Flags
      userHandle  

  public android.graphics.drawable.Drawable getProfileSwitchingIconDrawable(android.os.UserHandle);
    descriptor: (Landroid/os/UserHandle;)Landroid/graphics/drawable/Drawable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.content.pm.CrossProfileApps this
         0: .line 140
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.CrossProfileApps this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/CrossProfileApps;
    MethodParameters:
            Name  Flags
      userHandle  

  private void verifyCanAccessUser(android.os.UserHandle);
    descriptor: (Landroid/os/UserHandle;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // android.content.pm.CrossProfileApps this
        start local 1 // android.os.UserHandle userHandle
         0: .line 148
            aload 0 /* this */
            invokevirtual android.content.pm.CrossProfileApps.getTargetUserProfiles:()Ljava/util/List;
            aload 1 /* userHandle */
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 149
            new java.lang.SecurityException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Not allowed to access "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* userHandle */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.SecurityException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 151
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.os.UserHandle userHandle
        end local 0 // android.content.pm.CrossProfileApps this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Landroid/content/pm/CrossProfileApps;
            0    3     1  userHandle  Landroid/os/UserHandle;
    MethodParameters:
            Name  Flags
      userHandle  
}
SourceFile: "CrossProfileApps.java"