public interface android.speech.IRecognitionService extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.speech.IRecognitionService
  super_class: java.lang.Object
{
  public abstract void startListening(android.content.Intent, android.speech.IRecognitionListener);
    descriptor: (Landroid/content/Intent;Landroid/speech/IRecognitionListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                  Name  Flags
      recognizerIntent  
      listener          

  public abstract void stopListening(android.speech.IRecognitionListener);
    descriptor: (Landroid/speech/IRecognitionListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      listener  

  public abstract void cancel(android.speech.IRecognitionListener);
    descriptor: (Landroid/speech/IRecognitionListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      listener  
}
SourceFile: "IRecognitionService.java"
NestMembers:
  android.speech.IRecognitionService$Stub  android.speech.IRecognitionService$Stub$Proxy
InnerClasses:
  public abstract Stub = android.speech.IRecognitionService$Stub of android.speech.IRecognitionService