FileDocCategorySizeDatePackage
ConditionVariable.javaAPI DocAndroid 5.1 API468Sat Mar 14 14:09:38 GMT 2015android.os

ConditionVariable.java

package android.os;
public class ConditionVariable
{
public  ConditionVariable() { throw new RuntimeException("Stub!"); }
public  ConditionVariable(boolean state) { throw new RuntimeException("Stub!"); }
public  void open() { throw new RuntimeException("Stub!"); }
public  void close() { throw new RuntimeException("Stub!"); }
public  void block() { throw new RuntimeException("Stub!"); }
public  boolean block(long timeout) { throw new RuntimeException("Stub!"); }
}