Searched refs:findConnectionForAction (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | RemoteConnectionService.java | 61 findConnectionForAction(id, "handleCreateConnectionSuccessful"); 102 findConnectionForAction(callId, "setActive") 112 findConnectionForAction(callId, "setRinging") 118 findConnectionForAction(callId, "setDialing") 124 findConnectionForAction(callId, "setPulling") 132 findConnectionForAction(callId, "setDisconnected") 143 findConnectionForAction(callId, "setOnHold") 153 findConnectionForAction(callId, "setRingbackRequested") 161 findConnectionForAction(callId, "setConnectionCapabilities") 173 findConnectionForAction(callId, "setConnectionProperties") [all …]
|
D | ConnectionService.java | 1425 onCreateConnectionComplete(findConnectionForAction(callId, in notifyCreateConnectionComplete() 1431 findConnectionForAction(callId, "abort").onAbort(); in abort() 1436 findConnectionForAction(callId, "answer").onAnswer(videoState); in answerVideo() 1441 findConnectionForAction(callId, "answer").onAnswer(); in answer() 1446 findConnectionForAction(callId, "reject").onReject(); in reject() 1451 findConnectionForAction(callId, "reject").onReject(rejectWithMessage); in reject() 1456 findConnectionForAction(callId, "silence").onSilence(); in silence() 1462 findConnectionForAction(callId, "disconnect").onDisconnect(); in disconnect() 1471 findConnectionForAction(callId, "hold").onHold(); in hold() 1480 findConnectionForAction(callId, "unhold").onUnhold(); in unhold() [all …]
|