class android.service.voice.VoiceInteractionSession$2$1 extends java.lang.Thread
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.service.voice.VoiceInteractionSession$2$1
  super_class: java.lang.Thread
{
  final android.service.voice.VoiceInteractionSession$2 this$1;
    descriptor: Landroid/service/voice/VoiceInteractionSession$2;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final android.app.assist.AssistStructure val$structure;
    descriptor: Landroid/app/assist/AssistStructure;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final android.os.Bundle val$data;
    descriptor: Landroid/os/Bundle;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final android.app.assist.AssistContent val$content;
    descriptor: Landroid/app/assist/AssistContent;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$index;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$count;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.service.voice.VoiceInteractionSession$2, java.lang.String, android.app.assist.AssistStructure, android.os.Bundle, android.app.assist.AssistContent, int, int);
    descriptor: (Landroid/service/voice/VoiceInteractionSession$2;Ljava/lang/String;Landroid/app/assist/AssistStructure;Landroid/os/Bundle;Landroid/app/assist/AssistContent;II)V
    flags: (0x0000) 
    Code:
      stack=2, locals=8, args_size=8
        start local 0 // android.service.voice.VoiceInteractionSession$2$1 this
        start local 2 // java.lang.String $anonymous0
         0: .line 240
            aload 0 /* this */
            aload 1
            putfield android.service.voice.VoiceInteractionSession$2$1.this$1:Landroid/service/voice/VoiceInteractionSession$2;
            aload 0 /* this */
            aload 3
            putfield android.service.voice.VoiceInteractionSession$2$1.val$structure:Landroid/app/assist/AssistStructure;
            aload 0 /* this */
            aload 4
            putfield android.service.voice.VoiceInteractionSession$2$1.val$data:Landroid/os/Bundle;
            aload 0 /* this */
            aload 5
            putfield android.service.voice.VoiceInteractionSession$2$1.val$content:Landroid/app/assist/AssistContent;
            aload 0 /* this */
            iload 6
            putfield android.service.voice.VoiceInteractionSession$2$1.val$index:I
            aload 0 /* this */
            iload 7
            putfield android.service.voice.VoiceInteractionSession$2$1.val$count:I
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial java.lang.Thread.<init>:(Ljava/lang/String;)V
            return
        end local 2 // java.lang.String $anonymous0
        end local 0 // android.service.voice.VoiceInteractionSession$2$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Landroid/service/voice/VoiceInteractionSession$2$1;
            0    1     2  $anonymous0  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      this$0         final
      $anonymous0    
      val$structure  final
      val$data       final
      val$content    final
      val$index      final
      val$count      final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=3, args_size=1
        start local 0 // android.service.voice.VoiceInteractionSession$2$1 this
         0: .line 243
            aconst_null
            astore 1 /* failure */
        start local 1 // java.lang.Throwable failure
         1: .line 244
            aload 0 /* this */
            getfield android.service.voice.VoiceInteractionSession$2$1.val$structure:Landroid/app/assist/AssistStructure;
            ifnull 7
         2: .line 246
            aload 0 /* this */
            getfield android.service.voice.VoiceInteractionSession$2$1.val$structure:Landroid/app/assist/AssistStructure;
            invokevirtual android.app.assist.AssistStructure.ensureData:()V
         3: .line 247
            goto 7
      StackMap locals: android.service.voice.VoiceInteractionSession$2$1 java.lang.Throwable
      StackMap stack: java.lang.Throwable
         4: astore 2 /* e */
        start local 2 // java.lang.Throwable e
         5: .line 248
            ldc "VoiceInteractionSession"
            ldc "Failure retrieving AssistStructure"
            aload 2 /* e */
            invokestatic android.util.Log.w:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
         6: .line 249
            aload 2 /* e */
            astore 1 /* failure */
        end local 2 // java.lang.Throwable e
         7: .line 252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.service.voice.VoiceInteractionSession$2$1.this$1:Landroid/service/voice/VoiceInteractionSession$2;
            invokestatic android.service.voice.VoiceInteractionSession$2.access$0:(Landroid/service/voice/VoiceInteractionSession$2;)Landroid/service/voice/VoiceInteractionSession;
            getfield android.service.voice.VoiceInteractionSession.mHandlerCaller:Lcom/android/internal/os/HandlerCaller;
            aload 0 /* this */
            getfield android.service.voice.VoiceInteractionSession$2$1.this$1:Landroid/service/voice/VoiceInteractionSession$2;
            invokestatic android.service.voice.VoiceInteractionSession$2.access$0:(Landroid/service/voice/VoiceInteractionSession$2;)Landroid/service/voice/VoiceInteractionSession;
            getfield android.service.voice.VoiceInteractionSession.mHandlerCaller:Lcom/android/internal/os/HandlerCaller;
            bipush 104
         8: .line 253
            aload 0 /* this */
            getfield android.service.voice.VoiceInteractionSession$2$1.val$data:Landroid/os/Bundle;
            aload 1 /* failure */
            ifnonnull 9
            aload 0 /* this */
            getfield android.service.voice.VoiceInteractionSession$2$1.val$structure:Landroid/app/assist/AssistStructure;
            goto 10
      StackMap locals: android.service.voice.VoiceInteractionSession$2$1 java.lang.Throwable
      StackMap stack: com.android.internal.os.HandlerCaller com.android.internal.os.HandlerCaller int android.os.Bundle
         9: aconst_null
      StackMap locals: android.service.voice.VoiceInteractionSession$2$1 java.lang.Throwable
      StackMap stack: com.android.internal.os.HandlerCaller com.android.internal.os.HandlerCaller int android.os.Bundle android.app.assist.AssistStructure
        10: aload 1 /* failure */
            aload 0 /* this */
            getfield android.service.voice.VoiceInteractionSession$2$1.val$content:Landroid/app/assist/AssistContent;
        11: .line 254
            aload 0 /* this */
            getfield android.service.voice.VoiceInteractionSession$2$1.val$index:I
            aload 0 /* this */
            getfield android.service.voice.VoiceInteractionSession$2$1.val$count:I
        12: .line 252
            invokevirtual com.android.internal.os.HandlerCaller.obtainMessageOOOOII:(ILjava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;II)Landroid/os/Message;
            invokevirtual com.android.internal.os.HandlerCaller.sendMessage:(Landroid/os/Message;)V
        13: .line 255
            return
        end local 1 // java.lang.Throwable failure
        end local 0 // android.service.voice.VoiceInteractionSession$2$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Landroid/service/voice/VoiceInteractionSession$2$1;
            1   14     1  failure  Ljava/lang/Throwable;
            5    7     2        e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Throwable
}
SourceFile: "VoiceInteractionSession.java"
EnclosingMethod: android.service.voice.VoiceInteractionSession$2.handleAssist:(Landroid/os/Bundle;Landroid/app/assist/AssistStructure;Landroid/app/assist/AssistContent;II)V
NestHost: android.service.voice.VoiceInteractionSession
InnerClasses:
  android.service.voice.VoiceInteractionSession$2
  android.service.voice.VoiceInteractionSession$2$1