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

  /packages/services/Telephony/src/com/android/phone/
CallLogger.java 55 * @param callLogType The type of call log entry.
57 public void logCall(Connection c, int callLogType) {
83 logCall(ci, logNumber, presentation, callLogType, date, duration);
94 final int callLogType;
97 callLogType = (cause == DisconnectCause.INCOMING_MISSED ?
100 callLogType = Calls.OUTGOING_TYPE;
102 if (VDBG) log("- callLogType: " + callLogType + ", UserData: " + c.getUserData());
104 logCall(c, callLogType);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapCallLogComposer.java 217 final int callLogType = mCursor.getInt(CALL_TYPE_COLUMN_INDEX);
219 switch (callLogType) {
  /packages/services/Telecomm/src/com/android/server/telecom/
CallLogManager.java 130 * @param callLogType The type of call log entry to log this call as. See:
135 void logCall(Call call, int callLogType) {
148 logCall(call.getCallerInfo(), logNumber, presentation, callLogType, callFeatures,

Completed in 117 milliseconds