HomeSort by relevance Sort by last modified time
    Searched refs:removeCall (Results 1 - 10 of 10) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
CallIdMapper.java 107 void removeCall(Call call) {
115 void removeCall(String callId) {
ConnectionServiceWrapper.java 478 public void removeCall(String callId) {
479 logIncoming("removeCall %s", callId);
    [all...]
CallsManager.java     [all...]
InCallController.java 183 mCallIdMapper.removeCall(call);
Call.java 728 serviceTemp.removeCall(this);
732 // calls, we need to make sure to remove that information (e.g., removeCall()) before
733 // we decrement. Technically, invoking removeCall() prior to decrementing is all that is
    [all...]
  /frameworks/base/telecomm/java/com/android/internal/telecom/
IConnectionServiceAdapter.aidl 61 void removeCall(String callId);
  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapter.java 211 void removeCall(String callId) {
214 adapter.removeCall(callId);
ConnectionServiceAdapterServant.java 136 mDelegate.removeCall((String) msg.obj);
299 public void removeCall(String connectionId) {
RemoteConnectionService.java 209 public void removeCall(String callId) {
211 findConnectionForAction(callId, "removeCall")
214 findConferenceForAction(callId, "removeCall")
ConnectionService.java     [all...]

Completed in 247 milliseconds