Lines Matching refs:mTelecomCallId

611         private final String mTelecomCallId;  field in Call.Details
805 return mTelecomCallId; in getTelecomCallId()
1044 mTelecomCallId = telecomCallId; in Details()
1093 sb.append(mTelecomCallId); in toString()
1406 private final String mTelecomCallId; field in Call.RttCall
1414 mTelecomCallId = telecomCallId; in RttCall()
1437 mInCallAdapter.setRttMode(mTelecomCallId, mode); in setRttMode()
1522 private final String mTelecomCallId; field in Call
1560 mInCallAdapter.answerCall(mTelecomCallId, videoState); in answer()
1569 mInCallAdapter.deflectCall(mTelecomCallId, address); in deflect()
1579 mInCallAdapter.rejectCall(mTelecomCallId, rejectWithMessage, textMessage); in reject()
1589 mInCallAdapter.rejectCall(mTelecomCallId, rejectReason); in reject()
1602 mInCallAdapter.transferCall(mTelecomCallId, targetNumber, isConfirmationRequired); in transfer()
1613 mInCallAdapter.transferCall(mTelecomCallId, toCall.mTelecomCallId); in transfer()
1620 mInCallAdapter.disconnectCall(mTelecomCallId); in disconnect()
1627 mInCallAdapter.holdCall(mTelecomCallId); in hold()
1634 mInCallAdapter.unholdCall(mTelecomCallId); in unhold()
1662 mInCallAdapter.enterBackgroundAudioProcessing(mTelecomCallId); in enterBackgroundAudioProcessing()
1683 mInCallAdapter.exitBackgroundAudioProcessing(mTelecomCallId, shouldRing); in exitBackgroundAudioProcessing()
1695 mInCallAdapter.playDtmfTone(mTelecomCallId, digit); in playDtmfTone()
1706 mInCallAdapter.stopDtmfTone(mTelecomCallId); in stopDtmfTone()
1728 mInCallAdapter.postDialContinue(mTelecomCallId, proceed); in postDialContinue()
1736 mInCallAdapter.phoneAccountSelected(mTelecomCallId, accountHandle, setDefault); in phoneAccountSelected()
1747 mInCallAdapter.conference(mTelecomCallId, callToConferenceWith.mTelecomCallId); in conference()
1756 mInCallAdapter.splitFromConference(mTelecomCallId); in splitFromConference()
1763 mInCallAdapter.mergeConference(mTelecomCallId); in mergeConference()
1770 mInCallAdapter.swapConference(mTelecomCallId); in swapConference()
1781 mInCallAdapter.addConferenceParticipants(mTelecomCallId, participants); in addConferenceParticipants()
1801 mInCallAdapter.pullExternalCall(mTelecomCallId); in pullExternalCall()
1839 mInCallAdapter.sendCallEvent(mTelecomCallId, event, mTargetSdkVersion, extras); in sendCallEvent()
1848 mInCallAdapter.sendRttRequest(mTelecomCallId); in sendRttRequest()
1859 mInCallAdapter.respondToRttRequest(mTelecomCallId, id, accept); in respondToRttRequest()
1926 mInCallAdapter.handoverTo(mTelecomCallId, toHandle, videoState, extras); in handoverTo()
1934 mInCallAdapter.stopRtt(mTelecomCallId); in stopRtt()
1955 mInCallAdapter.putExtras(mTelecomCallId, extras); in putExtras()
1970 mInCallAdapter.putExtra(mTelecomCallId, key, value); in putExtra()
1985 mInCallAdapter.putExtra(mTelecomCallId, key, value); in putExtra()
2000 mInCallAdapter.putExtra(mTelecomCallId, key, value); in putExtra()
2017 mInCallAdapter.removeExtras(mTelecomCallId, keys); in removeExtras()
2202 append(mTelecomCallId). in toString()
2274 mTelecomCallId = telecomCallId; in Call()
2285 mTelecomCallId = telecomCallId; in Call()
2294 return mTelecomCallId; in internalGetCallId()
2392 RttCall newRttCall = new Call.RttCall(mTelecomCallId, in internalUpdate()