HomeSort by relevance Sort by last modified time
    Searched defs:logCall (Results 1 - 3 of 3) sorted by null

  /packages/apps/Phone/src/com/android/phone/
CallLogger.java 55 public void logCall(Connection c, int callLogType) {
81 logCall(ci, logNumber, presentation, callLogType, date, duration);
86 * Came as logCall(Connection,int) but calculates the call type from the connection object.
88 public void logCall(Connection c) {
102 logCall(c, callLogType);
108 public void logCall(CallerInfo ci, String number, int presentation, int callType, long start,
CallController.java 463 mCallLogger.logCall(null /* callerInfo */, number, 0 /* presentation */,
603 mCallLogger.logCall(null /* callerInfo */, number, 0 /* presentation */,
    [all...]
CallNotifier.java     [all...]

Completed in 52 milliseconds