Lines Matching refs:mInCallAdapter
1600 private final InCallAdapter mInCallAdapter; field in Call.RttCall
1613 mInCallAdapter = inCallAdapter; in RttCall()
1632 mInCallAdapter.setRttMode(mTelecomCallId, mode); in setRttMode()
1721 private final InCallAdapter mInCallAdapter; field in Call
1758 mInCallAdapter.answerCall(mTelecomCallId, videoState); in answer()
1767 mInCallAdapter.deflectCall(mTelecomCallId, address); in deflect()
1777 mInCallAdapter.rejectCall(mTelecomCallId, rejectWithMessage, textMessage); in reject()
1787 mInCallAdapter.rejectCall(mTelecomCallId, rejectReason); in reject()
1800 mInCallAdapter.transferCall(mTelecomCallId, targetNumber, isConfirmationRequired); in transfer()
1811 mInCallAdapter.transferCall(mTelecomCallId, toCall.mTelecomCallId); in transfer()
1818 mInCallAdapter.disconnectCall(mTelecomCallId); in disconnect()
1825 mInCallAdapter.holdCall(mTelecomCallId); in hold()
1832 mInCallAdapter.unholdCall(mTelecomCallId); in unhold()
1859 mInCallAdapter.enterBackgroundAudioProcessing(mTelecomCallId); in enterBackgroundAudioProcessing()
1879 mInCallAdapter.exitBackgroundAudioProcessing(mTelecomCallId, shouldRing); in exitBackgroundAudioProcessing()
1898 mInCallAdapter.playDtmfTone(mTelecomCallId, digit); in playDtmfTone()
1909 mInCallAdapter.stopDtmfTone(mTelecomCallId); in stopDtmfTone()
1931 mInCallAdapter.postDialContinue(mTelecomCallId, proceed); in postDialContinue()
1939 mInCallAdapter.phoneAccountSelected(mTelecomCallId, accountHandle, setDefault); in phoneAccountSelected()
1950 mInCallAdapter.conference(mTelecomCallId, callToConferenceWith.mTelecomCallId); in conference()
1959 mInCallAdapter.splitFromConference(mTelecomCallId); in splitFromConference()
1966 mInCallAdapter.mergeConference(mTelecomCallId); in mergeConference()
1973 mInCallAdapter.swapConference(mTelecomCallId); in swapConference()
1983 mInCallAdapter.addConferenceParticipants(mTelecomCallId, participants); in addConferenceParticipants()
2003 mInCallAdapter.pullExternalCall(mTelecomCallId); in pullExternalCall()
2041 mInCallAdapter.sendCallEvent(mTelecomCallId, event, mTargetSdkVersion, extras); in sendCallEvent()
2050 mInCallAdapter.sendRttRequest(mTelecomCallId); in sendRttRequest()
2061 mInCallAdapter.respondToRttRequest(mTelecomCallId, id, accept); in respondToRttRequest()
2128 mInCallAdapter.handoverTo(mTelecomCallId, toHandle, videoState, extras); in handoverTo()
2136 mInCallAdapter.stopRtt(mTelecomCallId); in stopRtt()
2165 mInCallAdapter.putExtras(mTelecomCallId, extras); in putExtras()
2180 mInCallAdapter.putExtra(mTelecomCallId, key, value); in putExtra()
2195 mInCallAdapter.putExtra(mTelecomCallId, key, value); in putExtra()
2210 mInCallAdapter.putExtra(mTelecomCallId, key, value); in putExtra()
2227 mInCallAdapter.removeExtras(mTelecomCallId, keys); in removeExtras()
2493 mInCallAdapter = inCallAdapter; in Call()
2504 mInCallAdapter = inCallAdapter; in Call()
2611 receiveStream, transmitStream, parcelableRttCall.getRttMode(), mInCallAdapter); in internalUpdate()