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")
123 findConnectionForAction(callId, "setDisconnected")
134 findConnectionForAction(callId, "setOnHold")
144 findConnectionForAction(callId, "setRingbackRequested")
151 findConnectionForAction(callId, "setConnectionCapabilities")
162 findConnectionForAction(callId, "setConnectionProperties")
174 findConnectionForAction(callI
442 private RemoteConnection findConnectionForAction( method in class:RemoteConnectionService
[all...]
H A DConnectionService.java797 findConnectionForAction(callId, "abort").onAbort();
802 findConnectionForAction(callId, "answer").onAnswer(videoState);
807 findConnectionForAction(callId, "answer").onAnswer();
812 findConnectionForAction(callId, "reject").onReject();
817 findConnectionForAction(callId, "reject").onReject(rejectWithMessage);
822 findConnectionForAction(callId, "silence").onSilence();
828 findConnectionForAction(callId, "disconnect").onDisconnect();
837 findConnectionForAction(callId, "hold").onHold();
846 findConnectionForAction(callId, "unhold").onUnhold();
855 findConnectionForAction(callI
1408 private Connection findConnectionForAction(String callId, String action) { method in class:ConnectionService
[all...]

Completed in 179 milliseconds