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

/packages/services/Telephony/src/com/android/phone/
H A DCallLogger.java56 public void logCall(Connection c, int callLogType) { method in class:CallLogger
82 logCall(ci, logNumber, presentation, callLogType, date, duration);
87 * Came as logCall(Connection,int) but calculates the call type from the connection object.
89 public void logCall(Connection c) { method in class:CallLogger
103 logCall(c, callLogType);
109 public void logCall(CallerInfo ci, String number, int presentation, int callType, long start, method in class:CallLogger

Completed in 73 milliseconds