public class com.android.preload.ClientUtils
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.android.preload.ClientUtils
  super_class: java.lang.Object
{
  private int defaultTimeout;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.android.preload.ClientUtils this
         0: .line 35
            aload 0 /* this */
            sipush 10000
            invokespecial com.android.preload.ClientUtils.<init>:(I)V
         1: .line 36
            return
        end local 0 // com.android.preload.ClientUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/android/preload/ClientUtils;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.preload.ClientUtils this
        start local 1 // int defaultTimeout
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            iload 1 /* defaultTimeout */
            putfield com.android.preload.ClientUtils.defaultTimeout:I
         2: .line 40
            return
        end local 1 // int defaultTimeout
        end local 0 // com.android.preload.ClientUtils this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/android/preload/ClientUtils;
            0    3     1  defaultTimeout  I
    MethodParameters:
                Name  Flags
      defaultTimeout  

  public Client findClient(IDevice, java.lang.String, int);
    descriptor: (LIDevice;Ljava/lang/String;I)LClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.android.preload.ClientUtils this
         0: .line 45
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tClient cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.preload.ClientUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/preload/ClientUtils;
    MethodParameters:
             Name  Flags
      device       
      processName  
      processPid   

  public Client findClient(IDevice, java.lang.String, int, int);
    descriptor: (LIDevice;Ljava/lang/String;II)LClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.android.preload.ClientUtils this
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tClient cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n\tThe method get() from the type ClientUtils.WaitForClient refers to the missing type Client\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.preload.ClientUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/preload/ClientUtils;
    MethodParameters:
             Name  Flags
      device       
      processName  
      processPid   
      timeout      

  public Client[] findAllClients(IDevice);
    descriptor: (LIDevice;)[LClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.preload.ClientUtils this
         0: .line 67
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tClient cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.preload.ClientUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/preload/ClientUtils;
    MethodParameters:
        Name  Flags
      device  

  public Client[] findAllClients(IDevice, int);
    descriptor: (LIDevice;I)[LClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.android.preload.ClientUtils this
         0: .line 79
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tClient cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n\tThe method get() from the type ClientUtils.WaitForClients refers to the missing type Client\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.preload.ClientUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/preload/ClientUtils;
    MethodParameters:
         Name  Flags
      device   
      timeout  
}
SourceFile: "ClientUtils.java"
NestMembers:
  com.android.preload.ClientUtils$WaitForClient  com.android.preload.ClientUtils$WaitForClients
InnerClasses:
  private WaitForClient = com.android.preload.ClientUtils$WaitForClient of com.android.preload.ClientUtils
  private WaitForClients = com.android.preload.ClientUtils$WaitForClients of com.android.preload.ClientUtils