public interface android.app.IInstrumentationWatcher extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.app.IInstrumentationWatcher
  super_class: java.lang.Object
{
  public abstract void instrumentationStatus(android.content.ComponentName, int, android.os.Bundle);
    descriptor: (Landroid/content/ComponentName;ILandroid/os/Bundle;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      name        
      resultCode  
      results     

  public abstract void instrumentationFinished(android.content.ComponentName, int, android.os.Bundle);
    descriptor: (Landroid/content/ComponentName;ILandroid/os/Bundle;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      name        
      resultCode  
      results     
}
SourceFile: "IInstrumentationWatcher.java"
NestMembers:
  android.app.IInstrumentationWatcher$Stub  android.app.IInstrumentationWatcher$Stub$Proxy
InnerClasses:
  public abstract Stub = android.app.IInstrumentationWatcher$Stub of android.app.IInstrumentationWatcher