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

  /cts/tests/tests/telecom/src/android/telecom/cts/
CtsRemoteConnectionService.java 91 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount,
95 return sConnectionService.onCreateOutgoingConnection(
98 return mMockConnectionService.onCreateOutgoingConnection(
CtsConnectionService.java 92 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount,
96 return sConnectionService.onCreateOutgoingConnection(
99 return mMockConnectionService.onCreateOutgoingConnection(
NumberDialingTest.java 48 public Connection onCreateOutgoingConnection(
MockConnectionService.java 54 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount,
CallDetailsTest.java 72 public Connection onCreateOutgoingConnection(
75 Connection connection = super.onCreateOutgoingConnection(
RemoteConferenceTest.java 450 public Connection onCreateOutgoingConnection(
453 MockConnection connection = (MockConnection)super.onCreateOutgoingConnection(
503 public Connection onCreateOutgoingConnection(
506 Connection connection = super.onCreateOutgoingConnection(
ConferenceTest.java 282 public Connection onCreateOutgoingConnection(
285 Connection connection = super.onCreateOutgoingConnection(
RemoteConnectionTest.java     [all...]
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestConnectionManager.java 299 public Connection onCreateOutgoingConnection(
TestConnectionService.java 285 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);
  /frameworks/base/telecomm/java/android/telecom/
ConnectionService.java 69 * to {@link #onCreateIncomingConnection} or {@link #onCreateOutgoingConnection} wherein it
619 : onCreateOutgoingConnection(callManagerAccount, request);
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java 95 public Connection onCreateOutgoingConnection(
98 Log.i(this, "onCreateOutgoingConnection, request: " + request);
102 Log.d(this, "onCreateOutgoingConnection, handle is null");
116 Log.d(this, "onCreateOutgoingConnection, phone is null");
124 Log.d(this, "onCreateOutgoingConnection, no voicemail number set.");
135 Log.d(this, "onCreateOutgoingConnection, Handle %s is not type tel", scheme);
144 Log.d(this, "onCreateOutgoingConnection, unable to parse number");
179 Log.d(this, "onCreateOutgoingConnection, phone is null");
215 Log.d(this, "onCreateOutgoingConnection, unknown service state: %d", state);
249 Log.d(this, "onCreateOutgoingConnection, failed to turn on radio")
    [all...]

Completed in 309 milliseconds