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

  void <init>(android.service.voice.VoiceInteractionSessionService);
    descriptor: (Landroid/service/voice/VoiceInteractionSessionService;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.service.voice.VoiceInteractionSessionService$1 this
         0: .line 46
            aload 0 /* this */
            aload 1
            putfield android.service.voice.VoiceInteractionSessionService$1.this$0:Landroid/service/voice/VoiceInteractionSessionService;
            aload 0 /* this */
            invokespecial android.service.voice.IVoiceInteractionSessionService$Stub.<init>:()V
            return
        end local 0 // android.service.voice.VoiceInteractionSessionService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/voice/VoiceInteractionSessionService$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void newSession(android.os.IBinder, android.os.Bundle, int);
    descriptor: (Landroid/os/IBinder;Landroid/os/Bundle;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // android.service.voice.VoiceInteractionSessionService$1 this
        start local 1 // android.os.IBinder token
        start local 2 // android.os.Bundle args
        start local 3 // int startFlags
         0: .line 48
            aload 0 /* this */
            getfield android.service.voice.VoiceInteractionSessionService$1.this$0:Landroid/service/voice/VoiceInteractionSessionService;
            getfield android.service.voice.VoiceInteractionSessionService.mHandlerCaller:Lcom/android/internal/os/HandlerCaller;
            aload 0 /* this */
            getfield android.service.voice.VoiceInteractionSessionService$1.this$0:Landroid/service/voice/VoiceInteractionSessionService;
            getfield android.service.voice.VoiceInteractionSessionService.mHandlerCaller:Lcom/android/internal/os/HandlerCaller;
            iconst_1
         1: .line 49
            iload 3 /* startFlags */
            aload 1 /* token */
            aload 2 /* args */
         2: .line 48
            invokevirtual com.android.internal.os.HandlerCaller.obtainMessageIOO:(IILjava/lang/Object;Ljava/lang/Object;)Landroid/os/Message;
            invokevirtual com.android.internal.os.HandlerCaller.sendMessage:(Landroid/os/Message;)V
         3: .line 51
            return
        end local 3 // int startFlags
        end local 2 // android.os.Bundle args
        end local 1 // android.os.IBinder token
        end local 0 // android.service.voice.VoiceInteractionSessionService$1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Landroid/service/voice/VoiceInteractionSessionService$1;
            0    4     1       token  Landroid/os/IBinder;
            0    4     2        args  Landroid/os/Bundle;
            0    4     3  startFlags  I
    MethodParameters:
            Name  Flags
      token       
      args        
      startFlags  
}
SourceFile: "VoiceInteractionSessionService.java"
EnclosingMethod: android.service.voice.VoiceInteractionSessionService
NestHost: android.service.voice.VoiceInteractionSessionService
InnerClasses:
  public abstract Stub = android.service.voice.IVoiceInteractionSessionService$Stub of android.service.voice.IVoiceInteractionSessionService
  android.service.voice.VoiceInteractionSessionService$1