Lines Matching refs:mAdapter
47 private final IInCallAdapter mAdapter; field in InCallAdapter
53 mAdapter = adapter; in InCallAdapter()
64 mAdapter.answerCall(callId, videoState); in answerCall()
77 mAdapter.deflectCall(callId, address); in deflectCall()
91 mAdapter.rejectCall(callId, rejectWithMessage, textMessage); in rejectCall()
104 mAdapter.rejectCallWithReason(callId, rejectReason); in rejectCall()
120 mAdapter.transferCall(callId, targetNumber, isConfirmationRequired); in transferCall()
133 mAdapter.consultativeTransfer(callId, otherCallId); in transferCall()
145 mAdapter.disconnectCall(callId); in disconnectCall()
157 mAdapter.holdCall(callId); in holdCall()
169 mAdapter.unholdCall(callId); in unholdCall()
181 mAdapter.mute(shouldMute); in mute()
193 mAdapter.setAudioRoute(route, null); in setAudioRoute()
203 mAdapter.enterBackgroundAudioProcessing(callId); in enterBackgroundAudioProcessing()
213 mAdapter.exitBackgroundAudioProcessing(callId, shouldRing); in exitBackgroundAudioProcessing()
228 mAdapter.setAudioRoute(CallAudioState.ROUTE_BLUETOOTH, bluetoothAddress); in requestBluetoothAudio()
243 mAdapter.requestCallEndpointChange(endpoint, new ResultReceiver(null) { in requestCallEndpointChange()
277 mAdapter.playDtmfTone(callId, digit); in playDtmfTone()
293 mAdapter.stopDtmfTone(callId); in stopDtmfTone()
319 mAdapter.postDialContinue(callId, proceed); in postDialContinue()
334 mAdapter.phoneAccountSelected(callId, accountHandle, setDefault); in phoneAccountSelected()
347 mAdapter.conference(callId, otherCallId); in conference()
360 mAdapter.addConferenceParticipants(callId, participants); in addConferenceParticipants()
375 mAdapter.splitFromConference(callId); in splitFromConference()
385 mAdapter.mergeConference(callId); in mergeConference()
395 mAdapter.swapConference(callId); in swapConference()
407 mAdapter.pullExternalCall(callId); in pullExternalCall()
422 mAdapter.sendCallEvent(callId, event, targetSdkVer, extras); in sendCallEvent()
435 mAdapter.putExtras(callId, extras); in putExtras()
451 mAdapter.putExtras(callId, bundle); in putExtra()
467 mAdapter.putExtras(callId, bundle); in putExtra()
483 mAdapter.putExtras(callId, bundle); in putExtra()
495 mAdapter.removeExtras(callId, keys); in removeExtras()
505 mAdapter.turnOnProximitySensor(); in turnProximitySensorOn()
519 mAdapter.turnOffProximitySensor(screenOnImmediately); in turnProximitySensorOff()
529 mAdapter.sendRttRequest(callId); in sendRttRequest()
542 mAdapter.respondToRttRequest(callId, id, accept); in respondToRttRequest()
552 mAdapter.stopRtt(callId); in stopRtt()
563 mAdapter.setRttMode(callId, mode); in setRttMode()
580 mAdapter.handoverTo(callId, destAcct, videoState, extras); in handoverTo()