Searched refs:findConnectionForAction (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | RemoteConnectionService.java | 59 findConnectionForAction(id, "handleCreateConnectionSuccessful"); 100 findConnectionForAction(callId, "setActive") 110 findConnectionForAction(callId, "setRinging") 116 findConnectionForAction(callId, "setDialing") 123 findConnectionForAction(callId, "setDisconnected") 134 findConnectionForAction(callId, "setOnHold") 144 findConnectionForAction(callId, "setRingbackRequested") 151 findConnectionForAction(callId, "setConnectionCapabilities") 162 findConnectionForAction(callId, "setConnectionProperties") 174 findConnectionForAction(callId, "setIsConferenced"); [all …]
|
D | ConnectionService.java | 797 findConnectionForAction(callId, "abort").onAbort(); in abort() 802 findConnectionForAction(callId, "answer").onAnswer(videoState); in answerVideo() 807 findConnectionForAction(callId, "answer").onAnswer(); in answer() 812 findConnectionForAction(callId, "reject").onReject(); in reject() 817 findConnectionForAction(callId, "reject").onReject(rejectWithMessage); in reject() 822 findConnectionForAction(callId, "silence").onSilence(); in silence() 828 findConnectionForAction(callId, "disconnect").onDisconnect(); in disconnect() 837 findConnectionForAction(callId, "hold").onHold(); in hold() 846 findConnectionForAction(callId, "unhold").onUnhold(); in unhold() 855 findConnectionForAction(callId, "onCallAudioStateChanged").setCallAudioState( in onCallAudioStateChanged() [all …]
|