HomeSort by relevance Sort by last modified time
    Searched refs:onCreateOutgoingConnection (Results 1 - 24 of 24) 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(
ExternalCallTest.java 48 public Connection onCreateOutgoingConnection(
51 Connection connection = super.onCreateOutgoingConnection(
NumberDialingTest.java 48 public Connection onCreateOutgoingConnection(
CtsConnectionService.java 86 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount,
90 return sConnectionService.onCreateOutgoingConnection(
MockConnectionService.java 54 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount,
CtsSelfManagedConnectionService.java 84 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerAccount,
RemoteConferenceTest.java 482 public Connection onCreateOutgoingConnection(
485 MockConnection connection = (MockConnection)super.onCreateOutgoingConnection(
542 public Connection onCreateOutgoingConnection(
545 Connection connection = super.onCreateOutgoingConnection(
CallDetailsTest.java 86 public Connection onCreateOutgoingConnection(
89 Connection connection = super.onCreateOutgoingConnection(
ConferenceTest.java 405 public Connection onCreateOutgoingConnection(
408 Connection connection = super.onCreateOutgoingConnection(
RemoteConnectionTest.java     [all...]
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DummyConnectionService.java 35 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount,
  /packages/apps/Dialer/java/com/android/dialer/simulator/impl/
SimulatorConnectionService.java 68 public Connection onCreateOutgoingConnection(
71 "SimulatorConnectionService.onCreateOutgoingConnection",
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
SelfManagedConnectionService.java 42 public Connection onCreateOutgoingConnection(
TestConnectionManager.java 356 public Connection onCreateOutgoingConnection(
TestConnectionService.java 349 public Connection onCreateOutgoingConnection(
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
CtsConnectionService.java 106 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerAccount,
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnectionService.java 211 public Connection onCreateOutgoingConnection(
215 Log.d(TAG, "onCreateOutgoingConnection " + connectionManagerAccount);
223 return block.onCreateOutgoingConnection(request.getAddress());
HfpClientDeviceBlock.java 120 Connection onCreateOutgoingConnection(Uri address) {
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnectionService.java 65 public Connection onCreateOutgoingConnection(
68 if (VERBOSE) log("onCreateOutgoingConnection, request: " + request);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ConnectionServiceFixture.java 105 public Connection onCreateOutgoingConnection(
  /frameworks/base/telecomm/java/android/telecom/
ConnectionService.java 81 * expect a call to {@link #onCreateIncomingConnection} or {@link #onCreateOutgoingConnection}
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java 256 public Connection onCreateOutgoingConnection(
259 Log.i(this, "onCreateOutgoingConnection, request: " + request);
263 Log.d(this, "onCreateOutgoingConnection, handle is null");
277 Log.d(this, "onCreateOutgoingConnection, phone is null");
285 Log.d(this, "onCreateOutgoingConnection, no voicemail number set.");
296 Log.d(this, "onCreateOutgoingConnection, Handle %s is not type tel", scheme);
305 Log.d(this, "onCreateOutgoingConnection, unable to parse number");
348 Log.i(this, "onCreateOutgoingConnection, converted to emergency number");
414 Log.w(this, "onCreateOutgoingConnection, failed to turn on radio");
428 Log.d(this, "onCreateOutgoingConnection, cannot add call .")
    [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 1227 milliseconds