Lines Matching refs:mTelecomCallId

660         private final String mTelecomCallId;  field in Call.Details
873 public @NonNull String getId() { return mTelecomCallId; } in getId()
878 return mTelecomCallId; in getTelecomCallId()
1161 mTelecomCallId = telecomCallId; in Details()
1214 sb.append(mTelecomCallId); in toString()
1538 private final String mTelecomCallId; field in Call.RttCall
1546 mTelecomCallId = telecomCallId; in RttCall()
1569 mInCallAdapter.setRttMode(mTelecomCallId, mode); in setRttMode()
1657 private final String mTelecomCallId; field in Call
1695 mInCallAdapter.answerCall(mTelecomCallId, videoState); in answer()
1704 mInCallAdapter.deflectCall(mTelecomCallId, address); in deflect()
1714 mInCallAdapter.rejectCall(mTelecomCallId, rejectWithMessage, textMessage); in reject()
1724 mInCallAdapter.rejectCall(mTelecomCallId, rejectReason); in reject()
1737 mInCallAdapter.transferCall(mTelecomCallId, targetNumber, isConfirmationRequired); in transfer()
1748 mInCallAdapter.transferCall(mTelecomCallId, toCall.mTelecomCallId); in transfer()
1755 mInCallAdapter.disconnectCall(mTelecomCallId); in disconnect()
1762 mInCallAdapter.holdCall(mTelecomCallId); in hold()
1769 mInCallAdapter.unholdCall(mTelecomCallId); in unhold()
1796 mInCallAdapter.enterBackgroundAudioProcessing(mTelecomCallId); in enterBackgroundAudioProcessing()
1816 mInCallAdapter.exitBackgroundAudioProcessing(mTelecomCallId, shouldRing); in exitBackgroundAudioProcessing()
1835 mInCallAdapter.playDtmfTone(mTelecomCallId, digit); in playDtmfTone()
1846 mInCallAdapter.stopDtmfTone(mTelecomCallId); in stopDtmfTone()
1868 mInCallAdapter.postDialContinue(mTelecomCallId, proceed); in postDialContinue()
1876 mInCallAdapter.phoneAccountSelected(mTelecomCallId, accountHandle, setDefault); in phoneAccountSelected()
1887 mInCallAdapter.conference(mTelecomCallId, callToConferenceWith.mTelecomCallId); in conference()
1896 mInCallAdapter.splitFromConference(mTelecomCallId); in splitFromConference()
1903 mInCallAdapter.mergeConference(mTelecomCallId); in mergeConference()
1910 mInCallAdapter.swapConference(mTelecomCallId); in swapConference()
1920 mInCallAdapter.addConferenceParticipants(mTelecomCallId, participants); in addConferenceParticipants()
1940 mInCallAdapter.pullExternalCall(mTelecomCallId); in pullExternalCall()
1978 mInCallAdapter.sendCallEvent(mTelecomCallId, event, mTargetSdkVersion, extras); in sendCallEvent()
1987 mInCallAdapter.sendRttRequest(mTelecomCallId); in sendRttRequest()
1998 mInCallAdapter.respondToRttRequest(mTelecomCallId, id, accept); in respondToRttRequest()
2065 mInCallAdapter.handoverTo(mTelecomCallId, toHandle, videoState, extras); in handoverTo()
2073 mInCallAdapter.stopRtt(mTelecomCallId); in stopRtt()
2102 mInCallAdapter.putExtras(mTelecomCallId, extras); in putExtras()
2117 mInCallAdapter.putExtra(mTelecomCallId, key, value); in putExtra()
2132 mInCallAdapter.putExtra(mTelecomCallId, key, value); in putExtra()
2147 mInCallAdapter.putExtra(mTelecomCallId, key, value); in putExtra()
2164 mInCallAdapter.removeExtras(mTelecomCallId, keys); in removeExtras()
2357 append(mTelecomCallId). in toString()
2429 mTelecomCallId = telecomCallId; in Call()
2440 mTelecomCallId = telecomCallId; in Call()
2449 return mTelecomCallId; in internalGetCallId()
2547 RttCall newRttCall = new Call.RttCall(mTelecomCallId, in internalUpdate()