public final class android.content.pm.LauncherApps$PinItemRequest implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.content.pm.LauncherApps$PinItemRequest
  super_class: java.lang.Object
{
  public static final int REQUEST_TYPE_SHORTCUT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int REQUEST_TYPE_APPWIDGET;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private final int mRequestType;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public static final android.os.Parcelable$Creator<android.content.pm.LauncherApps$PinItemRequest> CREATOR;
    descriptor: Landroid/os/Parcelable$Creator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Landroid/os/Parcelable$Creator<Landroid/content/pm/LauncherApps$PinItemRequest;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 1585
            new android.content.pm.LauncherApps$PinItemRequest$1
            dup
            invokespecial android.content.pm.LauncherApps$PinItemRequest$1.<init>:()V
         1: .line 1584
            putstatic android.content.pm.LauncherApps$PinItemRequest.CREATOR:Landroid/os/Parcelable$Creator;
         2: .line 1592
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(android.content.pm.IPinItemRequest, int);
    descriptor: (Landroid/content/pm/IPinItemRequest;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.content.pm.LauncherApps$PinItemRequest this
        start local 1 // android.content.pm.IPinItemRequest inner
        start local 2 // int type
         0: .line 1455
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1456
            aload 0 /* this */
            aload 1 /* inner */
            putfield android.content.pm.LauncherApps$PinItemRequest.mInner:Landroid/content/pm/IPinItemRequest;
         2: .line 1457
            aload 0 /* this */
            iload 2 /* type */
            putfield android.content.pm.LauncherApps$PinItemRequest.mRequestType:I
         3: .line 1458
            return
        end local 2 // int type
        end local 1 // android.content.pm.IPinItemRequest inner
        end local 0 // android.content.pm.LauncherApps$PinItemRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/content/pm/LauncherApps$PinItemRequest;
            0    4     1  inner  Landroid/content/pm/IPinItemRequest;
            0    4     2   type  I
    MethodParameters:
       Name  Flags
      inner  
      type   

  public int getRequestType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.pm.LauncherApps$PinItemRequest this
         0: .line 1467
            aload 0 /* this */
            getfield android.content.pm.LauncherApps$PinItemRequest.mRequestType:I
            ireturn
        end local 0 // android.content.pm.LauncherApps$PinItemRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/LauncherApps$PinItemRequest;

  public android.content.pm.ShortcutInfo getShortcutInfo();
    descriptor: ()Landroid/content/pm/ShortcutInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // android.content.pm.LauncherApps$PinItemRequest this
         0: .line 1481
            aload 0 /* this */
            getfield android.content.pm.LauncherApps$PinItemRequest.mInner:Landroid/content/pm/IPinItemRequest;
            invokeinterface android.content.pm.IPinItemRequest.getShortcutInfo:()Landroid/content/pm/ShortcutInfo;
         1: areturn
         2: .line 1482
      StackMap locals:
      StackMap stack: android.os.RemoteException
            astore 1 /* e */
        start local 1 // android.os.RemoteException e
         3: .line 1483
            aload 1 /* e */
            invokevirtual android.os.RemoteException.rethrowAsRuntimeException:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // android.os.RemoteException e
        end local 0 // android.content.pm.LauncherApps$PinItemRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/content/pm/LauncherApps$PinItemRequest;
            3    4     1     e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException

  public android.appwidget.AppWidgetProviderInfo getAppWidgetProviderInfo(android.content.Context);
    descriptor: (Landroid/content/Context;)Landroid/appwidget/AppWidgetProviderInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.content.pm.LauncherApps$PinItemRequest this
        start local 1 // android.content.Context context
         0: .line 1502
            aload 0 /* this */
            getfield android.content.pm.LauncherApps$PinItemRequest.mInner:Landroid/content/pm/IPinItemRequest;
            invokeinterface android.content.pm.IPinItemRequest.getAppWidgetProviderInfo:()Landroid/appwidget/AppWidgetProviderInfo;
            astore 2 /* info */
        start local 2 // android.appwidget.AppWidgetProviderInfo info
         1: .line 1503
            aload 2 /* info */
            ifnonnull 3
         2: .line 1504
            aconst_null
            areturn
         3: .line 1506
      StackMap locals: android.appwidget.AppWidgetProviderInfo
      StackMap stack:
            aload 2 /* info */
            aload 1 /* context */
            invokevirtual android.content.Context.getResources:()Landroid/content/res/Resources;
            invokevirtual android.content.res.Resources.getDisplayMetrics:()Landroid/util/DisplayMetrics;
            invokevirtual android.appwidget.AppWidgetProviderInfo.updateDimensions:(Landroid/util/DisplayMetrics;)V
         4: .line 1507
            aload 2 /* info */
         5: areturn
        end local 2 // android.appwidget.AppWidgetProviderInfo info
         6: .line 1508
      StackMap locals: android.content.pm.LauncherApps$PinItemRequest android.content.Context
      StackMap stack: android.os.RemoteException
            astore 2 /* e */
        start local 2 // android.os.RemoteException e
         7: .line 1509
            aload 2 /* e */
            invokevirtual android.os.RemoteException.rethrowAsRuntimeException:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // android.os.RemoteException e
        end local 1 // android.content.Context context
        end local 0 // android.content.pm.LauncherApps$PinItemRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Landroid/content/pm/LauncherApps$PinItemRequest;
            0    8     1  context  Landroid/content/Context;
            1    6     2     info  Landroid/appwidget/AppWidgetProviderInfo;
            7    8     2        e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     2       6  Class android.os.RemoteException
           3     5       6  Class android.os.RemoteException
    MethodParameters:
         Name  Flags
      context  

  public android.os.Bundle getExtras();
    descriptor: ()Landroid/os/Bundle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // android.content.pm.LauncherApps$PinItemRequest this
         0: .line 1524
            aload 0 /* this */
            getfield android.content.pm.LauncherApps$PinItemRequest.mInner:Landroid/content/pm/IPinItemRequest;
            invokeinterface android.content.pm.IPinItemRequest.getExtras:()Landroid/os/Bundle;
         1: areturn
         2: .line 1525
      StackMap locals:
      StackMap stack: android.os.RemoteException
            astore 1 /* e */
        start local 1 // android.os.RemoteException e
         3: .line 1526
            aload 1 /* e */
            invokevirtual android.os.RemoteException.rethrowAsRuntimeException:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // android.os.RemoteException e
        end local 0 // android.content.pm.LauncherApps$PinItemRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/content/pm/LauncherApps$PinItemRequest;
            3    4     1     e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException

  public boolean isValid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.pm.LauncherApps$PinItemRequest this
         0: .line 1537
            aload 0 /* this */
            getfield android.content.pm.LauncherApps$PinItemRequest.mInner:Landroid/content/pm/IPinItemRequest;
            invokeinterface android.content.pm.IPinItemRequest.isValid:()Z
         1: ireturn
         2: .line 1538
      StackMap locals:
      StackMap stack: android.os.RemoteException
            pop
         3: .line 1539
            iconst_0
            ireturn
        end local 0 // android.content.pm.LauncherApps$PinItemRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/content/pm/LauncherApps$PinItemRequest;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException

  public boolean accept(android.os.Bundle);
    descriptor: (Landroid/os/Bundle;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.content.pm.LauncherApps$PinItemRequest this
        start local 1 // android.os.Bundle options
         0: .line 1554
            aload 0 /* this */
            getfield android.content.pm.LauncherApps$PinItemRequest.mInner:Landroid/content/pm/IPinItemRequest;
            aload 1 /* options */
            invokeinterface android.content.pm.IPinItemRequest.accept:(Landroid/os/Bundle;)Z
         1: ireturn
         2: .line 1555
      StackMap locals:
      StackMap stack: android.os.RemoteException
            astore 2 /* e */
        start local 2 // android.os.RemoteException e
         3: .line 1556
            aload 2 /* e */
            invokevirtual android.os.RemoteException.rethrowFromSystemServer:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // android.os.RemoteException e
        end local 1 // android.os.Bundle options
        end local 0 // android.content.pm.LauncherApps$PinItemRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Landroid/content/pm/LauncherApps$PinItemRequest;
            0    4     1  options  Landroid/os/Bundle;
            3    4     2        e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException
    MethodParameters:
         Name  Flags
      options  

  public boolean accept();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.content.pm.LauncherApps$PinItemRequest this
         0: .line 1568
            aload 0 /* this */
            aconst_null
            invokevirtual android.content.pm.LauncherApps$PinItemRequest.accept:(Landroid/os/Bundle;)Z
            ireturn
        end local 0 // android.content.pm.LauncherApps$PinItemRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/LauncherApps$PinItemRequest;

  private void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.pm.LauncherApps$PinItemRequest this
        start local 1 // android.os.Parcel source
         0: .line 1571
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1572
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            pop
         2: .line 1574
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.content.pm.LauncherApps$PinItemRequest.mRequestType:I
         3: .line 1575
            aload 0 /* this */
            aload 1 /* source */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            invokestatic android.content.pm.IPinItemRequest$Stub.asInterface:(Landroid/os/IBinder;)Landroid/content/pm/IPinItemRequest;
            putfield android.content.pm.LauncherApps$PinItemRequest.mInner:Landroid/content/pm/IPinItemRequest;
         4: .line 1576
            return
        end local 1 // android.os.Parcel source
        end local 0 // android.content.pm.LauncherApps$PinItemRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Landroid/content/pm/LauncherApps$PinItemRequest;
            0    5     1  source  Landroid/os/Parcel;
    MethodParameters:
        Name  Flags
      source  

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.content.pm.LauncherApps$PinItemRequest this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 1580
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.content.pm.LauncherApps$PinItemRequest.mRequestType:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         1: .line 1581
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.content.pm.LauncherApps$PinItemRequest.mInner:Landroid/content/pm/IPinItemRequest;
            invokeinterface android.content.pm.IPinItemRequest.asBinder:()Landroid/os/IBinder;
            invokevirtual android.os.Parcel.writeStrongBinder:(Landroid/os/IBinder;)V
         2: .line 1582
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.content.pm.LauncherApps$PinItemRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/content/pm/LauncherApps$PinItemRequest;
            0    3     1   dest  Landroid/os/Parcel;
            0    3     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  

  public int describeContents();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.pm.LauncherApps$PinItemRequest this
         0: .line 1596
            iconst_0
            ireturn
        end local 0 // android.content.pm.LauncherApps$PinItemRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/LauncherApps$PinItemRequest;
}
SourceFile: "LauncherApps.java"
NestHost: android.content.pm.LauncherApps
InnerClasses:
  public abstract Stub = android.content.pm.IPinItemRequest$Stub of android.content.pm.IPinItemRequest
  public final PinItemRequest = android.content.pm.LauncherApps$PinItemRequest of android.content.pm.LauncherApps
  android.content.pm.LauncherApps$PinItemRequest$1
  public abstract RequestType = android.content.pm.LauncherApps$PinItemRequest$RequestType of android.content.pm.LauncherApps$PinItemRequest
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable