Home | History | Annotate | Download | only in phone

Lines Matching defs:log

30 import android.util.Log;
33 * Helper class for interacting with the call log.
50 * Logs a call to the call log based on the connection object passed in.
53 * @param callLogType The type of call log entry.
65 log("- onDisconnect(): logNumber set to:" + PhoneUtils.toLogSafePhoneNumber(logNumber) +
79 // Don't log OTASP calls.
91 // Set the "type" to be displayed in the call log (see constants in CallLog.Calls)
100 if (VDBG) log("- callLogType: " + callLogType + ", UserData: " + c.getUserData());
114 // emergency numbers, we *never* log emergency calls to
115 // the Call Log. (This behavior is set on a per-product
121 // Don't log emergency numbers if the device doesn't allow it,
126 log("sending Calllog entry: " + ci + ", " + PhoneUtils.toLogSafePhoneNumber(number)
204 if (VDBG) log("getLogNumber: " + number);
224 if (DBG) log("- getPresentation(): ignoring connection's presentation: " +
227 if (DBG) log("- getPresentation: presentation: " + presentation);
231 private void log(String msg) {
232 Log.d(LOG_TAG, msg);