class com.android.printservice.recommendation.RemotePrintServicePlugin implements com.android.printservice.recommendation.PrintServicePlugin$PrinterDiscoveryCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.android.printservice.recommendation.RemotePrintServicePlugin
  super_class: java.lang.Object
{
  private final java.lang.Object mLock;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public final int name;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    RuntimeInvisibleAnnotations: 
      StringRes()

  public final boolean recommendsMultiVendorService;
    descriptor: Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final java.lang.CharSequence packageName;
    descriptor: Ljava/lang/CharSequence;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    RuntimeInvisibleAnnotations: 
      NonNull()

  private final com.android.printservice.recommendation.PrintServicePlugin mPlugin;
    descriptor: Lcom/android/printservice/recommendation/PrintServicePlugin;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeInvisibleAnnotations: 
      NonNull()

  private java.util.List<java.net.InetAddress> mPrinters;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/net/InetAddress;>;
    RuntimeInvisibleAnnotations: 
      NonNull()

  private boolean isRunning;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private com.android.printservice.recommendation.RemotePrintServicePlugin$OnChangedListener mListener;
    descriptor: Lcom/android/printservice/recommendation/RemotePrintServicePlugin$OnChangedListener;
    flags: (0x0002) ACC_PRIVATE
    RuntimeInvisibleAnnotations: 
      NonNull()

  public void <init>(com.android.printservice.recommendation.PrintServicePlugin, com.android.printservice.recommendation.RemotePrintServicePlugin$OnChangedListener, boolean);
    descriptor: (Lcom/android/printservice/recommendation/PrintServicePlugin;Lcom/android/printservice/recommendation/RemotePrintServicePlugin$OnChangedListener;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.android.printservice.recommendation.RemotePrintServicePlugin this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import androidx.annotation cannot be resolved\n\tThe import androidx.annotation cannot be resolved\n\tThe import androidx.annotation cannot be resolved\n\tThe import androidx.core cannot be resolved\n\tStringRes cannot be resolved to a type\n\tNonNull cannot be resolved to a type\n\tNonNull cannot be resolved to a type\n\tNonNull cannot be resolved to a type\n\tNonNull cannot be resolved to a type\n\tNonNull cannot be resolved to a type\n\tNonNull cannot be resolved to a type\n\tPreconditions cannot be resolved\n\tPreconditions cannot be resolved\n\tNonNull cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tPreconditions cannot be resolved\n\tPreconditions cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.printservice.recommendation.RemotePrintServicePlugin this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/printservice/recommendation/RemotePrintServicePlugin;
    Exceptions:
      throws com.android.printservice.recommendation.RemotePrintServicePlugin$PluginException
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        NonNull()
      METHOD_FORMAL_PARAMETER
        NonNull()
    RuntimeInvisibleParameterAnnotations: 
      0:
        NonNull()
      1:
        NonNull()
      2:
    MethodParameters:
                              Name  Flags
      plugin                        
      listener                      
      recommendsMultiVendorService  

  public void start();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.printservice.recommendation.RemotePrintServicePlugin this
         0: .line 92
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.printservice.recommendation.RemotePrintServicePlugin this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/printservice/recommendation/RemotePrintServicePlugin;
    Exceptions:
      throws com.android.printservice.recommendation.RemotePrintServicePlugin$PluginException

  public void stop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.printservice.recommendation.RemotePrintServicePlugin this
         0: .line 108
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.printservice.recommendation.RemotePrintServicePlugin this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/printservice/recommendation/RemotePrintServicePlugin;
    Exceptions:
      throws com.android.printservice.recommendation.RemotePrintServicePlugin$PluginException

  public java.util.List<java.net.InetAddress> getPrinters();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.printservice.recommendation.RemotePrintServicePlugin this
         0: .line 125
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNonNull cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.printservice.recommendation.RemotePrintServicePlugin this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/printservice/recommendation/RemotePrintServicePlugin;
    Signature: ()Ljava/util/List<Ljava/net/InetAddress;>;
    RuntimeInvisibleAnnotations: 
      NonNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NonNull()

  public void onChanged(java.util.List<java.net.InetAddress>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.printservice.recommendation.RemotePrintServicePlugin this
         0: .line 130
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tNullable cannot be resolved to a type\n\tPreconditions cannot be resolved\n\tPreconditions cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.printservice.recommendation.RemotePrintServicePlugin this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/printservice/recommendation/RemotePrintServicePlugin;
    Signature: (Ljava/util/List<Ljava/net/InetAddress;>;)V
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Nullable()
    RuntimeInvisibleParameterAnnotations: 
      0:
        Nullable()
    MethodParameters:
                    Name  Flags
      discoveredPrinters  
}
SourceFile: "RemotePrintServicePlugin.java"
NestMembers:
  com.android.printservice.recommendation.RemotePrintServicePlugin$OnChangedListener  com.android.printservice.recommendation.RemotePrintServicePlugin$PluginException
InnerClasses:
  public abstract PrinterDiscoveryCallback = com.android.printservice.recommendation.PrintServicePlugin$PrinterDiscoveryCallback of com.android.printservice.recommendation.PrintServicePlugin
  public abstract OnChangedListener = com.android.printservice.recommendation.RemotePrintServicePlugin$OnChangedListener of com.android.printservice.recommendation.RemotePrintServicePlugin
  public PluginException = com.android.printservice.recommendation.RemotePrintServicePlugin$PluginException of com.android.printservice.recommendation.RemotePrintServicePlugin