Package org.robolectric.res.android
Class Util
- java.lang.Object
-
- org.robolectric.res.android.Util
-
public class Util extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static booleanJNI_FALSEstatic booleanJNI_TRUEstatic intSIZEOF_CPTRstatic intSIZEOF_INTstatic intSIZEOF_SHORT
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidALOGI(String message, Object... args)static voidALOGV(String message, Object... args)static voidATRACE_NAME(String s)static voidCHECK(boolean b)static booleanisTruthy(int i)static booleanisTruthy(Object o)
-
-
-
Field Detail
-
JNI_TRUE
public static final boolean JNI_TRUE
- See Also:
- Constant Field Values
-
JNI_FALSE
public static final boolean JNI_FALSE
- See Also:
- Constant Field Values
-
SIZEOF_SHORT
public static final int SIZEOF_SHORT
- See Also:
- Constant Field Values
-
SIZEOF_INT
public static final int SIZEOF_INT
- See Also:
- Constant Field Values
-
SIZEOF_CPTR
public static final int SIZEOF_CPTR
- See Also:
- Constant Field Values
-
-