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

/packages/services/Telephony/src/com/android/phone/
H A DPhoneUtils.java760 static void separateCall(Connection c) { method in class:PhoneUtils
762 if (DBG) log("separateCall: " + toLogSafePhoneNumber(c.getAddress()));
765 Log.w(LOG_TAG, "separateCall: caught " + ex, ex);

Completed in 78 milliseconds