class android.speech.RecognitionService$StartListeningArgs
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.speech.RecognitionService$StartListeningArgs
  super_class: java.lang.Object
{
  public final android.content.Intent mIntent;
    descriptor: Landroid/content/Intent;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final android.speech.IRecognitionListener mListener;
    descriptor: Landroid/speech/IRecognitionListener;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int mCallingUid;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  final android.speech.RecognitionService this$0;
    descriptor: Landroid/speech/RecognitionService;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(android.speech.RecognitionService, android.content.Intent, android.speech.IRecognitionListener, int);
    descriptor: (Landroid/speech/RecognitionService;Landroid/content/Intent;Landroid/speech/IRecognitionListener;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // android.speech.RecognitionService$StartListeningArgs this
        start local 2 // android.content.Intent intent
        start local 3 // android.speech.IRecognitionListener listener
        start local 4 // int callingUid
         0: .line 162
            aload 0 /* this */
            aload 1
            putfield android.speech.RecognitionService$StartListeningArgs.this$0:Landroid/speech/RecognitionService;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 163
            aload 0 /* this */
            aload 2 /* intent */
            putfield android.speech.RecognitionService$StartListeningArgs.mIntent:Landroid/content/Intent;
         2: .line 164
            aload 0 /* this */
            aload 3 /* listener */
            putfield android.speech.RecognitionService$StartListeningArgs.mListener:Landroid/speech/IRecognitionListener;
         3: .line 165
            aload 0 /* this */
            iload 4 /* callingUid */
            putfield android.speech.RecognitionService$StartListeningArgs.mCallingUid:I
         4: .line 166
            return
        end local 4 // int callingUid
        end local 3 // android.speech.IRecognitionListener listener
        end local 2 // android.content.Intent intent
        end local 0 // android.speech.RecognitionService$StartListeningArgs this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Landroid/speech/RecognitionService$StartListeningArgs;
            0    5     2      intent  Landroid/content/Intent;
            0    5     3    listener  Landroid/speech/IRecognitionListener;
            0    5     4  callingUid  I
    MethodParameters:
            Name  Flags
      this$0      final
      intent      
      listener    
      callingUid  
}
SourceFile: "RecognitionService.java"
NestHost: android.speech.RecognitionService
InnerClasses:
  private StartListeningArgs = android.speech.RecognitionService$StartListeningArgs of android.speech.RecognitionService