Searched defs:LOG (Results 1 – 6 of 6) sorted by relevance
36 public static void LOG(String fmt, Object... args) { in LOG() method in Colors
52 private static void LOG(String fmt, Object... args) { in LOG() method in ColorsGLRenderer
36 #define LOG(msg...) __android_log_print(ANDROID_LOG_VERBOSE, "NativeFilters", msg) macro
53 ID_MAP.put(SYSTEM_LOG_ID, "SYSTEM LOG"); in ID_MAP.put()
50 private final static boolean LOG = Log.isLoggable(TAG, Log.DEBUG); field in Compatibility
52 private final boolean LOG = true; field in AlarmAlertFullScreen