Home
last modified time | relevance | path

Searched refs:isWarnLoggable (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DLogUtils.java79 public boolean isWarnLoggable() { return DEBUG || Log.isLoggable(logTag, Log.WARN); } in isWarnLoggable() method in LogUtils.Logger
105 if (isWarnLoggable()) { in w()