HomeSort by relevance Sort by last modified time
    Searched refs:findConnectionForAction (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telecomm/java/android/telecom/
RemoteConnectionService.java 59 findConnectionForAction(id, "handleCreateConnectionSuccessful");
99 findConnectionForAction(callId, "setActive")
109 findConnectionForAction(callId, "setRinging")
115 findConnectionForAction(callId, "setDialing")
122 findConnectionForAction(callId, "setDisconnected")
133 findConnectionForAction(callId, "setOnHold")
143 findConnectionForAction(callId, "setRingbackRequested")
150 findConnectionForAction(callId, "setConnectionCapabilities")
162 findConnectionForAction(callId, "setIsConferenced");
224 findConnectionForAction(callId, "removeCall"
    [all...]
ConnectionService.java 663 findConnectionForAction(callId, "abort").onAbort();
668 findConnectionForAction(callId, "answer").onAnswer(videoState);
673 findConnectionForAction(callId, "answer").onAnswer();
678 findConnectionForAction(callId, "reject").onReject();
684 findConnectionForAction(callId, "disconnect").onDisconnect();
693 findConnectionForAction(callId, "hold").onHold();
702 findConnectionForAction(callId, "unhold").onUnhold();
711 findConnectionForAction(callId, "onCallAudioStateChanged").setCallAudioState(
722 findConnectionForAction(callId, "playDtmfTone").onPlayDtmfTone(digit);
731 findConnectionForAction(callId, "stopDtmfTone").onStopDtmfTone()
    [all...]

Completed in 33 milliseconds