public final class android.view.textclassifier.TextSelection$Request implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.view.textclassifier.TextSelection$Request
  super_class: java.lang.Object
{
  private final java.lang.CharSequence mText;
    descriptor: Ljava/lang/CharSequence;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

  private final boolean mDarkLaunchAllowed;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static final android.os.Parcelable$Creator<android.view.textclassifier.TextSelection$Request> CREATOR;
    descriptor: Landroid/os/Parcelable$Creator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Landroid/os/Parcelable$Creator<Landroid/view/textclassifier/TextSelection$Request;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 325
            new android.view.textclassifier.TextSelection$Request$1
            dup
            invokespecial android.view.textclassifier.TextSelection$Request$1.<init>:()V
         1: .line 324
            putstatic android.view.textclassifier.TextSelection$Request.CREATOR:Landroid/os/Parcelable$Creator;
         2: .line 335
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.CharSequence, int, int, android.os.LocaleList, boolean);
    descriptor: (Ljava/lang/CharSequence;IILandroid/os/LocaleList;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // android.view.textclassifier.TextSelection$Request this
        start local 1 // java.lang.CharSequence text
        start local 2 // int startIndex
        start local 3 // int endIndex
        start local 4 // android.os.LocaleList defaultLocales
        start local 5 // boolean darkLaunchAllowed
         0: .line 183
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 189
            aload 0 /* this */
            aload 1 /* text */
            putfield android.view.textclassifier.TextSelection$Request.mText:Ljava/lang/CharSequence;
         2: .line 190
            aload 0 /* this */
            iload 2 /* startIndex */
            putfield android.view.textclassifier.TextSelection$Request.mStartIndex:I
         3: .line 191
            aload 0 /* this */
            iload 3 /* endIndex */
            putfield android.view.textclassifier.TextSelection$Request.mEndIndex:I
         4: .line 192
            aload 0 /* this */
            aload 4 /* defaultLocales */
            putfield android.view.textclassifier.TextSelection$Request.mDefaultLocales:Landroid/os/LocaleList;
         5: .line 193
            aload 0 /* this */
            iload 5 /* darkLaunchAllowed */
            putfield android.view.textclassifier.TextSelection$Request.mDarkLaunchAllowed:Z
         6: .line 194
            return
        end local 5 // boolean darkLaunchAllowed
        end local 4 // android.os.LocaleList defaultLocales
        end local 3 // int endIndex
        end local 2 // int startIndex
        end local 1 // java.lang.CharSequence text
        end local 0 // android.view.textclassifier.TextSelection$Request this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0               this  Landroid/view/textclassifier/TextSelection$Request;
            0    7     1               text  Ljava/lang/CharSequence;
            0    7     2         startIndex  I
            0    7     3           endIndex  I
            0    7     4     defaultLocales  Landroid/os/LocaleList;
            0    7     5  darkLaunchAllowed  Z
    MethodParameters:
                   Name  Flags
      text               
      startIndex         
      endIndex           
      defaultLocales     
      darkLaunchAllowed  

  public java.lang.CharSequence getText();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.view.textclassifier.TextSelection$Request this
         0: .line 202
            aload 0 /* this */
            getfield android.view.textclassifier.TextSelection$Request.mText:Ljava/lang/CharSequence;
            areturn
        end local 0 // android.view.textclassifier.TextSelection$Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/textclassifier/TextSelection$Request;

  public int getStartIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.view.textclassifier.TextSelection$Request this
         0: .line 210
            aload 0 /* this */
            getfield android.view.textclassifier.TextSelection$Request.mStartIndex:I
            ireturn
        end local 0 // android.view.textclassifier.TextSelection$Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/textclassifier/TextSelection$Request;

  public int getEndIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.view.textclassifier.TextSelection$Request this
         0: .line 218
            aload 0 /* this */
            getfield android.view.textclassifier.TextSelection$Request.mEndIndex:I
            ireturn
        end local 0 // android.view.textclassifier.TextSelection$Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/textclassifier/TextSelection$Request;

  public boolean isDarkLaunchAllowed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.view.textclassifier.TextSelection$Request this
         0: .line 228
            aload 0 /* this */
            getfield android.view.textclassifier.TextSelection$Request.mDarkLaunchAllowed:Z
            ireturn
        end local 0 // android.view.textclassifier.TextSelection$Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/textclassifier/TextSelection$Request;

  public android.os.LocaleList getDefaultLocales();
    descriptor: ()Landroid/os/LocaleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.view.textclassifier.TextSelection$Request this
         0: .line 237
            aload 0 /* this */
            getfield android.view.textclassifier.TextSelection$Request.mDefaultLocales:Landroid/os/LocaleList;
            areturn
        end local 0 // android.view.textclassifier.TextSelection$Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/textclassifier/TextSelection$Request;

  public int describeContents();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.view.textclassifier.TextSelection$Request this
         0: .line 310
            iconst_0
            ireturn
        end local 0 // android.view.textclassifier.TextSelection$Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/textclassifier/TextSelection$Request;

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.view.textclassifier.TextSelection$Request this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 315
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.view.textclassifier.TextSelection$Request.mText:Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         1: .line 316
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.view.textclassifier.TextSelection$Request.mStartIndex:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         2: .line 317
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.view.textclassifier.TextSelection$Request.mEndIndex:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 318
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.view.textclassifier.TextSelection$Request.mDefaultLocales:Landroid/os/LocaleList;
            ifnull 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack: android.os.Parcel
         4: iconst_0
      StackMap locals: android.view.textclassifier.TextSelection$Request android.os.Parcel int
      StackMap stack: android.os.Parcel int
         5: invokevirtual android.os.Parcel.writeInt:(I)V
         6: .line 319
            aload 0 /* this */
            getfield android.view.textclassifier.TextSelection$Request.mDefaultLocales:Landroid/os/LocaleList;
            ifnull 8
         7: .line 320
            aload 0 /* this */
            getfield android.view.textclassifier.TextSelection$Request.mDefaultLocales:Landroid/os/LocaleList;
            aload 1 /* dest */
            iload 2 /* flags */
            invokevirtual android.os.LocaleList.writeToParcel:(Landroid/os/Parcel;I)V
         8: .line 322
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.view.textclassifier.TextSelection$Request this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Landroid/view/textclassifier/TextSelection$Request;
            0    9     1   dest  Landroid/os/Parcel;
            0    9     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  

  private void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.view.textclassifier.TextSelection$Request this
        start local 1 // android.os.Parcel in
         0: .line 337
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 338
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            putfield android.view.textclassifier.TextSelection$Request.mText:Ljava/lang/CharSequence;
         2: .line 339
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.view.textclassifier.TextSelection$Request.mStartIndex:I
         3: .line 340
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.view.textclassifier.TextSelection$Request.mEndIndex:I
         4: .line 341
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            ifne 5
            aconst_null
            goto 6
      StackMap locals: android.view.textclassifier.TextSelection$Request android.os.Parcel
      StackMap stack: android.view.textclassifier.TextSelection$Request
         5: getstatic android.os.LocaleList.CREATOR:Landroid/os/Parcelable$Creator;
            aload 1 /* in */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.os.LocaleList
      StackMap locals: android.view.textclassifier.TextSelection$Request android.os.Parcel
      StackMap stack: android.view.textclassifier.TextSelection$Request android.os.LocaleList
         6: putfield android.view.textclassifier.TextSelection$Request.mDefaultLocales:Landroid/os/LocaleList;
         7: .line 342
            aload 0 /* this */
            iconst_0
            putfield android.view.textclassifier.TextSelection$Request.mDarkLaunchAllowed:Z
         8: .line 343
            return
        end local 1 // android.os.Parcel in
        end local 0 // android.view.textclassifier.TextSelection$Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Landroid/view/textclassifier/TextSelection$Request;
            0    9     1    in  Landroid/os/Parcel;
    MethodParameters:
      Name  Flags
      in    
}
SourceFile: "TextSelection.java"
NestHost: android.view.textclassifier.TextSelection
InnerClasses:
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable
  public final Request = android.view.textclassifier.TextSelection$Request of android.view.textclassifier.TextSelection
  android.view.textclassifier.TextSelection$Request$1
  public final Builder = android.view.textclassifier.TextSelection$Request$Builder of android.view.textclassifier.TextSelection$Request