Searched defs:findConnectionForAction (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnectionService.java59 findConnectionForAction(id, "handleCreateConnectionSuccessful");
100 findConnectionForAction(callId, "setActive")
110 findConnectionForAction(callId, "setRinging")
116 findConnectionForAction(callId, "setDialing")
122 findConnectionForAction(callId, "setPulling")
129 findConnectionForAction(callId, "setDisconnected")
140 findConnectionForAction(callId, "setOnHold")
150 findConnectionForAction(callId, "setRingbackRequested")
157 findConnectionForAction(callId, "setConnectionCapabilities")
168 findConnectionForAction(callI
464 private RemoteConnection findConnectionForAction( method in class:RemoteConnectionService
[all...]
H A DConnectionService.java800 findConnectionForAction(callId, "abort").onAbort();
805 findConnectionForAction(callId, "answer").onAnswer(videoState);
810 findConnectionForAction(callId, "answer").onAnswer();
815 findConnectionForAction(callId, "reject").onReject();
820 findConnectionForAction(callId, "reject").onReject(rejectWithMessage);
825 findConnectionForAction(callId, "silence").onSilence();
831 findConnectionForAction(callId, "disconnect").onDisconnect();
840 findConnectionForAction(callId, "hold").onHold();
849 findConnectionForAction(callId, "unhold").onUnhold();
858 findConnectionForAction(callI
1425 private Connection findConnectionForAction(String callId, String action) { method in class:ConnectionService
[all...]

Completed in 2149 milliseconds