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

  /frameworks/base/telephony/java/com/android/internal/telephony/test/
ModelInterpreter.java 512 separateCall(int index) throws InterpreterEx
516 success = simulatedCallState.separateCall(index);
SimulatedGsmCallState.java 423 ret = separateCall(callIndex);
565 separateCall(int index) {
  /packages/apps/Phone/src/com/android/phone/
ManageConferenceUtils.java 304 PhoneUtils.separateCall(connection);
306 // Note that separateCall() automagically makes the
313 // separateCall().)
PhoneUtils.java 757 static void separateCall(Connection c) {
759 if (DBG) log("separateCall: " + c.getAddress());
762 Log.w(LOG_TAG, "separateCall: caught " + ex, ex);
    [all...]

Completed in 252 milliseconds