Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java535 private void sendListOfCalls(boolean shouldLog) { in sendListOfCalls() argument
544 sendClccForCall(call, shouldLog); in sendListOfCalls()
553 private void sendClccForCall(Call call, boolean shouldLog) { in sendClccForCall() argument
613 if (shouldLog) { in sendClccForCall()
/packages/apps/Camera2/src/com/android/camera/debug/
DLog.java206 isDebugOsBuild() || shouldLog(tag, level); in isLoggable()
214 private static boolean shouldLog(Tag tag, int level) { in shouldLog() method in Log