Searched refs:logCall (Results 1 - 6 of 6) 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
H A DCallController.java418 mCallLogger.logCall(null /* callerInfo */, number, 0 /* presentation */,
521 mCallLogger.logCall(null /* callerInfo */, number, 0 /* presentation */,
/packages/apps/Dialer/src/com/android/dialer/logging/
H A DLogger.java42 public static void logCall(Call call) { method in class:Logger
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallLogManager.java165 logCall(call, type, true /*showNotificationForMissedCall*/);
169 void logCall(Call call, int type, boolean showNotificationForMissedCall) { method in class:CallLogManager
171 logCall(call, Calls.MISSED_TYPE,
179 logCall(call, type, null);
193 void logCall(Call call, int callLogType, method in class:CallLogManager
220 logCall(call.getCallerInfo(), logNumber, call.getPostDialDigits(), formattedViaNumber,
242 private void logCall( method in class:CallLogManager
H A DCallsManager.java414 mCallLogManager.logCall(incomingCall, Calls.MISSED_TYPE,
1759 mCallLogManager.logCall(incomingCall, Calls.MISSED_TYPE,
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DCallList.java108 Logger.logCall(call);

Completed in 104 milliseconds