public class Util
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
SIZEOF_INT |
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static void |
ALOGI(java.lang.String message,
java.lang.Object... args) |
static void |
ALOGV(java.lang.String message,
java.lang.Object... args) |
static boolean |
isTruthy(int i) |
static boolean |
isTruthy(java.lang.Object o) |
public static final int SIZEOF_INT