class com.android.pacprocessor.PacService$ProxyServiceStub
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.android.pacprocessor.PacService$ProxyServiceStub
  super_class: java.lang.Object
{
  private final com.android.pacprocessor.PacNative mPacNative;
    descriptor: Lcom/android/pacprocessor/PacNative;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(com.android.pacprocessor.PacNative);
    descriptor: (Lcom/android/pacprocessor/PacNative;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.pacprocessor.PacService$ProxyServiceStub this
         0: .line 26
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.android.net cannot be resolved\n\tType mismatch: cannot convert from PacService.ProxyServiceStub to IBinder\n\tIProxyService cannot be resolved to a type\n\tThe method resolvePacFile(String, String) of type PacService.ProxyServiceStub must override or implement a supertype method\n\tThe method setPacFile(String) of type PacService.ProxyServiceStub must override or implement a supertype method\n\tThe method startPacSystem() of type PacService.ProxyServiceStub must override or implement a supertype method\n\tThe method stopPacSystem() of type PacService.ProxyServiceStub must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.pacprocessor.PacService$ProxyServiceStub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/pacprocessor/PacService$ProxyServiceStub;
    MethodParameters:
           Name  Flags
      pacNative  

  public java.lang.String resolvePacFile(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.android.pacprocessor.PacService$ProxyServiceStub this
         0: .line 73
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method resolvePacFile(String, String) of type PacService.ProxyServiceStub must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.pacprocessor.PacService$ProxyServiceStub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/pacprocessor/PacService$ProxyServiceStub;
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
      Name  Flags
      host  
      url   

  public void setPacFile(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.pacprocessor.PacService$ProxyServiceStub this
         0: .line 95
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method setPacFile(String) of type PacService.ProxyServiceStub must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.pacprocessor.PacService$ProxyServiceStub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/pacprocessor/PacService$ProxyServiceStub;
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
        Name  Flags
      script  

  public void startPacSystem();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.pacprocessor.PacService$ProxyServiceStub this
         0: .line 104
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method startPacSystem() of type PacService.ProxyServiceStub must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.pacprocessor.PacService$ProxyServiceStub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/pacprocessor/PacService$ProxyServiceStub;
    Exceptions:
      throws android.os.RemoteException

  public void stopPacSystem();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.pacprocessor.PacService$ProxyServiceStub this
         0: .line 113
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method stopPacSystem() of type PacService.ProxyServiceStub must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.pacprocessor.PacService$ProxyServiceStub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/pacprocessor/PacService$ProxyServiceStub;
    Exceptions:
      throws android.os.RemoteException
}
SourceFile: "PacService.java"
NestHost: com.android.pacprocessor.PacService
InnerClasses:
  private ProxyServiceStub = com.android.pacprocessor.PacService$ProxyServiceStub of com.android.pacprocessor.PacService