Home
last modified time | relevance | path

Searched refs:findConferenceForAction (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DRemoteConnectionService.java117 findConferenceForAction(callId, "setActive")
147 findConferenceForAction(callId, "setDisconnected")
158 findConferenceForAction(callId, "setOnHold")
176 findConferenceForAction(callId, "setConnectionCapabilities")
188 findConferenceForAction(callId, "setConnectionProperties")
207 findConferenceForAction(conferenceCallId, "setIsConferenced");
283 findConferenceForAction(callId, "removeCall")
374 findConferenceForAction(callId, "setConferenceableConnections")
410 findConferenceForAction(callId, "putExtras").putExtras(extras);
419 findConferenceForAction(callId, "removeExtra").removeExtras(keys);
[all …]
DConnectionService.java2099 onCreateConferenceComplete(findConferenceForAction(callId, in notifyCreateConferenceComplete()
2114 findConferenceForAction(callId, "answer").onAnswer(videoState); in answerVideo()
2123 findConferenceForAction(callId, "answer").onAnswer(); in answer()
2137 findConferenceForAction(callId, "reject").onReject(); in reject()
2173 findConferenceForAction(callId, "disconnect").onDisconnect(); in disconnect()
2182 findConferenceForAction(callId, "hold").onHold(); in hold()
2191 findConferenceForAction(callId, "unhold").onUnhold(); in unhold()
2201 findConferenceForAction(callId, "onCallAudioStateChanged").setCallAudioState( in onCallAudioStateChanged()
2211 findConferenceForAction(callId, "playDtmfTone").onPlayDtmfTone(digit); in playDtmfTone()
2220 findConferenceForAction(callId, "stopDtmfTone").onStopDtmfTone(); in stopDtmfTone()
[all …]