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
-
Field Details
-
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
-
-
Constructor Details
-
Util
public Util()
-
-
Method Details