Searched refs:transferToImsCall (Results 1 – 1 of 1) sorted by relevance
1301 public void consultativeTransfer(ImsCall transferToImsCall) throws ImsException { in consultativeTransfer() argument1302 logi("consultativeTransfer :: session=" + mSession + ", other call=" + transferToImsCall); in consultativeTransfer()1311 mSession.transfer(transferToImsCall.getSession()); in consultativeTransfer()