Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/
DFallbackAssistant.java194 boolean isDebugLoggable = Log.isLoggable(TAG, Log.DEBUG); in sendMarkAsReadIntent()
199 && isDebugLoggable) { in sendMarkAsReadIntent()
202 } else if (isDebugLoggable) { in sendMarkAsReadIntent()
/packages/services/Telephony/src/com/android/phone/
DShortcutViewUtils.java374 boolean isDebugLoggable = Log.isLoggable(LOG_TAG, Log.DEBUG); in getPromotedEmergencyNumberLists()
381 if (isDebugLoggable) { in getPromotedEmergencyNumberLists()
399 if (isDebugLoggable) { in getPromotedEmergencyNumberLists()
/packages/apps/DeskClock/src/com/android/deskclock/
DLogUtils.java77 public boolean isDebugLoggable() { return DEBUG || Log.isLoggable(logTag, Log.DEBUG); } in isDebugLoggable() method in LogUtils.Logger
91 if (isDebugLoggable()) { in d()
/packages/apps/KeyChain/src/com/android/keychain/
DKeyChainService.java339 final boolean isDebugLoggable = Log.isLoggable(TAG, Log.DEBUG);
340 if (isSecurityLoggingEnabled || isDebugLoggable) {
343 if (isDebugLoggable) {