Searched refs:android_util_Log_isVerboseLogEnabled (Results 1 – 3 of 3) sorted by relevance
26 bool android_util_Log_isVerboseLogEnabled(const char* tag);
62 bool verboseLog = android_util_Log_isVerboseLogEnabled(SQLITE_LOG_TAG); in sqliteInitialize()
67 bool android_util_Log_isVerboseLogEnabled(const char* tag) { in android_util_Log_isVerboseLogEnabled() function