Searched defs:logCall (Results 1 - 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DCallLogger.java57 public void logCall(Connection c, int callLogType) { method in class:CallLogger
83 logCall(ci, logNumber, presentation, callLogType, date, duration);
88 * Came as logCall(Connection,int) but calculates the call type from the connection object.
90 public void logCall(Connection c) { method in class:CallLogger
104 logCall(c, callLogType);
110 public void logCall(CallerInfo ci, String number, int presentation, int callType, long start, method in class:CallLogger
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallLogManager.java119 logCall(call, type);
132 void logCall(Call call, int callLogType) { method in class:CallLogManager
150 logCall(call.getCallerInfo(), logNumber, call.getHandlePresentation(),
166 private void logCall( method in class:CallLogManager

Completed in 113 milliseconds