Searched refs:findConnectionForAction (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | RemoteConnectionService.java | 61 findConnectionForAction(id, "handleCreateConnectionSuccessful"); 114 findConnectionForAction(callId, "setActive") 124 findConnectionForAction(callId, "setRinging") 130 findConnectionForAction(callId, "setDialing") 136 findConnectionForAction(callId, "setPulling") 144 findConnectionForAction(callId, "setDisconnected") 155 findConnectionForAction(callId, "setOnHold") 165 findConnectionForAction(callId, "setRingbackRequested") 173 findConnectionForAction(callId, "setConnectionCapabilities") 185 findConnectionForAction(callId, "setConnectionProperties") [all …]
|
D | ConnectionService.java | 2082 onCreateConnectionComplete(findConnectionForAction(callId, in notifyCreateConnectionComplete() 2106 findConnectionForAction(callId, "abort").onAbort(); in abort() 2112 findConnectionForAction(callId, "answer").onAnswer(videoState); in answerVideo() 2121 findConnectionForAction(callId, "answer").onAnswer(); in answer() 2129 findConnectionForAction(callId, "deflect").onDeflect(address); in deflect() 2135 findConnectionForAction(callId, "reject").onReject(); in reject() 2143 findConnectionForAction(callId, "reject").onReject(rejectWithMessage); in reject() 2148 findConnectionForAction(callId, "reject").onReject(rejectReason); in reject() 2153 findConnectionForAction(callId, "transfer").onTransfer(number, isConfirmationRequired); in transfer() 2158 Connection connection1 = findConnectionForAction(callId, "consultativeTransfer"); in consultativeTransfer() [all …]
|