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 boolean
JNI_FALSE
static boolean
JNI_TRUE
static int
SIZEOF_CPTR
static int
SIZEOF_INT
static int
SIZEOF_SHORT
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
ALOGI(String message, Object... args)
static void
ALOGV(String message, Object... args)
static void
ATRACE_NAME(String s)
static void
CHECK(boolean b)
static boolean
isTruthy(int i)
static boolean
isTruthy(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
-
-