public class Util extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
JNI_FALSE |
static boolean |
JNI_TRUE |
static int |
SIZEOF_CPTR |
static int |
SIZEOF_INT |
static int |
SIZEOF_SHORT |
Constructor and Description |
---|
Util() |
Modifier and Type | Method and 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) |
public static final boolean JNI_TRUE
public static final boolean JNI_FALSE
public static final int SIZEOF_SHORT
public static final int SIZEOF_INT
public static final int SIZEOF_CPTR