Searched refs:wtfQuiet (Results 1 – 3 of 3) sorted by relevance
88 public static void wtfQuiet(String tag, String msg) { in wtfQuiet() method in Slog89 Log.wtfQuiet(Log.LOG_ID_SYSTEM, tag, msg, true); in wtfQuiet()
308 static void wtfQuiet(int logId, String tag, String msg, boolean system) { in wtfQuiet() method in Log
14993 Slog.wtfQuiet(TAG, sb.toString()); in performIdleMaintenance()