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

  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
TestConnectionManager.java 299 public Connection onCreateOutgoingConnection(
TestConnectionService.java 249 public Connection onCreateOutgoingConnection(
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnectionService.java 66 public Connection onCreateOutgoingConnection(
69 if (VERBOSE) log("onCreateOutgoingConnection, request: " + request);
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java 80 public Connection onCreateOutgoingConnection(
83 Log.i(this, "onCreateOutgoingConnection, request: " + request);
87 Log.d(this, "onCreateOutgoingConnection, handle is null");
101 Log.d(this, "onCreateOutgoingConnection, phone is null");
109 Log.d(this, "onCreateOutgoingConnection, no voicemail number set.");
120 Log.d(this, "onCreateOutgoingConnection, Handle %s is not type tel", scheme);
129 Log.d(this, "onCreateOutgoingConnection, unable to parse number");
142 Log.d(this, "onCreateOutgoingConnection, phone is null");
176 Log.d(this, "onCreateOutgoingConnection, unknown service state: %d", state);
210 Log.d(this, "onCreateOutgoingConnection, failed to turn on radio")
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
ConnectionService.java 69 * to {@link #onCreateIncomingConnection} or {@link #onCreateOutgoingConnection} wherein it
577 : onCreateOutgoingConnection(callManagerAccount, request);
    [all...]

Completed in 1531 milliseconds