class com.android.preload.ClientUtils$WaitForClients
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.android.preload.ClientUtils$WaitForClients
  super_class: java.lang.Object
{
  private IDevice device;
    descriptor: LIDevice;
    flags: (0x0002) ACC_PRIVATE

  private long timeout;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  public void <init>(IDevice, long);
    descriptor: (LIDevice;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.android.preload.ClientUtils$WaitForClients this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.android.ddmlib cannot be resolved\n\tThe import com.android.ddmlib cannot be resolved\n\tThe import com.android.ddmlib cannot be resolved\n\tThe import com.android.ddmlib cannot be resolved\n\tClient cannot be resolved to a type\n\tIDevice cannot be resolved to a type\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\tClient cannot be resolved to a type\n\tIDevice cannot be resolved to a type\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\tIClientChangeListener cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n\tClient cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n\tClient cannot be resolved to a type\n\tClient cannot be resolved to a type\n\tAndroidDebugBridge cannot be resolved\n\tClient cannot be resolved to a type\n\tClient cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n\tClient cannot be resolved to a type\n\tAndroidDebugBridge cannot be resolved\n\tClient cannot be resolved to a type\n\tClient cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n\tClient cannot be resolved to a type\n\tClient cannot be resolved to a type\n\tClient cannot be resolved to a type\n\tClient cannot be resolved to a type\n\tClient cannot be resolved to a type\n\tClient cannot be resolved to a variable\n\tIDevice cannot be resolved to a type\n\tClient cannot be resolved to a type\n\tIClientChangeListener cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n\tClient cannot be resolved to a type\n\tAndroidDebugBridge cannot be resolved\n\tIDevice cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n\tAndroidDebugBridge cannot be resolved\n\tIDevice cannot be resolved to a type\n\tClient cannot be resolved to a type\n\tClient cannot be resolved to a variable\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$WaitForClients this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/preload/ClientUtils$WaitForClients;
    MethodParameters:
         Name  Flags
      device   
      timeout  

  public Client[] get();
    descriptor: ()[LClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.preload.ClientUtils$WaitForClients this
         0: .line 187
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tClient cannot be resolved to a type\n\tAndroidDebugBridge cannot be resolved\n\tIDevice cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n\tAndroidDebugBridge cannot be resolved\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$WaitForClients this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/preload/ClientUtils$WaitForClients;

  public void clientChanged(Client, int);
    descriptor: (LClient;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.android.preload.ClientUtils$WaitForClients this
         0: .line 216
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tClient cannot be resolved to a type\n\tClient cannot be resolved to a variable\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$WaitForClients this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/preload/ClientUtils$WaitForClients;
    MethodParameters:
      Name  Flags
      arg0  
      arg1  
}
SourceFile: "ClientUtils.java"
NestHost: com.android.preload.ClientUtils
InnerClasses:
  private WaitForClients = com.android.preload.ClientUtils$WaitForClients of com.android.preload.ClientUtils